bright-gpu-74537
01/20/2023, 8:59 PMhappy-agent-4114
01/20/2023, 9:28 PMhappy-agent-4114
01/20/2023, 9:29 PMfull-journalist-82607
01/20/2023, 9:30 PMrefined-laptop-39041
01/20/2023, 11:30 PMhappy-agent-4114
01/20/2023, 11:39 PMrefined-laptop-39041
01/21/2023, 12:49 AMfull-journalist-82607
01/21/2023, 3:04 PMhaxe
package issues;
import haxe.ui.events.UIEvent;
import haxe.ui.containers.VBox;
@:xml('
<vbox width="100%" height="100%">
<button text ="show" onClick="properties.show()"/>
<vbox id="properties" width="100%" hidden="true">
<hbox width="100%">
<button text ="Button with pixel width ( needs window resize to be shown)" id="origin" width="100" />
<button text ="Button with percent width" id="delete_card2" width="50%" />
<button text ="Button ( needs windows resize to be shown)" id="delete_card" />
</hbox>
</vbox>
</vbox>')
class A012 extends VBox {
}
If you click on the on the button show to show the properties only deletecard2 is shown. For the others to be seen, you have to resize the windowtall-van-38121
01/21/2023, 3:19 PMfull-journalist-82607
01/21/2023, 3:20 PMtall-van-38121
01/21/2023, 3:20 PMfull-journalist-82607
01/21/2023, 3:21 PMtall-van-38121
01/21/2023, 3:21 PMtall-van-38121
01/21/2023, 3:22 PMtall-van-38121
01/21/2023, 3:22 PMtall-van-38121
01/21/2023, 3:23 PMfull-journalist-82607
01/21/2023, 3:23 PMfull-journalist-82607
01/21/2023, 3:24 PMtall-van-38121
01/21/2023, 3:25 PMclever-yak-82528
01/22/2023, 12:30 AMclever-yak-82528
01/22/2023, 12:30 AMrefined-laptop-39041
01/22/2023, 2:31 AMclever-yak-82528
01/22/2023, 2:31 AMbright-gpu-74537
01/22/2023, 8:56 AMbright-gpu-74537
01/22/2023, 8:58 AMclever-yak-82528
01/22/2023, 8:58 AMclever-yak-82528
01/22/2023, 8:58 AMbright-gpu-74537
01/22/2023, 8:59 AMclever-yak-82528
01/22/2023, 9:00 AMclever-yak-82528
01/22/2023, 9:01 AM