Another Dumb Field Problem!

Ken Ray kray at sonsothunder.com
Wed Aug 24 13:02:57 EDT 2005


On 8/24/05 10:01 AM, "David Burgun" <dburgun at dsl.pipex.com> wrote:

> Hi,
> 
> How can I control where the Tab Key navigates to?
> 
> I just want the tab key to move from one field to the next *within* a
> group, e.g.

Tabbing is based on the layer order - from lowest to highest. WHen you've
tabbed into a group (or the insertion point is in a field in the group),
there is a "tabGroupBehavior" property that governs what to do. If it is
FALSE, you can tab from field to field within the group. If it is TRUE,
tabbing will go from the group to the next open field that is not in the
current group (allowing you to tab from group to group if you like).

So I'd check to make sure that tabGroupBehavior is FALSE, and that the
fields inside your group are layered in the order you want to tab through
them.


Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: kray at sonsothunder.com





More information about the use-livecode mailing list