Hey thank you that works fine On Fri, Dec 5, 2008 at 11:06 AM, kiran singh <[EMAIL PROTECTED]> wrote:
> Ravi, > i have some text input controls and comboboxes in my mxml > component.and the comboxes will have some data where i have restricted the > width of it inorder to avoid distortion.so by doing this some text is not > seen properly i have added an itemrenderer="mx.controls.label" for this the > tooltipo is displayed only for the text that is displayed > long(Ex:"abc.......".) but i want tooltip for all the items when i mouse > over on them. > > On Thu, Dec 4, 2008 at 9:34 PM, Ravi <[EMAIL PROTECTED]> wrote: > >> >> Hi Kiran, >> >> I think the link suggested by Vinod is appropriate for your >> requirement. Please elaborate your requirement if I am wrong. >> >> Thanks, >> Ravi >> >> On Dec 4, 9:10 am, "kiran singh" <[EMAIL PROTECTED]> wrote: >> > 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-ite. >> .. >> > >> > > 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- Hide quoted text - >> > >> > - Show quoted text - >> >> >> > > > -- > 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 -~----------~----~----~----~------~----~------~--~---

