Hello all. I'm going nuts with comboboxes. I have a flash form that loads in a scrollpane. I've made it so that the user can tab between all the items for easy data entry. I'm trying to get it so that if they tab to an item that is out of the current viewable area, the scrollpane automatically scrolls down (or up) to that object. I've done this for all the components by adding an on(focusIn) event which calculates where it is, and where the current viewable window is and such like that . . .it works all fine and dandy execpt for the comboboxes, which don't seem to respond to the on(focusIn) event. Does anyone know why this is, or another solution to this problem?
Thanks!
Thanks!