Page 1 of 1

iPad Blues in Am

Posted: Mon Sep 17, 2012 3:49 pm
by NigelS
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

Re: iPad Blues in Am

Posted: Mon Sep 17, 2012 6:28 pm
by jacque
Well, there's no tab key in the iOS keyboard so it's moot.

Re: iPad Blues in Am

Posted: Tue Sep 18, 2012 1:14 pm
by CALL-151
Just touch a field to give it focus (as long as it's TraversalOn property is true).

Re: iPad Blues in Am

Posted: Mon Sep 24, 2012 2:45 am
by NigelS
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. :)