Numbers keyboard

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
LiadTal6
Posts: 36
Joined: Sat Jul 25, 2015 5:26 pm

Numbers keyboard

Post by LiadTal6 » Thu Aug 20, 2015 2:19 am

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.

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10330
Joined: Wed May 06, 2009 2:28 pm

Re: Numbers keyboard

Post by dunbarx » Thu Aug 20, 2015 3:57 am

Is this one of those "mobil" things?

Otherwise, I would be glad to help.

Craig Newman

LiadTal6
Posts: 36
Joined: Sat Jul 25, 2015 5:26 pm

Re: Numbers keyboard

Post by LiadTal6 » Thu Aug 20, 2015 9:57 am

Yes, I want to create this keyboard for mobil app..

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Numbers keyboard

Post by Klaus » Thu Aug 20, 2015 12:07 pm

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

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Numbers keyboard

Post by Simon » Thu Aug 20, 2015 8:17 pm

Hi Liad Tal,
There is this;

Code: Select all

mobileSetKeyboardType "numeric"
or

Code: Select all

mobileSetKeyboardType "number"
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

LiadTal6
Posts: 36
Joined: Sat Jul 25, 2015 5:26 pm

Re: Numbers keyboard

Post by LiadTal6 » Thu Aug 20, 2015 9:55 pm

Thank you very much!

Post Reply