Hi all,

       I want a tooltip on the dropdown list items for <mx:combobox> and for
the dataprovider i am giving input as ArrayCollection
Here my code goes on

*Mxml code:  *<mx:ComboBox id="_campFolders" width="165" dataProvider="{
dObjArray}" dropdownWidth="165"></mx:ComboBox>

*ActioScriptCode:*

*public* *function* folderHandler(event:ResultEvent):*void* {

dObjArray = *new* ArrayCollection();

*for*(*var* i:Number=0;i < event.result.length;i++) {

dObjArray.addItem(event.result[i].name);

}

}
Can any one sugget the solution for this ASAP

N.Kiran Singh
mca

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to