Guoboism
Guoboism
OK, this works body.onClick = onItemClick; But I can not find how it is defined. Can you tell me how it is defined or a full list of these kind...
All right, I found it. DisplayObject.hx line555 This is really smart coding. Also,there is a wiki page talking about this http://haxeui.org/wiki/en/Events_and_Handlers
Looking forward to this enhancement.
Additionally, I found it strange about how MenuButton addChild Menu. ``` public override function addChild(child:IDisplayObject):IDisplayObject { var r = null; if (Std.is(child, MenuItem)) { if (_menu == null) { _menu...
I got the similar problem. I compiled the ndll with haxelib (on win7 64), I got only one window ndll generated. With this ndll, I can execute simple lua, but...