[haXe] Node hasChildren()

Nicolas Cannasse ncannasse at motion-twin.com
Sat Apr 15 16:01:03 CEST 2006


> I try to use the Node object and compile the code with -neko option.
>  
> When I for instance try:  node.hasChildren()
> I get an exception: Exception : Neko_error(not implemented)
>  
> Any help from Nicolas?

Well it's like it's written, Node is not yet completely implemented in
Neko :) You can have a look at haxe/std/neko/NekoNode__.hx and maybe add
the implementation for the methods you need.

Best,
Nicolas



More information about the Haxe mailing list