Hi 
Maybe this is a bug. If you add a tabIndex attribute to an editable 
combobox, it doesnt work. try this simple test. if u remove the 
tabindexs, its okay

<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"; >

  <mx:TextInput tabIndex="1" />
  <mx:TextInput tabIndex="2"/>
  <mx:TextInput tabIndex="3"/>
  <mx:TextInput tabIndex="4"/>
  <mx:ComboBox editable="true" tabIndex="5"/>

  <mx:HBox>
        <mx:TextInput tabIndex="6"/>
        <mx:TextInput tabIndex="7"/>
  </mx:HBox>

</mx:Application>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to