View Single Post
Old 10-24-2012, 02:28 AM   #67
baf
Evangelist
baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.
 
Posts: 404
Karma: 2200000
Join Date: May 2012
Device: kt
Quote:
Originally Posted by twobob View Post
yeah that would be a wandering logic thingy...
looks like a bugarooni.

try pressing it 3 times (a possible coding indicator that the first press is being "missed" or ignored for some stateful reason)

TEST:
When keyboard is hidden:

Headings: attempt - likely internal process - result
Press 1 show - miss - no keyboard
Press 2 hide - hit - still no keyboard
Press 3 show - hit - keyboard YAY!


so try it three times when that happens.. that works I think. HTH
A bit of explanation here.
Problem is that I don't know how to check if system keyboard is open (in a simple way). So if you open keyboard with button, program knows it is open and then pressing button again will close it.
However in case the keyboard is opened automatically you shouldn't try to close it with a button, because program thinks it is closed and tries to open it. First button press does nothing then. Second press will close it.
When keyboard is opened automatically by system, close it pressing somewhere outside the entry field. When focus is removed from entry box the keyboard will close automatically.
baf is offline   Reply With Quote