Hi,
I have a window containing TextFields and PopupMenus.
I have set "Accept Tabs" in the property inspector to "False" for all of them.
I have also set "Tab Stop" to "On" for all of them.
However, when I open the window and try to tab - nothing happens.
It refuses to tab from the first TextField to the next PopupMenu.
Once I click on any of the other TextFields or PopupMenus, the tabbing cycles through correctly.
The only problem is tabbing from the first (tab index1) TextField, to the second (tab index2) PopupMenu.
Also, my TextFields and PopupMenus are ListIndexed correctly (from 1 at the top, to 6 at the bottom).
Could anyone help me - it's driving me nuts :(