--- In [email protected], "Abdul Qabiz" <[EMAIL PROTECTED]> wrote:
>
> Yes, combobox contains a list, so you can set the showDataTips
property on
> the drop-down list.
> 
> f.ex:
> 
> comboboxInstance.dropdown.showDataTips = true;
> 
> -abdul
> 

Thanks abdul for your reply.

But it is'nt show dataTips.


############################################
instanceComboBox.dropdown.showDataTips = true;
instanceComboBox.dropdown.dataTipFunction = showDataTipFun;


public function showDataTipFun(param:Object):String {
   return param.data;
}
############################################
This code can't show dataTip in ComboBox.
How would I do?



> 
> 
> On 3/11/06, flexhtoo <[EMAIL PROTECTED]> wrote:
> >
> > I want to know how to show tooltip in combo when its popup is opened
> > just like list's showDataTips attribute functionality!
> >
> >
> >
> >
> >
> > --
> > 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
> >
> >
> >
> >
> >
> >
> >
>





--
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