-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resize issue #5
Comments
Just need to tie into resize issue with hxd.Window.getInstance().addResizeEvent(onResize); function onResize() { |
Is your root object 100% w/h? EDIT: whats "this" in your code above? |
I can make a test project if it helps This is the first line of xml
This is MainView. I used the "new" example project style. Where class MainView extends VBox
|
OK, ill test it out, but with 100% w/h i would certainly expect the resulting ui to take up all the space without having to manually update something might be that haxeui-heaps needs a tweak in that area. |
When the application resizes their is no effect
launch the Main.hl and resize the application. No change. I have no direction for that
Also the default is black screen other targets are white
HTML after resize
HL after resize
Also notice in the Hl the "Random" button near bottom after resize isnt readable. That may be user error or becaus it originally rendered offscreen.
HaxeUITest.zip
The text was updated successfully, but these errors were encountered: