Show keboard

volvomann

Active Member
Licensed User
Longtime User
Hey can anyone give me a code to show keyboard? I use the IME lib I can hidekeyboard but not showkwyboard. I get the error (android.viev.viev)
I read the article here but do not understand it rigt

Mvh volvomann
 

volvomann

Active Member
Licensed User
Longtime User
I probably have not understood it (android.viev.viev). But here the error code


Compiling code. Error
Error parsing program.
Error description: Undeclared variable 'viev' is used before it was assigned any value.
Occurred on line: 310
sjul.ShowKeyboard(Viev as android.viev.viev)
 
Upvote 0

JJM

Active Member
Licensed User
Longtime User
Hello,

you can show keyboard like that:

IME.ShowKeyboard (CurrentTaskC.FromValue )


best regards

JJM
 
Upvote 0
Top