Guilherme

Results 6 comments of Guilherme

Ok, so I found the information in the json file under "sheets" but I can't find it in the macro built Data type generated by the Haxe importer.

> Could be related to: > > https://github.com/HaxeFoundation/haxe/wiki/Breaking-changes-in-Haxe-4.0.0#static-extension-restrictions > > try: > > ```hx > public function toArray():Array > { > return NativeArrayTools.toArray( mData, 0, size, [] ); > }...

So, I was trying to come up with an simple project that could replicate the problem, but I'm having a hard time narrowing down where it's coming from. My project...

Building with `-D haxeui_nofilters` works fine.

So the red screen means exactly that the ui has not loaded. What you should get is a green screen and then go back to the screen with the button...

#117 I've created a PR to fix this. Hope it helps. I think the PR version is better since, it guarantees that for all actuators instantiated in the same frame,...