We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The application should start
The application not start at all without errors.
Create a xml with padding! (without padding it works)
package ; import haxe.ui.containers.VBox; @:build(haxe.ui.ComponentBuilder.build("assets/main-view.xml")) class MainView extends VBox { public function new() { super(); } }
<vbox style="padding: 5px;" width="100%"> <tabview width="240" height="100"> <box text="Page1"> <button text="Page 1" /> </box> <box text="Page2"> <button text="Page 2" /> </box> <box text="Page3"> <button text="Page 3" /> </box> </tabview> </vbox>
test.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
The application should start
Current Behavior
The application not start at all without errors.
Possible Solution
Steps to Reproduce (for bugs)
Create a xml with padding! (without padding it works)
Test app / minimal test case
test.zip
Your Environment
The text was updated successfully, but these errors were encountered: