Using this sample
http://188.166.108.195/testui/ - example
- Doesn’t work on mobile
- Clicking “Add button” doesn’t do anything, except console log:
haxe/ui/core/Component.hx:1394: Problem executing scriptlet: EUnknownVariable(add)
- Vizual issues with “Bitmap” buttons
Took latest git of heaps, haxeui-code and haxeui-heaps
Build script:
-cp src
-main Main
-lib haxeui-core
-lib haxeui-heaps
-lib heaps
-js build/html5/Main.js
Hmmm, i wonder if that example is bugged - ill check it out.
What about if you try haxlib run haxeui-core create heaps
in an empty dir? (that should create a skeleton project)
Cheers,
Ian
I answered on the GH issue - but this should be fixed now (was a bug in the init order on haxeui-heaps)
Cheers,
Ian
1 Like
Script issue fixed, thanks! But touch and resizing still exist. I’ve created separate issue: