-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InputText field not working ( not taking inputs ) #215
Comments
buildFn should be used like this:
As for the inputText i'll check it later today |
Looks like your input field hase zero width and height. Try changing its size to something reasonable. |
Thanks, buildfn working great 👍 I have added width, its making text "Enter" streched. Still not taking inputs, strangely adding height make the field disappear completely. My new code when text is streching:
I am not sure if its related or not, the above inputtext issue is with openfl [3,2,2] while setting it to openfl[3,3,3] there is null iter bug, see: Information:- Copying template file: /usr/lib/haxe/lib/openfl/3,3,3/templates/haxe/ApplicationMain.hx -> Export/linux64/neko/haxe/ApplicationMain.hx |
You should use |
sorry friend still no difference, I am on Lubuntu 15.04 does it has to do with the problem. |
I doubt it's related to OS version (i test on Ubuntu 14.04). |
stablexui[1.1.5] my app is not working in html5, therefore for e.g. openfl "AddingText" sample project, main.hx
|
Can you try with latest OpenFL? |
Yes I tried I mentioned it before see: Information:- Copying template file: /usr/lib/haxe/lib/openfl/3,3,3/templates/haxe/ApplicationMain.hx -> Export/linux64/neko/haxe/ApplicationMain.hx |
Latest OpenFL is 3.3.6. |
my badluck :( after update to openfl 3.3.6, I am having same "Uncaught exception - Cannot iter on null" ( and sure its related to openfl only, as I have commented out everything and still getting it), Alas :`( |
ok here I am again with a different test: And just for testing/checking why it is buggy in "lubuntu" I installed openfl 3.2.2, then tested the app "openfl test neko" and the uncaught exception start appearing, then I went back to openfl 3.3.6 and tested, still "uncaught exception" is there and now I am unable to test the app again stuck with "uncaught exception" in ubuntu 15.04 as well :( I will recommend you once install openfl 3.2.2 and test the app then again switch to 3.3.6 and test you will get error on your machine as well. |
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
( another bug ) when using buildFn, as commented above throws following error:
Also unable to find any inputtext demo :(
The text was updated successfully, but these errors were encountered: