Page 1 of 1

Numbers keyboard

Posted: Thu Aug 20, 2015 2:19 am
by LiadTal6
Hi,

I just want to know if there is an option to create a numbers keyboard on Livecode?
If someone know anything about it and can help me with that I will very appreciate it!

Thank you all!
Liad Tal.

Re: Numbers keyboard

Posted: Thu Aug 20, 2015 3:57 am
by dunbarx
Is this one of those "mobil" things?

Otherwise, I would be glad to help.

Craig Newman

Re: Numbers keyboard

Posted: Thu Aug 20, 2015 9:57 am
by LiadTal6
Yes, I want to create this keyboard for mobil app..

Re: Numbers keyboard

Posted: Thu Aug 20, 2015 12:07 pm
by Klaus
Hi Liad,

1. welcome to the forum! :D

2. Since we are neither deaf nor blind here, I removed the SIZE tags from your posting!


Best

Klaus

Re: Numbers keyboard

Posted: Thu Aug 20, 2015 8:17 pm
by Simon
Hi Liad Tal,
There is this;

Code: Select all

mobileSetKeyboardType "numeric"
or

Code: Select all

mobileSetKeyboardType "number"
Simon

Re: Numbers keyboard

Posted: Thu Aug 20, 2015 9:55 pm
by LiadTal6
Thank you very much!