> However, I can't find any way to get a large numeric keypad up. Does
> anyone know of a way to achieve this in Tasker
If you have not made a scene as of yet this may be a good time to start. I made scene for very large text input that comes up when I want to search for a contact. If it is only numbers you need then you can make it very,very large.
Rich...
> If all you need is a numeric version/layout of the keypad that is installed in your phone, you can try Variable Query action with the input type set to "numeric/integer".
Great idea.. and if you are rooted you can use secure setting to change your input method and use a different keyboard as well...
> e.g. - I want to enter, say, "27354" into a variable "%Miles", so I press buttons 2, 7, 3, 5, 4 and 'OK'. Could someone give me a hint here please ?
Sure..
I'm assuming you used the scene element 'button' for all of your keypad numbers.
- On the element edit page Select the 'Tap' tab
- This is where you make your task that is linked to that specific button
- put in a action variable set. %MILES
- when you hit the icon that shows your variables list you will see several new variables at the top of the list IE-- %tap_label, %tap_index... ect these are special local variables for that element and scene and are all explained in the user guide..
- The one you can use is the %tap_label (assuming you have set the label to a number IE no spaces or other characters)
Just append %tap_label to your %MILES variable
Now you will want to make a 'text box' element to display your number as it it typed and this can be updated with each button press in there respective tasks with the action scene / element value
And most likely a delete button as well ..
Hope that gets you started.. let me know if you need more... Rich..
**** correction ***
This would be great advice if you were editing a menu element ..
> - when you hit the icon that shows your variables list you will see several new variables at the top of the list IE-- %tap_label, %tap_index... ect these are special local variables for that element and scene and are all explained in the user guide..
> - The one you can use is the %tap_label (assuming you have set the label to a number IE no spaces or other characters)
Disregard the above... you could probably use %element_name however it might be just as easy the append the digit you want for the button that has been pressed.. IE. In the task for Tap of button 6 just use a variable set %MILES to 6 append.....
Sorry for the confusion ... Rich..