P pacoMx Member Licensed User Longtime User Jan 11, 2012 #1 Hello, I'm trying to use an editText with nuneric only keyboard. The thing is that I get the following: B4X: Compiling code. Error Error compiling program. Error description: Unknown member: inputtype Occurred on line: 21 EditText1.InputType = EditText1.INPUT_TYPE_NUMBERS Word: inputtype Is there any additional library tha I must load? ******************* Sorry, just found that I must declare variable as edittext. Thanks. Last edited: Jan 11, 2012
Hello, I'm trying to use an editText with nuneric only keyboard. The thing is that I get the following: B4X: Compiling code. Error Error compiling program. Error description: Unknown member: inputtype Occurred on line: 21 EditText1.InputType = EditText1.INPUT_TYPE_NUMBERS Word: inputtype Is there any additional library tha I must load? ******************* Sorry, just found that I must declare variable as edittext. Thanks.