Tabbing out of a text field
J. Landman Gay
jacque at hyperactivesw.com
Thu Oct 21 19:19:59 EDT 2010
On 10/21/10 6:10 PM, Bob Sneidar wrote:
> Well this is interesting: Even if a scrolling field has tab on return
> set, it inserts a cr when you hit return. On a regular field it tabs.
> So what property visible from the property inspector corresponds to
> this behavior? Obviously not the tab on return!
Tab on return (i.e., autoTab) only happens when you are on the last line
of the field. So in a 3-line field, a return key will only tab to the
next field if the cursor is on line 3, otherwise it inserts a carriage
return. Scrolling fields have no "last" line, they are infinite, so
autoTab never triggers on those.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list