refined-laptop-39041
09/19/2021, 2:02 PMcrooked-fountain-82389
09/19/2021, 3:07 PMadamant-beach-50062
09/19/2021, 4:41 PMbright-gpu-74537
09/19/2021, 4:43 PMblue-musician-14601
09/20/2021, 4:02 AMconfigure: ../configure --with-opengl --disable-shared when building the wxwidgets dependency from source; do I also need to specify the --with-gtk3 switch, or any other particular switches to get it to function correctly with haxe and haxeui?bright-gpu-74537
09/20/2021, 6:45 AMcrooked-fountain-82389
09/20/2021, 12:09 PMios backend?curved-appointment-82072
09/20/2021, 1:21 PMcurved-appointment-82072
09/20/2021, 1:23 PMcurved-appointment-82072
09/20/2021, 1:24 PMcurved-appointment-82072
09/20/2021, 1:27 PMbright-gpu-74537
09/20/2021, 1:28 PMbright-gpu-74537
09/20/2021, 1:29 PMcurved-appointment-82072
09/20/2021, 1:29 PMbright-gpu-74537
09/20/2021, 1:29 PMcurved-appointment-82072
09/20/2021, 1:50 PMcurved-appointment-82072
09/20/2021, 2:01 PMbright-gpu-74537
09/20/2021, 2:41 PMbright-gpu-74537
09/20/2021, 2:42 PMbright-gpu-74537
09/20/2021, 2:42 PMdialog.destroyOnClose = falsecurved-appointment-82072
09/20/2021, 2:43 PMcurved-appointment-82072
09/20/2021, 2:43 PMbright-gpu-74537
09/20/2021, 2:43 PMbright-gpu-74537
09/20/2021, 2:47 PMThere was a problem validating this component as it has already been destroyedcurved-appointment-82072
09/20/2021, 2:52 PMblue-musician-14601
09/20/2021, 6:07 PMhaxeui-core create wxwidgets.bright-gpu-74537
09/20/2021, 6:44 PMblue-musician-14601
09/20/2021, 7:31 PMhaxelib run haxeui-core create hxwidgets which in turn generates a boilerplate Main.hx. There are no imports mapped in the boilerplate code, the Haxe Interpreter will help debug the dependencies in the code. The same page also says to include the following code block before haxeui framework in initialized:
haxe
Toolkit.init({
frame: frame // the frame on which 'Screen' will place components
});
What I was noticing in your demo code is that you didn't import haxe.ui.Toolkit nor have the init code block. I want to know why, or why the directions on the site say it is necessary when it doesn't appear to be by the example code you made.bright-gpu-74537
09/21/2021, 5:27 AMcreate hxwidgets uses HaxeUIApp... this takes care of all that boiler plate for youbright-gpu-74537
09/21/2021, 5:27 AM