best-agent-85158
05/16/2022, 2:15 PMbest-agent-85158
05/16/2022, 2:15 PMbright-gpu-74537
05/16/2022, 2:17 PMbest-agent-85158
05/16/2022, 2:19 PMbest-agent-85158
05/16/2022, 2:19 PMbright-gpu-74537
05/16/2022, 2:25 PMicy-zebra-52882
05/16/2022, 3:08 PMicy-zebra-52882
05/16/2022, 3:08 PM<grid> columns resize, tableview columns don'ticy-zebra-52882
05/16/2022, 3:09 PMicy-zebra-52882
05/16/2022, 3:12 PMxml
<tableview width="100%" height="200px" contentWidth="100%" contentHeight="100%">
<header width="100%">
<column id="colID" text="ID" width="10%" />
<column id="colName" text="Game Title" width="50%" />
<column id="colPlat" text="Platform" width="40%" />
</header>
<data>
<item colID="0" colName="Golden Axe Warrior" colPlat="Sega Master System" />
<item colID="1" colName="Super Mario World" colPlat="Super Nintendo Entertainment System" />
<item colID="2" colName="Sonic the Hedgehog" colPlat="Sega Mega Drive" />
</data>
</tableview>
here's the layout, parent container is <vbox width="100%" style="padding: 1rem">ambitious-knife-25690
05/16/2022, 3:35 PMambitious-knife-25690
05/16/2022, 3:36 PMseletedValue property?ambitious-knife-25690
05/16/2022, 3:37 PMambitious-knife-25690
05/16/2022, 3:44 PMambitious-knife-25690
05/16/2022, 3:46 PMhx
final g2 = fb.g2;
g2.begin(true, Color.White);
haxeui.renderTo(g2);
g2.end();best-agent-85158
05/16/2022, 4:00 PMbest-agent-85158
05/16/2022, 4:00 PMbright-gpu-74537
05/16/2022, 4:13 PMdefault-backgroundbright-gpu-74537
05/16/2022, 4:14 PM<vbox styleName="default-background"> ...bright-gpu-74537
05/16/2022, 4:14 PMambitious-knife-25690
05/16/2022, 4:48 PMbright-gpu-74537
05/16/2022, 9:24 PMbright-gpu-74537
05/16/2022, 9:38 PMbright-gpu-74537
05/16/2022, 9:40 PMbright-gpu-74537
05/16/2022, 9:40 PMicy-zebra-52882
05/16/2022, 9:44 PMicy-zebra-52882
05/16/2022, 9:44 PMicy-zebra-52882
05/16/2022, 10:10 PMicy-zebra-52882
05/16/2022, 10:10 PMicy-zebra-52882
05/16/2022, 11:50 PMcolID, colName, colPlat) but if I'm passing in data by adding Dynamic (anonymous) objects to the existing data source, what values is it expecting?