excluding fields from tab-advancement

Paul Hibbert paulhibbert at mac.com
Sun Jul 14 11:45:39 EDT 2013


Then you could make the "non focusable" field "temporarily focusable" just to allow data entry, it worked OK for my test…

==

on mouseDown
   set the traversalOn of me to true
   focus on me
end mouseDown

on closeField
   set the traversalOn of me to false
end closeField

on exitField
   closeField
end exitField

on focusOut
   closeField
end focusOut

==

Paul


On 2013-07-14, at 8:22 AM, Dr. Hawkins wrote:

> On Sat, Jul 13, 2013 at 8:44 PM,  <dunbarx at aol.com> wrote:
>> The easiest way is to make the field non focusable. You can do this in the inspector or by script.
> 
> But then the user can't click in, can he?
> 
> Actually entering one of these to enter a value will be a rare event,
> but I do want it to be possible.
> 
> 
> -- 
> Dr. Richard E. Hawkins, Esq.
> (702) 508-8462
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list