iPad Blues in Am

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
NigelS
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 83
Joined: Sat Oct 22, 2011 2:37 pm

iPad Blues in Am

Post by NigelS » Mon Sep 17, 2012 3:49 pm

Hi Folks

I've been finding myself around LC by developing some small useful application. Over the weekend I thought I would play around and code for the iPad so I placed a couple of fields down with labels. I set it up to run in the emulator which to my surprise worked the first time. When I came to try and move from one field to another by either using the tab or enter key the cursor remained in the first field... is this normal, am i missing something here or do I have code for this? Any pointer would be appreciated. Thx

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7390
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: iPad Blues in Am

Post by jacque » Mon Sep 17, 2012 6:28 pm

Well, there's no tab key in the iOS keyboard so it's moot.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

CALL-151
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 206
Joined: Wed Oct 20, 2010 11:00 am

Re: iPad Blues in Am

Post by CALL-151 » Tue Sep 18, 2012 1:14 pm

Just touch a field to give it focus (as long as it's TraversalOn property is true).

NigelS
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 83
Joined: Sat Oct 22, 2011 2:37 pm

Re: iPad Blues in Am

Post by NigelS » Mon Sep 24, 2012 2:45 am

Thanks all for the reply. I did find if I switch on the property "Tap On Return" on the field object I did get the enter key to work. :)

Post Reply