[haXe] exe to neko call

Lee McColl Sylvester lee at designrealm.co.uk
Wed Feb 21 15:46:58 CET 2007


The neko error that occurs is:

Called from <null> line 1
Called from App.hx line 52
Called from swhx/Application.hx line 75
Invalid call

Now, this should be a reference to the loop method of swhx, so I'm 
guessing it's kicking the loop out.

Lee



Lee McColl Sylvester wrote:
> Sorry, theres a lot of crap in there.  Try
>
> void TaskBar::OnMenuRestore(wxCommandEvent& )
> {
>    value mload = neko_default_loader(NULL, 0);
>    val_call0(val_field(mload,val_id("hideWindow")));
> }
>
> :)  I'm a sloppy coder
>
> Lee
>
>
>
>




More information about the Haxe mailing list