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,  <dunb...@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@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to