bright-gpu-74537
02/12/2022, 6:05 PMicy-zebra-52882
02/12/2022, 6:05 PMicy-zebra-52882
02/12/2022, 6:06 PMbright-gpu-74537
02/12/2022, 6:06 PMbest-agent-85158
02/12/2022, 6:08 PMbright-gpu-74537
02/12/2022, 6:09 PMbest-agent-85158
02/12/2022, 6:12 PMbest-agent-85158
02/12/2022, 6:13 PMbright-gpu-74537
02/12/2022, 6:16 PMbest-agent-85158
02/12/2022, 6:33 PMbest-agent-85158
02/12/2022, 6:34 PMbrave-kangaroo-30399
02/12/2022, 8:20 PMbright-gpu-74537
02/12/2022, 9:24 PMbest-agent-85158
02/13/2022, 4:59 AMnew Table or new Menu and it can't find those two typesbest-agent-85158
02/13/2022, 5:00 AMbrave-kangaroo-30399
02/13/2022, 5:51 AMhaxeui-core and not the flixel backendbrave-kangaroo-30399
02/13/2022, 5:51 AMbright-gpu-74537
02/13/2022, 8:41 AMbright-gpu-74537
02/13/2022, 8:41 AMstraight-oyster-87301
02/14/2022, 7:26 AMdisabled="true" in xml makes a button unusable even if reenabledbright-gpu-74537
02/14/2022, 8:24 AMxml
<vbox style="padding: 5px;">
<button id="theButton" text="Buttton" disabled="true" />
<hbox>
<button text="Disable" onclick="theButton.disabled = true" />
<button text="Enable" onclick="theButton.disabled = false" />
</hbox>
</vbox>straight-oyster-87301
02/14/2022, 8:25 AMstraight-oyster-87301
02/14/2022, 8:25 AMbright-gpu-74537
02/14/2022, 8:26 AMstraight-oyster-87301
02/14/2022, 8:26 AMbright-gpu-74537
02/14/2022, 8:27 AMstraight-oyster-87301
02/14/2022, 8:27 AMbright-gpu-74537
02/14/2022, 8:27 AMbright-gpu-74537
02/14/2022, 8:29 AMbright-gpu-74537
02/14/2022, 8:29 AMxml
<vbox style="padding: 5px;">
<button id="theButton" text="Buttton" disabled="true" onclick="trace('clicked')" />
<hbox>
<button text="Disable" onclick="theButton.disabled = true" />
<button text="Enable" onclick="theButton.disabled = false" />
</hbox>
</vbox>