Keyboard problem on Device MDA Pro

wm.chatman

Well-Known Member
Licensed User
Longtime User
:) Hi

I ported a small Dbase App to my MDA Pro. Wanting to search for Data cmd Find = add Search Criteria into the text box, my Keyboard icon on bottom Right goes to invisible. This means I am unable to add a search criteria and Search for data. :(What is needed to keep the Keyboard visible, on the MDA Pro?
Please, need help and or small Example.
Thanks to all for helping

Best regards
William
 

wm.chatman

Well-Known Member
Licensed User
Longtime User
There is an OS bug related to the disappearing of the keyboard in certain circumstances.
You can add a button instead and call SIP(true) to show the keyboard.
of all the stupid things in the world! :(
if I add sip(true) in app start, I guess it would work:)

Mr Erel, thanks for the quick answer and lesson
Ps. got enough buttons allready

Best regards
William
 

konisek

Member
Licensed User
Longtime User
Is it possible to start/show the keyboard in "numerical" mode rather than in alfabetic? I mean when I start the keyboard by a command SIP(true), I want that it be switched directly to a mode for typing numbers. I have tried the following
B4X:
Hardware1.KeyDown(144) ' for NumLock
from
HTML:
http://msdn.microsoft.com/en-us/library/ms645540(VS.85).aspx
but it does not seem to work. The attached picture shows what I want when I initialize a keybord. (L)
 

wm.chatman

Well-Known Member
Licensed User
Longtime User
:) Hi konisek.

Yes, it possible to start/show the keyboard in "numerical" mode. How? thats a good Question. I think such help is posted on forum, if I am not mistaken. But to be honest, I am not in need of this function at this time.

I think Klaus, and Mr. Agraham will be very happy, to help answer your Question directly.

Best regards and Merry Xmas

William
 

konisek

Member
Licensed User
Longtime User
Yes, this works. But actually, I use an Acer "Easy Keyboard" rather than standard "Keyboard", and here it does not work.
:(:(:(
 
Top