My requirement is to place only combobox in an mxml page to display the data. where in i want to show the tool tip for dropdown items.Can any one help me on this for a solution
On Thu, Dec 4, 2008 at 5:46 PM, Vinod M. Jacob <[EMAIL PROTECTED]> wrote: > > Check this code........ > > http://raghuonflex.wordpress.com/2007/09/19/tooltips-for-combobox-items-or-list-items/ > > On Thu, Dec 4, 2008 at 5:06 PM, kiran singh <[EMAIL PROTECTED]> wrote: > > > > 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 > > > > > > > > > > > -- 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 -~----------~----~----~----~------~----~------~--~---

