bright-gpu-74537
12/18/2022, 7:22 PMDropDownBuilder.HANDLER_MAP.set("referenceLibraryDropdownHandler", Type.getClassName(ReferenceLibraryDropdownHandler));
at allbright-gpu-74537
12/18/2022, 7:22 PMbright-gpu-74537
12/18/2022, 7:22 PMbright-gpu-74537
12/18/2022, 7:23 PMbright-gpu-74537
12/18/2022, 7:23 PMbright-gpu-74537
12/18/2022, 7:23 PMhallowed-ocean-84954
12/18/2022, 7:25 PMhallowed-ocean-84954
12/18/2022, 7:25 PMbright-gpu-74537
12/18/2022, 7:26 PMbright-gpu-74537
12/18/2022, 7:26 PMhallowed-ocean-84954
12/18/2022, 9:48 PMUncaught exception: Null access .__type__
Called from $Type.createInstance(D:\Program Files\HaxeToolkit425\haxe\std/hl/_std/Type.hx:126)
Called from haxe.ui.components.DropDownBuilder.get_handler(haxe/ui/components/DropDown.hx:940)
Called from haxe.ui.components.DropDownEvents.hideDropDown(haxe/ui/components/DropDown.hx:854)
Called from haxe.ui.components.DropDownEvents.onHidden(haxe/ui/components/DropDown.hx:643)
Called from haxe.ui.util.EventMap.invoke(haxe/ui/util/EventMap.hx:82)
Called from haxe.ui.core.ComponentEvents.dispatch(haxe/ui/core/ComponentEvents.hx:98)
Called from haxe.ui.core.ComponentEvents.dispatchRecursively(haxe/ui/core/ComponentEvents.hx:108)
Called from haxe.ui.core.ComponentEvents.dispatchRecursively(haxe/ui/core/ComponentEvents.hx:110)
Called from haxe.ui.core.Component.hide(haxe/ui/core/Component.hx:1024)
Called from haxe.ui.core.Component.set_hidden(haxe/ui/core/Component.hx:1170)
Called from haxe.ui.backend.ComponentImpl.set_visible(haxe/ui/backend/ComponentImpl.hx:232)
Called from ui.$UI.__constructor__(ui/UI.hx:179)
This is coming from the place where I am setting initial value for references.visibility to false. That piece of xml is:
<vbox id="references" width="100%">
<dropdown id="referenceDDId" text="Reference Library" type="referenceLibraryDropdownHandler" styleName="referencesBox" width="100%" />
</vbox>
hallowed-ocean-84954
12/18/2022, 9:49 PMhallowed-ocean-84954
12/18/2022, 9:59 PMrefined-cat-44047
12/18/2022, 10:50 PMlime test air -android
.
Took a little to setup, but working fine. But I just added HaxeUI for a better UI, but the button taps seem to be a bit off.
In my test, I have three buttons aligned vertically. I thought only the top button was working, but that is because the hit areas seem to be much lower than they should be.
I know AIR for Android is probably not a popular target, but is this a known issue? Any clues? Or anything I can do to diagnose what is going on a little better?hallowed-ocean-84954
12/18/2022, 11:43 PMbright-gpu-74537
12/19/2022, 7:16 AMbright-gpu-74537
12/19/2022, 7:16 AMbright-gpu-74537
12/19/2022, 7:17 AMfull-journalist-82607
12/19/2022, 11:04 AMhaxe
var a = haxe.ui.ComponentBuilder.fromString('<vbox><button text="Button" /></vbox>', "xml");
Thids doesn't
haxe
var oo:String = '<vbox><button text="Button" /></vbox>';
var a = haxe.ui.ComponentBuilder.fromString(oo, "xml");
It says src/Main.hx:14: characters 45-47 : haxe.macro.Expr should be String
full-journalist-82607
12/19/2022, 11:12 AMbright-gpu-74537
12/19/2022, 12:25 PMbright-gpu-74537
12/19/2022, 12:25 PMbright-gpu-74537
12/19/2022, 12:25 PMbright-gpu-74537
12/19/2022, 12:26 PMfull-journalist-82607
12/19/2022, 12:32 PMhallowed-ocean-84954
12/19/2022, 2:55 PMbright-gpu-74537
12/19/2022, 3:55 PMbright-gpu-74537
12/19/2022, 3:55 PMhallowed-ocean-84954
12/19/2022, 4:00 PM