Hi,
I have a movieclip with some input text fields. It's like a form. I need to use scrollpane due to its size. If I attach this movieclip in the scrollpane, the tabbing doesn't work between these text field. When I press the tab, the focus moves to the scrollpane itself.
I have tried setting the tabIndex for the textfields. tabChildren and tabEnabled to true for the scrollpane but nothing seems to work.
Please help if anyone has a solution for this.