You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After that, the Minimalcompshx.hx compiles fine to Neko, except for the WheelMenu.
(There's a problem in the setItem method. Who needs the WheelMenu anyway? :-)
The text was updated successfully, but these errors were encountered:
The addChild() methods of HBox and VBox breaks Neko compilation for me.
It seems that the child:Dynamic isn't seen as a EventDispatcher decendant.
I've solved it by replacing the lines
with
After that, the Minimalcompshx.hx compiles fine to Neko, except for the WheelMenu.
(There's a problem in the setItem method. Who needs the WheelMenu anyway? :-)
The text was updated successfully, but these errors were encountered: