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
On an other topic, I'm trying to create a ScrollView like the left menu of https://feathersui.com/examples/components-explorer/, working only with drag & drop without scroll bars. Is it supported with Haxe UI?
Hi, so firstly the website is very old, those demos there havent been updating in such a long time (pre alpha release!) so ignore them :)
Im working on a new site, but its not quite there yet.
As for your scrollview, dont set the componentClipRect the scrollview will do that for you. You may need to size / position the scrollview to the size you want (or use a layout, up to you).
Could you provide a basic example? I wasn't able to get a touch scroll, and if I use a layout I lost the content and have some scroll bars not correctly aligned.
On the console I got also:
ThemeManager.hx:59: WARNING: could not find styles/main.css
Boot.hx:62 Screen.hx:314: WARNING: Screen event "KeyDown" not supported
Hello,
I tried this page http://haxeui.org/v2/pixi/html5-webgl/index.jsp on my iPhone 6S, and unfortunately I was not able to click anywhere. Mobile support is not ready with Haxe UI?
On an other topic, I'm trying to create a ScrollView like the left menu of https://feathersui.com/examples/components-explorer/, working only with drag & drop without scroll bars. Is it supported with Haxe UI?
My basic code:
Buttons are correctly hidden, but can't move the ScrollView.
I can not find a lot of documentation & examples too. What is the ETA of Haxe UI?
Thanks a lot for your work, supporting so many targets and framework is incredible ;)
The text was updated successfully, but these errors were encountered: