Closed dreamycactus closed 9 years ago
What versions of StablexUI, OpenFL, Haxe and hxcpp do you use? I test with lastest versions and everything seems to work fine.
Seems to work on latest for me as well. I'm not able to reproduce using the latest, so that's fine with me.
Title pretty much contains problem and temporary workaround.
This code
Works as expected on Flash platform, as the button is just initialized with some default dimensions. However, on C++, the event does not trigger. As soon as a the dimensions are added, it works. It took me a long time to track down the reason for this...
Just as a side note, onInitialize and onCreate do not affect the problem.