orange-van-60470
10/20/2021, 9:55 PMpurple-businessperson-14467
10/21/2021, 2:21 AMpurple-businessperson-14467
10/21/2021, 2:22 AMpurple-businessperson-14467
10/21/2021, 5:35 AMbright-gpu-74537
10/21/2021, 6:19 AMxml
<item-renderer>
<array-display />
</item-renderer>
But its not realistically going to be any different - i agree it does seem strange to NOT have an inbuild component that will dispay an array... wonder if one should be added? Or what it would be called? Or how it would work?bright-gpu-74537
10/21/2021, 6:21 AMpurple-businessperson-14467
10/21/2021, 7:43 AMpurple-businessperson-14467
10/21/2021, 7:45 AMbright-gpu-74537
10/21/2021, 7:46 AMfierce-soccer-8550
10/21/2021, 2:28 PMfierce-soccer-8550
10/21/2021, 2:51 PMfierce-soccer-8550
10/21/2021, 3:13 PMorange-van-60470
10/21/2021, 9:24 PMbright-gpu-74537
10/22/2021, 7:00 AMearly-truck-71225
10/23/2021, 2:03 PMbright-gpu-74537
10/23/2021, 3:46 PMhaxe
myDropdown.onChange = function(e) {
}
or
haxe
myDropdown.addEventListener(UIEvent.CHANGE, function(e) {
});mammoth-plastic-35593
10/23/2021, 3:51 PMcursor as a very tiny vertical line and typing doesn't add characters to the text field. Not sure what's the cause yet.mammoth-plastic-35593
10/23/2021, 3:56 PMbright-gpu-74537
10/23/2021, 4:09 PMbright-gpu-74537
10/23/2021, 4:09 PMmammoth-plastic-35593
10/23/2021, 4:48 PMhaxe
class EditorState extends FlxState {
override public function create() {
super.create();
bgColor = FlxColor.PURPLE;
Android.checkPermissions();
Toolkit.init({container: this});
var menu = new EditorPage();
add(menu);
}
override public function update(elapsed:Float) {
super.update(elapsed);
}
}
My EditorPage
haxe
@:build(haxe.ui.macros.ComponentMacros.build("assets/xml/editor.xml"))
class EditorPage extends VBox {
public function new() {
super();
}
}
And my editor.xml
xml
<vbox width="100%" height="100%">
<textfield id="inputText" width="100%" height="10%" placeholder="Sample Text" />
</vbox>bright-gpu-74537
10/23/2021, 4:51 PMbright-gpu-74537
10/23/2021, 4:51 PMmammoth-plastic-35593
10/23/2021, 4:51 PMmammoth-plastic-35593
10/23/2021, 4:55 PMlime test windows and it's using the editor_simplified.xml that cuts out all the other stuff I had in there.bright-gpu-74537
10/23/2021, 5:14 PMbright-gpu-74537
10/23/2021, 5:15 PMearly-truck-71225
10/23/2021, 5:21 PMearly-truck-71225
10/23/2021, 5:24 PMbright-gpu-74537
10/23/2021, 5:26 PMmyDropdown.selectedIndex / myDropdown.selectedItem