bright-gpu-74537
01/06/2023, 10:27 AMbright-gpu-74537
01/06/2023, 10:28 AMrefined-laptop-39041
01/06/2023, 3:46 PMpurple-businessperson-14467
01/06/2023, 8:15 PMfull-journalist-82607
01/06/2023, 8:17 PMfull-journalist-82607
01/06/2023, 8:17 PMfull-journalist-82607
01/06/2023, 8:19 PMbright-gpu-74537
01/06/2023, 9:21 PMimplements IDataItem
in the class (if you have one) and then changing any field on that will update the datasource (and therefore the table)bright-gpu-74537
01/06/2023, 9:30 PMpurple-businessperson-14467
01/06/2023, 10:12 PMpurple-businessperson-14467
01/07/2023, 7:18 AMbright-gpu-74537
01/07/2023, 7:57 AMbright-gpu-74537
01/07/2023, 7:58 AMbright-gpu-74537
01/07/2023, 7:58 AMbright-gpu-74537
01/07/2023, 7:59 AMbright-gpu-74537
01/07/2023, 8:00 AMbright-gpu-74537
01/07/2023, 8:00 AMhaxe
@:build(haxe.ui.ComponentBuilder.build("assets/main-view.xml"))
class MainView extends VBox {
public override function onReady() {
super.onReady();
Dialogs.messageBox('Going Inn:', 'No Error', 'error');
}
}
bright-gpu-74537
01/07/2023, 8:02 AMhaxe
var m = new MainView(); // <--- dialog is being created here and added to screen
Screen.instance.addComponent(m);
purple-businessperson-14467
01/07/2023, 3:33 PMfull-journalist-82607
01/07/2023, 9:18 PMbright-gpu-74537
01/07/2023, 9:21 PMbright-gpu-74537
01/07/2023, 9:21 PMfull-journalist-82607
01/07/2023, 9:21 PMbright-gpu-74537
01/07/2023, 9:22 PMbright-gpu-74537
01/07/2023, 9:22 PMfull-journalist-82607
01/07/2023, 9:22 PMfull-journalist-82607
01/07/2023, 9:23 PMbright-gpu-74537
01/07/2023, 9:24 PMfull-journalist-82607
01/07/2023, 9:24 PMfull-journalist-82607
01/07/2023, 9:39 PM