silly-alligator-51979
06/25/2022, 6:27 PMsilly-alligator-51979
06/25/2022, 7:01 PMbright-gpu-74537
06/25/2022, 9:34 PMbright-gpu-74537
06/25/2022, 9:34 PMbest-agent-85158
06/26/2022, 6:54 AMmelodic-coat-15419
06/26/2022, 7:11 AMhxd.App class?melodic-coat-15419
06/26/2022, 7:12 AMhaxelib run haxeui-core create heaps according to https://www.haxeui.org/getting-started/haxeui-heaps/melodic-coat-15419
06/26/2022, 7:14 AMMain extends hxd.App I get a black screen (but as it is it works fine)melodic-coat-15419
06/26/2022, 7:16 AMhaxeui-core and haxeui-heaps before trying)bright-gpu-74537
06/26/2022, 8:47 AMhaxeui-core create uses the HaxeUIApp, and in haxeui-heaps that will contain an hxd.App... note, you dont have to do any of this, you should just be able to "Toolkit.init()" and s2d.add(myComponent)bright-gpu-74537
06/26/2022, 8:48 AMbest-agent-85158
06/26/2022, 9:33 AMbest-agent-85158
06/26/2022, 9:34 AMblue-lock-94355
06/26/2022, 10:25 AMicy-zebra-52882
06/26/2022, 10:30 AMbright-gpu-74537
06/26/2022, 10:57 AMbest-agent-85158
06/26/2022, 10:57 AMbest-agent-85158
06/26/2022, 10:58 AMbest-agent-85158
06/26/2022, 10:59 AMbest-agent-85158
06/26/2022, 11:00 AMDynamicContainer or somthbright-gpu-74537
06/26/2022, 11:22 AMxml
<resizable>
<button />
</resizable>bright-gpu-74537
06/26/2022, 11:23 AMblue-lock-94355
06/26/2022, 1:59 PMhaxe
HaxeUIApp.instance.registerEvent(MouseEvent.MOUSE_DOWN, function(event: Dynamic) {
trace("abc");
});hallowed-ocean-84954
06/26/2022, 2:04 PMbright-gpu-74537
06/26/2022, 2:14 PMHaxeUIApp.instance wont dispatch dispatch mouse events... Screen.instance will (though im not sure it will on hxwidgets - but not 100% sure)bright-gpu-74537
06/26/2022, 2:15 PMblue-lock-94355
06/26/2022, 3:57 PMhallowed-ocean-84954
06/28/2022, 2:33 AMdisabled attribute and whether I can set it with an expression that refers to a variable in my MainView class. Anyone know if this can be done succinctly ?hallowed-ocean-84954
06/28/2022, 2:58 AM@:bind(saveDefinitionButton.disabled)
var _saveRequired:Bool;
would work but I cannot get it to fly