haxeui-openfl
haxeui-openfl copied to clipboard
The OpenFL backend of the HaxeUI framework -
The blackarea is a hbox. It is the rollover/rollout target. It is intended to show the buttons when you rollover it. The buttons are a child of the black. When...
Dropdown without "dropdownWidth" crashes on android when tap. stacktrace: 2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from hxcpp::__hxcpp_main 2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP: Called from ApplicationMain::main ApplicationMain.hx line 25 2021-07-06 17:54:25.010 2956-2983/wsstudio.inventory E/HXCPP:...
## Expected Behavior If you open a dropdown component and scroll its content by any amount, the next time you open it the content should be displayed correctly. ## Current...
On Haxe-ui openfl linux target If you don't put a max value The max is considered a 0. ## Expected Behavior If you don't put a max value `` The...
Hi, In my project I was trying the switch component and all works well except when I build to "html5 -final". It gives an terminal error and don't do the...
## Current Behavior When you click on the scrollbar-thumb to scroll the text in a textarea the following error occurs for the flash target. (Not an issue for the android...
After a font-size change, Label component doesn't immediately update. Instead it seems to require at _least_ an extra frame. Example code: ```xml ``` ```haxe package ; import haxe.Timer; import haxe.ui.HaxeUIApp;...
https://github.com/haxeui/haxeui-core/pull/152
I can't input Japanese characters into textfields because they don't work with IME. Tried neko and html5 targets, and they both don't work. ## Expected Behavior Should be able to...
It requires https://github.com/haxeui/haxeui-core/pull/106