bright-gpu-74537
12/07/2022, 8:02 AMcreamy-animal-95850
12/07/2022, 8:06 AMbright-gpu-74537
12/07/2022, 8:07 AMbright-gpu-74537
12/07/2022, 8:08 AMcreamy-animal-95850
12/07/2022, 8:11 AMxml
<vbox width="230" height="100%">
<property-grid width="100%" height="100%">
<property-group text="Shape Properties">
<property label="Hidden" type="boolean" value="false" />
<property label="Int Property" type="int" value="101" />
<property label="List Property" type="list" value="Item 1">
<data>
<item text="Item 1" />
<item text="Item 2" />
<item text="Item 3" />
<item text="Item 4" />
<item text="Item 5" />
<item text="Item 6" />
</data>
</property>
</property-group>
<property-group text="Segment Properties">
<property label="Hidden" type="boolean" value="false" />
<property label="Int Property" type="int" value="101" />
<property label="List Property" type="list" value="Item 1">
<data>
<item text="Item 1" />
<item text="Item 2" />
<item text="Item 3" />
<item text="Item 4" />
<item text="Item 5" />
<item text="Item 6" />
</data>
</property>
</property-group>
</property-grid>
</vbox>
bright-gpu-74537
12/07/2022, 8:12 AMcreamy-animal-95850
12/07/2022, 8:13 AMbright-gpu-74537
12/07/2022, 8:13 AMambitious-knife-25690
12/07/2022, 10:27 AMcreamy-animal-95850
12/07/2022, 10:29 AMfierce-soccer-8550
12/07/2022, 1:47 PMfierce-soccer-8550
12/07/2022, 2:04 PMbright-gpu-74537
12/07/2022, 2:04 PMfierce-soccer-8550
12/07/2022, 2:05 PMfierce-soccer-8550
12/07/2022, 2:32 PMcurved-appointment-82072
12/07/2022, 4:18 PMhaxelib run haxeui-core custom-component MyComp
Called from sys.thread.Mutex::$statics line 1
Called from Main::main line 55
Called from commands.CustomComponentCommand::execute line 44
Called from projects.TemplateProject::execute line 28
Called from a C function
Called from projects.Project::execute line 17
Uncaught exception - Invalid field access : length
(latest gÃŪt)bright-gpu-74537
12/07/2022, 4:26 PMpurple-businessperson-14467
12/07/2022, 5:37 PMfamous-alarm-22563
12/08/2022, 7:20 AMfamous-alarm-22563
12/08/2022, 7:20 AMbright-gpu-74537
12/08/2022, 8:01 AMfamous-alarm-22563
12/08/2022, 8:03 AMbright-gpu-74537
12/08/2022, 8:04 AMfamous-alarm-22563
12/08/2022, 8:04 AMfamous-alarm-22563
12/08/2022, 8:05 AMfamous-alarm-22563
12/08/2022, 8:05 AMbright-gpu-74537
12/08/2022, 8:06 AMfamous-alarm-22563
12/08/2022, 8:06 AMbright-gpu-74537
12/08/2022, 8:08 AMfamous-alarm-22563
12/08/2022, 8:11 AMclass MenuState extends FlxState
{
var score:Int;
var ui = ComponentMacros.build("assets/views/menu-view.xml");