;

PDA

Click to See Complete Forum and Search --> : TabEnabled property not working


aa11bbcc
05-07-2009, 02:42 AM
There are some text fields dynamically added to a MovieClip. The text field's property such as text.type, backgroundColor, etc have been set for each text field dynamically created when clicked on the 'add emails' link.

But I am having problem with the tabEnabled property of the text field. Inspite of setting the tabEnabled property to true it doesn't work.

On pressing the tab key it highlights a component of the movieclip(to which text fields are dynamically added)'s parent.

What might be the reason behind it?
Any help is greatly appreciated.

aa11bbcc
05-08-2009, 05:31 AM
Try using tabIndex to set the tab position of each field.
For any help do post in this thread.