icy-zebra-52882
01/15/2023, 1:12 PMbright-gpu-74537
01/15/2023, 1:12 PMicy-zebra-52882
01/15/2023, 1:13 PMicy-zebra-52882
01/15/2023, 1:13 PMbright-gpu-74537
01/15/2023, 1:13 PMicy-zebra-52882
01/15/2023, 1:14 PMbright-gpu-74537
01/15/2023, 1:14 PMbright-gpu-74537
01/15/2023, 1:14 PMicy-zebra-52882
01/15/2023, 1:14 PMicy-zebra-52882
01/15/2023, 1:15 PMicy-zebra-52882
01/15/2023, 1:15 PMicy-zebra-52882
01/15/2023, 1:16 PMhorizontalAlign="right"
for them but grid seems to ignore it, but I think it shouldn't affect that anywaybright-gpu-74537
01/15/2023, 1:16 PMicy-zebra-52882
01/15/2023, 1:17 PMbright-gpu-74537
01/15/2023, 1:17 PM/*
* haxe.ui.hxwidgets.frame.fit=boolean will reszie the top level frame to the contents of the UI
* haxe.ui.hxwidgets.frame.title=string just the title of the frame, you dont have to set it here, but its an easy way.
* haxe.ui.hxwidgets.frame.width=number the default width of the main frame (800 if not set), note, this property is ignored if haxe.ui.hxwidgets.frame.fit=true
* haxe.ui.hxwidgets.frame.height=number the default height of the main frame (600 if not set), note, this property is ignored if haxe.ui.hxwidgets.frame.fit=true
* haxe.ui.hxwidgets.frame.minWidth=number the minimum width of the main frame (-1 if not set)
* haxe.ui.hxwidgets.frame.minHeight=number the minimum height of the main frame (-1 if not set)
* haxe.ui.hxwidgets.frame.maxWidth=number the maximum width of the main frame (-1 if not set)
* haxe.ui.hxwidgets.frame.maxHeight=number the maximum height of the main frame (-1 if not set)
* haxe.ui.hxwidgets.frame.left=number the position of frame (x axis) defaults to center screen
* haxe.ui.hxwidgets.frame.top=number the position of frame (y axis) defaults to center screen
* haxe.ui.hxwidgets.frame.maximized=boolean whether to start the frame is a maximized state
* haxe.ui.hxwidgets.frame.maximizable=boolean
* haxe.ui.hxwidgets.frame.minimizable=boolean
* haxe.ui.hxwidgets.frame.closeable=boolean
* haxe.ui.hxwidgets.frame.resizable=boolean
*/
bright-gpu-74537
01/15/2023, 1:19 PMbright-gpu-74537
01/15/2023, 1:20 PMbright-gpu-74537
01/15/2023, 1:22 PMbright-gpu-74537
01/15/2023, 1:22 PMicy-zebra-52882
01/15/2023, 1:23 PMicy-zebra-52882
01/15/2023, 1:23 PMbright-gpu-74537
01/15/2023, 1:24 PMbright-gpu-74537
01/15/2023, 1:24 PMbright-gpu-74537
01/15/2023, 1:25 PMbright-gpu-74537
01/15/2023, 1:25 PMbright-gpu-74537
01/15/2023, 1:25 PMxml
<vbox style="padding: 10px;">
<tabview width="300">
<box text="Some Page">
<vbox>
<button text="Some Button" />
<button text="Some Button" />
<button text="Some Button" />
<button text="Some Button" />
<button text="Some Button" />
<button text="Some Button" />
<button text="Some Button" />
</vbox>
</box>
<box text="Some Page2">
<vbox>
<button text="Some Button" />
<button text="Some Button" />
<button text="Some Button" />
<button text="Some Button" />
<button text="Some Button" />
<button text="Some Button" />
<button text="Some Button" />
<button text="Some Button" />
<button text="Some Button" />
<button text="Some Button" />
<button text="Some Button" />
<button text="Some Button" />
<button text="Some Button" />
<button text="Some Button" />
<button text="Some Button" />
</vbox>
</box>
<box text="Some Page3">
</box>
</tabview>
</vbox>
bright-gpu-74537
01/15/2023, 1:25 PMbright-gpu-74537
01/15/2023, 1:25 PMicy-zebra-52882
01/15/2023, 1:28 PMicy-zebra-52882
01/15/2023, 1:38 PM