Closed R3D9477 closed 4 years ago
This works for me... Have you tried the "validation" branches of haxeui-core and haxeui-hxwidgets?
@ianharrigan with "validation" branches first sample is work fine:
<vbox width="100%" height="100%">
<hscroll pos="25" width="100" height="25" />
<hprogress pos="75" width="100" height="25" />
<hslider pos="50" width="100" height="25" />
</vbox>
but second sample
<vbox width="100%" height="100%">
<hscroll pos="25" width="100" />
<hprogress pos="75" width="100" />
<hslider pos="50" width="100" />
</vbox>
isn't work correctly, because has some troubles with hslider (another issue)
Hi, I have some troubles with positioning and sizing of elements into VBox.
For example:
result:
if try use default value of height the result will not be correctly, too:
result:
sample.zip
(all of these samples are correctly works with haxeui-html5, haxeui-kha and haxeui-openfl) Thanks.