Number Keypad

0
Hi All,   I'm building an app using 10.6.13 for a Windows based operating system using touch screen technology,   There is a requirement during the process to add in a build quantity, currently I do this using a keyboard but the operators that will be using the app dont have this option.   Instead they are to enter a quantity manually in a text box using up and down arrows, is there a way of calling a number pad to enter the quantity on the touch screen.   I have tried widgets such as centipede and Set Attribute but there is minimal documentation explaining how it works and all I saw was another manual entry text box.
asked
2 answers
0

I made a custom keypad by just using buttons in a table and calling a nanoflow to change a value of a non persistent entity. When I originally made it I had to make a nanoflow for every number, I believe this may be what you also need to do in your version. If you were on a newer version you could use that pass value to nanoflow feature and only need one nanoflow,.

answered
0

Thanks for the reply I have created the page to host the keypad using a data view connected to a non persistent entity for the number input, inside this is a Text Box to display the entry and below it is a container to host the keypad layout grid.

 

I have create a nanoflow with 2 parameters as below,

image.png

The change object is set to the following,

image.png

but when I try to pass the button to the nanoflow I receive the below and I just need the digit to say 1 what am i missing pleas as I feel i'm so close to resolving this issue.

image.png

answered