-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Hi,
This is my first app using stablexui I am quite old fan of stablexui but now has a chance to implement it, I need InputText to take input from user, inputtext appears but does not take input I tried neko, linux and then I tried android not any app taking input or showing keyboard after clicking the inputtext field. Here is the code
UIBuilder.setTheme('ru.stablex.ui.themes.android4');// even excluding this line has same effect
UIBuilder.init();
var widget = UIBuilder.create(InputText, {
left : 50, top : 200, text: "Enter" });
flash.Lib.current.addChild( widget );//UIBuilder.buildFn("Assets/ui/test.xml") );
( another bug ) when using buildFn, as commented above throws following error:
Error:(1, -1) ?__ui__arguments : Dynamic -> ru.stablex.ui.widgets.Text should be openfl.display.DisplayObject
Also unable to find any inputtext demo :(
Metadata
Metadata
Assignees
Labels
No labels