SIP in Basic4Android

junaidahmed

Well-Known Member
Licensed User
Longtime User
How to use SIP (Soft input Panel --> Automatic Keyboard invoke when focus) in Basic4Android like in Basic4PPC
 

JesseW

Active Member
Licensed User
Longtime User
Cor, he wasn't asking how to use focus, he was asking how to use the keyboard and make it popup when an item does take focus. I've seen it but can't remember where it was. You can even choose whether to make letters or numbers and symbols appear. Erel ... help?
 
Upvote 0

Cor

Active Member
Licensed User
Longtime User
It automatically pops up when entering editbox and if set to input type to numbers in designer, it pops up the number layout of the keyboard

grCor
 
Upvote 0

Domingo

Member
Licensed User
Longtime User
How can I hide the input panel trough programmation? Because it is displayed when touch an edittext box, but only hide when touch the back key.
 
Upvote 0

JesseW

Active Member
Licensed User
Longtime User
It is possible through Android's InputMethodManager. You would have to use AGraham's reflection library to access it, which can be frustrating if you're not a Java coder. If AGraham sees this thread he will be able to give a code example of how to do it.
 
Upvote 0
Top