S Smee Well-Known Member Licensed User Longtime User Jan 29, 2012 #1 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?
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?