hallowed-ocean-84954
12/18/2022, 4:36 AM<group id="configurationGrpId" layoutName="vertical">
<optionbox id="rubiksConfig"
text="Rubik's Cube" selected="true" onChange="rubiksConfigFn()" />
<optionbox id="simplePhongConfig"
text="Simple Phong Lighting" onChange="phongConfigFn()" />
<optionbox id="phongConfig"
text="Phong Lighting and Materials"
onChange="phongMaterialsConfigFn()" />
<optionbox id="lightMapsConfig"
text="Lighting Maps" onChange="lightMapsConfigFn()" />
<optionbox id="lightCastersConfig"
text="Light Casters" onChange="lightCastersConfigFn()" />
</group>
And now it doesn't build throwing this:
Uncaught exception: Can't cast bool to enum<haxe.ui.util.VariantType>
Called from haxe.ui.containers._Group.Builder.cacheInitalValue(haxe/ui/containers/Group.hx:102)
Called from haxe.ui.containers._Group.Builder.processGroupChild(haxe/ui/containers/Group.hx:82)
Called from haxe.ui.containers._Group.Builder.childAdd(haxe/ui/containers/Group.hx:62)
Called from haxe.ui.containers._Group.Builder.addComponent(haxe/ui/containers/Group.hx:49)
Called from haxe.ui.core.Component.addComponent(haxe/ui/core/Component.hx:381)
Called from ui.$UI.__constructor__(ui/UI.hx:173)
...
UI.hx is my UI class.hallowed-ocean-84954
12/18/2022, 4:36 AMhallowed-ocean-84954
12/18/2022, 4:43 AMpowerful-morning-89
12/18/2022, 6:55 AMbright-gpu-74537
12/18/2022, 8:37 AMbright-gpu-74537
12/18/2022, 8:38 AMbright-gpu-74537
12/18/2022, 8:51 AMError: Source path "C:/SDK/forks/lime/ndll/Windows64/lime.hdll" does not exist
bright-gpu-74537
12/18/2022, 8:52 AMlime rebuild hl
or something - ill try itbright-gpu-74537
12/18/2022, 8:54 AMbright-gpu-74537
12/18/2022, 9:12 AMbright-gpu-74537
12/18/2022, 10:22 AMbright-gpu-74537
12/18/2022, 10:26 AMhallowed-ocean-84954
12/18/2022, 3:01 PMhallowed-ocean-84954
12/18/2022, 3:04 PMhallowed-ocean-84954
12/18/2022, 3:15 PMrefined-greece-48002
12/18/2022, 5:20 PMvar str = _chooseFile(save, out);
Once I've paused/unpaused the debugger once, the file dialog renders properly and works as expected, and all subsequent file dialogs work fine until I restart the debugger, at which point the behavior occurs again.
This doesn't occur when running outside the debugger, eg by calling hl myproject.hl
from the command line.refined-greece-48002
12/18/2022, 5:25 PMbright-gpu-74537
12/18/2022, 6:06 PMbright-gpu-74537
12/18/2022, 6:07 PMbright-gpu-74537
12/18/2022, 6:07 PMhallowed-ocean-84954
12/18/2022, 6:51 PMhallowed-ocean-84954
12/18/2022, 7:10 PM*Dropdown
and a *DropdownHandlerView
class plus the *DropdownHandler
class itself. Oh ooops - I have one extra unused class. My *DropdownHandlerView
class plus the *DropdownHandler
are actually the same 🙂 Ooops. Ok that makes it a bit simpler. So you need a handler and a view class - that makes more sense.bright-gpu-74537
12/18/2022, 7:11 PMbright-gpu-74537
12/18/2022, 7:12 PMhallowed-ocean-84954
12/18/2022, 7:13 PMhallowed-ocean-84954
12/18/2022, 7:13 PMbright-gpu-74537
12/18/2022, 7:15 PMhallowed-ocean-84954
12/18/2022, 7:15 PM