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
42.5> src/HLAdapter.hx:587: Failed to read @0x0:4
42.5> src/HLAdapter.hx:607: Failed to read @0x0:4
Can't cast i32 to enum<haxe.ui.styles.Value>
Called from haxe.ui.styles.animation.util.Actuator._initialize (haxe/ui/styles/animation/util/Actuator.hx line 158)
haxe/ui/styles/animation/util/Actuator.hx:158
Called from haxe.ui.styles.animation.util.Actuator.run (haxe/ui/styles/animation/util/Actuator.hx line 81)
haxe/ui/styles/animation/util/Actuator.hx:81
Called from haxe.ui.styles.animation.util.$Actuator.tween (haxe/ui/styles/animation/util/Actuator.hx line 24)
haxe/ui/styles/animation/util/Actuator.hx:24
Called from Main.reducExpandWidth (Main.hx line 120)
...
The text was updated successfully, but these errors were encountered:
A workaround for this was to us .style.Value instead of numbers.
use:
Actuator.tween(main.bottomArea, {height: Value.VDimension(PERCENT(50)) }, .5, ao);
instead of
Actuator.tween(main.bottomArea, { height:50 }, .5, ao);
HaxeUITest.zip
Click the top left "Click Me!" And get error
The text was updated successfully, but these errors were encountered: