Re: [flexcoders] Combobox : Display tooltip scrolling over the elements

2005-08-12 Thread Valy Sivec
Manish, the code you sent works like a charm.   I tried and worked as well. THANK YOU for your help. Valy Manish Jethani <[EMAIL PROTECTED]> wrote: On 8/11/05, Valy Sivec <[EMAIL PROTECTED]> wrote:> I poke around the combobox component without any> luck... no tooltip :((Set comboBox.__dropdown.

Re: [flexcoders] Combobox : Display tooltip scrolling over the elements

2005-08-11 Thread Manish Jethani
On 8/11/05, Valy Sivec <[EMAIL PROTECTED]> wrote: > I poke around the combobox component without any > luck... no tooltip :(( Set comboBox.__dropdown.showDataTips in the "open" handler for the ComboBox. Manish Yahoo! Groups Sponsor ~--> http://u

Re: [flexcoders] Combobox : Display tooltip scrolling over the elements

2005-08-11 Thread Valy Sivec
Hello, I poke around the combobox component without any luck... no tooltip :(( Below is the code I used. Any ideas? Thanks, Valy http://www.macromedia.com/2003/mxml"; height="480" width="800" marginBottom="0" marginLeft="0" marginRight="0" marginTop="0" creationComplete="appIni

Re: [flexcoders] Combobox : Display tooltip scrolling over the elements

2005-08-10 Thread Manish Jethani
On 8/10/05, Abdul Qabiz <[EMAIL PROTECTED]> wrote: > Does this work this way? > > comboBox.dropDown.showDataTips = true? > > ComboBox contains a List, so you can get the reference of list using > 'dropDown' property of ComboBox and then set List properties on it, as > shown above. Correction: T

RE: [flexcoders] Combobox : Display tooltip scrolling over the elements

2005-08-10 Thread Philippe Maegerman
theCombo.getDropdown()   Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul QabizSent: mercredi 10 août 2005 18:17To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Combobox : Display tooltip scrolling over the elements Does this

RE: [flexcoders] Combobox : Display tooltip scrolling over the elements

2005-08-10 Thread Abdul Qabiz
om [mailto:[EMAIL PROTECTED] On Behalf Of Valy Sivec Sent: Wednesday, August 10, 2005 9:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Combobox : Display tooltip scrolling over the elements Hello Flexcoders, I ran into this issue today: I have a combobox populated with some data. The lab

[flexcoders] Combobox : Display tooltip scrolling over the elements

2005-08-10 Thread Valy Sivec
Hello Flexcoders, I ran into this issue today: I have a combobox populated with some data. The labels length is quite long, so I would like to have a tooltip displayed when scrolling the mouse over an item from the list. I saw "showDataTips", "showScrollTips" for the list control but not for the C