niteshmourya / app-inventor-for-android

Automatically exported from code.google.com/p/app-inventor-for-android
Apache License 2.0
1 stars 0 forks source link

Ability to Hide the Keyboard after opening a Notifier TextDialog #2110

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
After calling the notifier ShowTextDialog method and inputting text, once you 
click 'OK' the keyboard that opened to input text remains open until you 
manually close it by hitting the back key. There should be a function call 
similar to TextBox, which you can call to hide the keyboard.

Original issue reported on code.google.com by CHeil...@gmail.com on 16 May 2012 at 3:26

GoogleCodeExporter commented 9 years ago
Yes it is a big problem, if u find a solution plz msg me...

THX

Original comment by yeon...@googlemail.com on 18 May 2012 at 5:49

GoogleCodeExporter commented 9 years ago

Original comment by weihuali...@gmail.com on 22 Jul 2012 at 8:08

GoogleCodeExporter commented 9 years ago
Seems like something pretty basic that should be doable but was just overlooked 
in the implementation of the Notifier text input feature.  This is a big 
annoyance and affects the usability of applications that need to have text 
input when the user clicks a button which is probably a pretty common 
requirement for most apps.  

Original comment by PAChadCl...@gmail.com on 22 Aug 2013 at 2:03

GoogleCodeExporter commented 9 years ago
I put a Advanced > Any TextBox > (call) TextBox.HideKeyboard and in the 
component place I choosed the last component text that I used.
Works for me.

Original comment by mariomay...@gmail.com on 16 Sep 2013 at 3:41

Attachments:

GoogleCodeExporter commented 9 years ago
This issue is related to closing down the keyboard after tex input from a 
notifier componet.  I tried what you suggested by adding a "dummy" textbox and 
using the hidekeyboard method from it but it didn't close the notifier's 
keyboard. 

Original comment by PAChadCl...@gmail.com on 16 Sep 2013 at 1:42