Go to card [with effects] is slow on Android
J. Landman Gay
jacque at hyperactivesw.com
Sun Jan 26 15:20:59 EST 2014
On 1/26/14, 2:16 PM, J. Landman Gay wrote:
> On 1/26/14, 12:47 PM, Roger Eller wrote:
>> They are all offending me. ;-)
>>
>> TraversalOn (focusable) is checked for all fields the user needs to fill
>> in. I simply don't want any field to activate the on-screen keyboard as
>> soon as the card opens. I want the user to have a chance to see the
>> whole
>> screen and choose which field they wish to edit.
> 3. If there are only a few fields, you can set the traversalOn to false
> on preOpenCard and set it back to true after openCard is done. This
> isn't as practical if you have a lot of fields, since you need to loop
> through them all, but it works okay for one or two fields and there is
> no cursor flash.
>
Addendum: I wasn't accounting for mobile. Both my first or second method
will likely pop up the keyboard briefly which would not be good. I think
you'll have to use the third method, which will eliminate the engine's
attempt to focus on any field.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list