Keyboard pop up and screen view

Lostmymind

Banned
Trying to get the number pad to pop up on my left side of my screen (10in tablet view). I can not get past a syntax error line 39 of my code. I did make sure I had the library for this function.

Dim STANDARD As Label
Dim VACATION As Label
Dim GRID_LABEL As Label
Dim Panel1 As Panel
Dim GRID As ToggleButton
Dim Lock As ToggleButton
Dim VAC As RadioButton
Dim IME As IME

not sure how to get around this problem.
any help would be good.
 

Lostmymind

Banned
thanks the IME lib was not installed.
Thanks for the help:sign0161:
 
Upvote 0

milad.coder

New Member
hi erl
i have CustomDialog2 and i add new panel with one EditText and one Button
when show cd and load panel
keybroad not show !
i guess IME.ShowKeyBoard(MyTXT) not work with CustomDialog2 . am i right ?
please help me ( please attach your sample - If you Can ) . thanks dude :)
 
Last edited:
Upvote 0
Top