bright-gpu-74537
09/16/2021, 8:25 PMhappy-agent-4114
09/16/2021, 8:25 PMtext to modName and enabled to modEnabled made it workhappy-agent-4114
09/16/2021, 8:25 PMbright-gpu-74537
09/16/2021, 8:26 PMhappy-agent-4114
09/16/2021, 8:26 PMbright-gpu-74537
09/16/2021, 8:27 PMbright-gpu-74537
09/16/2021, 8:27 PMhappy-agent-4114
09/16/2021, 8:27 PMnew() function but not in a callbackbright-gpu-74537
09/16/2021, 8:28 PMhappy-agent-4114
09/16/2021, 8:28 PMhappy-agent-4114
09/16/2021, 8:29 PMbright-gpu-74537
09/16/2021, 8:31 PMhappy-agent-4114
09/16/2021, 8:31 PMhappy-agent-4114
09/16/2021, 8:31 PMbright-gpu-74537
09/16/2021, 8:32 PMbright-gpu-74537
09/16/2021, 8:32 PMhappy-agent-4114
09/16/2021, 8:33 PMbright-gpu-74537
09/16/2021, 8:33 PMhaxe
@:build(haxe.ui.ComponentBuilder.build("assets/main-view.xml"))
class MainView extends VBox {
public function new() {
super();
}
@:bind(populate, MouseEvent.CLICK)
private function onPopulate(e) {
mods.dataSource.allowCallbacks = false;
for (i in 0...30) {
mods.dataSource.add({
enabled: Std.random(2) == 0,
text: "Item " + i
});
}
mods.dataSource.allowCallbacks = true;
}
}bright-gpu-74537
09/16/2021, 8:33 PMxml
<vbox text="Modpacks" style="__background-color:#0f0f0f;padding: 5px;" width="100%" height="100%">
<button id="populate" text="Populate" />
<hbox width="100%" height="100%">
<listview id="packs" width="50%" height="100%" selectedIndex="0">
<data></data>
</listview>
<listview id="mods" width="50%" height="100%">
<item-renderer layoutName="horizontal" width="100%">
<checkbox id="enabled" />
<label width="100%" id="text" textAlign="left" style="__font-size:10px" />
</item-renderer>
<data></data>
</listview>
</hbox>
</vbox>bright-gpu-74537
09/16/2021, 8:34 PMbright-gpu-74537
09/16/2021, 8:35 PMhappy-agent-4114
09/16/2021, 8:36 PMhappy-agent-4114
09/16/2021, 8:36 PMhappy-agent-4114
09/16/2021, 8:41 PMhappy-agent-4114
09/16/2021, 8:41 PMhappy-agent-4114
09/16/2021, 8:41 PMhappy-agent-4114
09/16/2021, 8:42 PMhappy-agent-4114
09/16/2021, 9:00 PMhappy-agent-4114
09/16/2021, 9:00 PMhelpful-boots-41914
09/16/2021, 10:37 PM