Page 1 of 1

Input Keypad

Posted: Mon Mar 21, 2016 12:53 am
by Setros
Hello,
I try to tender keypad (numbers 0-9, decimal point and Enter), where I entered the number of floating point format float and the Enter key to send this number for further processing. Unfortunately, I do not know how to do it. Could someone help me.
Thanks in advance.

Re: Input Keypad

Posted: Thu May 19, 2016 9:31 pm
by Setros
So I designed the keyboard. Just I do not know how to make entering a decimal point. Output need to max 1 of the fractional space.
Someone advise me?
I am sorry for my English.
Thank you.

Re: Input Keypad

Posted: Fri May 20, 2016 5:43 pm
by MyCo
You can use strings instead of integers and convert the string at the end back to floating point numbers

Re: Input Keypad

Posted: Fri May 20, 2016 10:27 pm
by Setros
Thank you very much. Somehow I did not realize it.