Re: mobile focus

2014-08-31 Thread Mike Kerner
You have to do it manually. You can try locking the screen to see if that will help with the flash. On Sun, Aug 31, 2014 at 1:02 PM, Eric Corbett wrote: > Sorry Mike, I missed the manual part of your question the first time. At a > minimum, I learned about mobileControlTarget. Don't know how I

Re: mobile focus

2014-08-31 Thread Eric Corbett
Sorry Mike, I missed the manual part of your question the first time. At a minimum, I learned about mobileControlTarget. Don't know how I missed that in the docs. Does anyone have a suggestion on how to handle the mobile field with keyboard movements? Specifically, I want the controls to slide

Re: mobile focus

2014-08-30 Thread Mike Kerner
And, yes, I'm well aware of how to do it manually. On Sat, Aug 30, 2014 at 10:18 AM, Mike Kerner wrote: > mobilecontroltarget doesn't tell me what mobile field has the focus right > now, it tells me what I just clicked on, which is not the field with the > focus. > > > On Sat, Aug 30, 2014 at 1

Re: mobile focus

2014-08-30 Thread Mike Kerner
mobilecontroltarget doesn't tell me what mobile field has the focus right now, it tells me what I just clicked on, which is not the field with the focus. On Sat, Aug 30, 2014 at 12:38 AM, Eric Corbett wrote: > Come on Gerry, that's too simple :-) > > Now I have to completely rethink my mobileCo

Re: mobile focus

2014-08-29 Thread Eric Corbett
Come on Gerry, that's too simple :-) Now I have to completely rethink my mobileControl library :-( Too easy. Still some work dealing with mobile fields and the keyboard and such, but until native mobile controls become native to LiveCode, it's worth it. E On Aug 29, 2014, at 8:46 PM, Gerry wr

Re: mobile focus

2014-08-29 Thread Gerry
iPhoneControlTarget() Gerry On 30 August 2014 13:26, Eric Corbett wrote: > Hi Mike, > > In my limited use of the native field on mobile, I have come across some key > features. > > First, when you create the field, I would recommend creating each one in a > separate control, like a desktop fie

Re: mobile focus

2014-08-29 Thread Eric Corbett
Hi Mike, In my limited use of the native field on mobile, I have come across some key features. First, when you create the field, I would recommend creating each one in a separate control, like a desktop field to be used as a place holder. Here's the reason: inputBeginEditing inputTextChanged

mobile focus

2014-08-29 Thread Mike Kerner
How do I figure out which native mobilc field has the focus (or if no native field does)? A field doesn't lose the focus when you do other things like hit buttons, or throw up pick lists, which can make it tricky to deal with fields that have updated values. focusedObject() doesn't seem to work a