Configuring the keyboard with LC 7+

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Configuring the keyboard with LC 7+

Post by Dixie » Fri Feb 20, 2015 1:21 am

Is anyone else having problems with :-

iphoneSetKeyboardType
iphoneSetKeyboardReturnKey

as I can't get these commands to work in LC 7+ and would just like some confirmation before filing this as yet another bug.. (sigh)

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: Configuring the keyboard with LC 7+

Post by Dixie » Fri Feb 20, 2015 9:24 am

Mmm... let me ask this question in another way... :-)

Anyone not having any problems with setting...

iphoneSetKeyboardType
iphoneSetKeyboardReturnKey


LC 7.0.2, xCode 6.1.1

?

JacobS
Posts: 58
Joined: Mon Aug 20, 2012 8:41 pm

Re: Configuring the keyboard with LC 7+

Post by JacobS » Fri Feb 20, 2015 2:34 pm

Hi Dixie,

I'm using

Code: Select all

iphoneSetKeyboardType numeric
and it's working fine for me. I just tested it on iOS 6 and iOS 8.
I'm using XCode 6.1.1 and LC 7.0.1.

Maybe the difference in LC versions is the problem. Have you tested it in LC 7.0.1?

-Jacob

Post Reply