Numeric keypad

Smee

Well-Known Member
Licensed User
Longtime User
I am trying to get the Numeric keypad to show but it does not want to

the code i am using is this

B4X:
Dim id As InputDialog
id.Input=id.INPUT_TYPE_DECIMAL_NUMBERS
Qty=id.Show(Qty,"Enter New Qty","","","",Null)

However only the ordinary keyboard shows.

What am i missing?
 
Top