bright-gpu-74537
11/11/2020, 6:13 AMmost-caravan-45834
11/11/2020, 10:58 PMmost-caravan-45834
11/11/2020, 10:59 PMhaxe
animationList.selectedItem.text = name;
But nothing happensmost-caravan-45834
11/11/2020, 11:05 PMhaxe
animationList.invalidateComponentLayout();
afterwards does the jobbright-gpu-74537
11/12/2020, 6:56 AMbright-gpu-74537
11/12/2020, 6:57 AMbright-gpu-74537
11/12/2020, 7:25 AMbored-sandwich-20283
11/12/2020, 1:35 PMbored-sandwich-20283
11/12/2020, 1:39 PMbright-gpu-74537
11/12/2020, 1:59 PMbright-gpu-74537
11/12/2020, 2:00 PMbright-gpu-74537
11/12/2020, 2:06 PMbright-gpu-74537
11/12/2020, 2:07 PMbored-sandwich-20283
11/12/2020, 2:09 PMbright-gpu-74537
11/12/2020, 2:11 PMbright-gpu-74537
11/12/2020, 2:11 PMbored-sandwich-20283
11/12/2020, 2:13 PMxml
<?xml version="1.0" encoding="utf-8" ?>
<box width="100%" height="100%">
<vbox width="100%">
<menubar width="100%">
<menu text="File">
<menuitem text="New"/>
<menuitem text="Open"/>
<menuitem text="Save"/>
<menuitem text="Save As"/>
</menu>
<menu text="Help">
<menuitem text="About"/>
</menu>
</menubar>
</vbox>
<vbox width="100%">
<grid id="grid1" columns="3" style="border: 1px solid #ababab;padding: 5px;">
<box width="25" height="25" style="background-color: red;border:1px solid red;background-opacity: .5"/>
<box width="100%" height="25" style="background-color: red;border:1px solid red;background-opacity: .5"/>
<box width="25" height="25" style="background-color: red;border:1px solid red;background-opacity: .5"/>
<box width="25" height="100%"
style="background-color: green;border:1px solid green;background-opacity: .5"/>
<box width="100%" height="100%"
style="background-color: green;border:1px solid green;background-opacity: .5"/>
<box width="25" height="100%"
style="background-color: green;border:1px solid green;background-opacity: .5"/>
<box width="25" height="25" style="background-color: blue;border:1px solid blue;background-opacity: .5"/>
<box width="100%" height="25" style="background-color: blue;border:1px solid blue;background-opacity: .5"/>
<box width="25" height="25" style="background-color: blue;border:1px solid blue;background-opacity: .5"/>
</grid>
</vbox>
</box>bright-gpu-74537
11/12/2020, 2:14 PMbright-gpu-74537
11/12/2020, 2:14 PMbored-sandwich-20283
11/12/2020, 2:15 PMbright-gpu-74537
11/12/2020, 2:15 PMbright-gpu-74537
11/12/2020, 2:15 PM<vbox verticalAlign="bottom" horizontalAlign="right">bored-sandwich-20283
11/12/2020, 2:16 PMbright-gpu-74537
11/12/2020, 2:18 PM<bob tim="jim"/> into:bright-gpu-74537
11/12/2020, 2:18 PMhaxe
var c = new Bob(); // this is based on a lookup "bob" => "Bob"
c.tim = "jim";bright-gpu-74537
11/12/2020, 2:19 PMbored-sandwich-20283
11/12/2020, 2:20 PM<grid width="100%" height="100%" id="grid1" columns="3" style="border: 1px solid #ababab;padding: 5px;">
<box width="100%" height="50%" style="background-color: red;border:1px solid red;background-opacity: .5" />
<box width="100%" height="10%" style="background-color: red;border:1px solid red;background-opacity: .5" />
<box width="100%" height="100%" style="background-color: red;border:1px solid red;background-opacity: .5" />
</grid>
while this completely change everything
<grid width="100%" height="100%" id="grid1" columns="3" style="border: 1px solid #ababab;padding: 5px;">
<box width="100%" height="50%" style="background-color: red;border:1px solid red;background-opacity: .5" />
<box width="99%" height="10%" style="background-color: red;border:1px solid red;background-opacity: .5" />
<box width="100%" height="100%" style="background-color: red;border:1px solid red;background-opacity: .5" />
</grid>bored-sandwich-20283
11/12/2020, 2:21 PMbright-gpu-74537
11/12/2020, 2:22 PMbright-gpu-74537
11/12/2020, 2:22 PM