I’ve been doing searches on tabIndex and tabEnabled, but haven’t turned up an answer to this. I am using a scroll pane component. The movie it links to dynamically attaches a series of mcs (using attachMovieClip). Each of these movie clips in turn has has a series of Input Text fields.
I would like to be able to tab between text fields, but hitting the tab key sets the focus to other places (buttons on the stage or some element within the scroll pane component itself) but never to the text fields. I have given them instance names and used tabIndex = *somenumber *and this has not helped.
Is there some confilct between using a scroll plane component and tabEnabled text fields? Is there a way to get this to work?
Any insight would be appreciated.