acceptable-smartphone-30669
02/04/2021, 2:07 PM--with-opengl flag mean its gonna draw the gui itself and not use a native UI?bright-gpu-74537
02/04/2021, 2:08 PMacceptable-smartphone-30669
02/04/2021, 2:08 PMacceptable-smartphone-30669
02/04/2021, 2:08 PMbright-gpu-74537
02/04/2021, 2:08 PMacceptable-smartphone-30669
02/04/2021, 2:08 PMacceptable-smartphone-30669
02/04/2021, 2:14 PMbright-gpu-74537
02/04/2021, 2:14 PMbright-gpu-74537
02/04/2021, 2:14 PMacceptable-smartphone-30669
02/04/2021, 2:14 PMacceptable-smartphone-30669
02/04/2021, 2:16 PMacceptable-smartphone-30669
02/04/2021, 2:16 PMacceptable-smartphone-30669
02/04/2021, 2:16 PMbright-gpu-74537
02/04/2021, 2:17 PMacceptable-smartphone-30669
02/04/2021, 2:17 PMbright-gpu-74537
02/04/2021, 2:18 PMacceptable-smartphone-30669
02/04/2021, 2:19 PMxml
<menubar>
<menu text="Edit">
<menuitem text="Settings" />
</menu>
</menubar>
<button text="theres a gap above me!" width="100%" />bright-gpu-74537
02/04/2021, 2:19 PM<menubar hidden="true" />acceptable-smartphone-30669
02/04/2021, 2:21 PMbright-gpu-74537
02/04/2021, 2:22 PMacceptable-smartphone-30669
02/04/2021, 2:22 PMbright-gpu-74537
02/04/2021, 2:22 PMacceptable-smartphone-30669
02/04/2021, 2:22 PMbright-gpu-74537
02/04/2021, 2:22 PMacceptable-smartphone-30669
02/04/2021, 3:50 PM<property type="list"> in my xml file, and i wanna set its selected value from code. i have a Property object, but i dont see a method i can use to set it.bright-gpu-74537
02/04/2021, 3:56 PMacceptable-smartphone-30669
02/04/2021, 5:14 PMxml
<menubar>
<menu text="{{menu_edit}}">
<menuitem id="settingsMenuItem" text="{{settings}}" />
</menu>
</menubar>
hx
@:build(haxe.ui.macros.ComponentMacros.build("assets/main-view.xml"))
class MainView extends VBox {
public function new() {
super();
settingsMenuItem.onClick = function(_) {
trace("Showing settings");
new SettingsDialog().show();
}
}
}
nothings being printed in the console, and no dialog either. maybe its the problem with it not liking KDE again?acceptable-smartphone-30669
02/04/2021, 5:29 PMbright-gpu-74537
02/04/2021, 5:49 PMbright-gpu-74537
02/04/2021, 5:49 PM