tab order
Karl Petersen
karlpet at mac.com
Fri Apr 26 16:58:42 EDT 2002
At 11:41 AM -0400 4/26/02, Steve Messimer wrote:
>I would like to set a new tab order within the grp that supercedes
>the creation order of the fields.
Steve, try an "on tabKey" handler. It can be placed in field script
or if it makes better sense, at some other scripting level. The
handler can use "word 2 of the selectedField" to identify which field
the cursor is in, then "select text of <your next field>" to advance
to the next field. Or, if the shiftKey is down, retreat to the
preceding field.
Karl
More information about the use-livecode
mailing list