On 8/24/05 10:01 AM, "David Burgun" <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to