Re: [Flashcoders] tooltip in the combobox.

2006-03-15 Thread eric dolecki
yup. look for an event:itemRollOver like this...

foo.itemRollOver = function ( oEvt ):Void {
var indx:Number = oEvt.index;
// pop your own tooltip using this event ...


- e.dolecki


On 3/15/06, Rodrigo Guerra [EMAIL PROTECTED] wrote:

 hi all,

 i was wondering if there is a way to put some kind of tooltip in the
 combobox options, so putting the mouse over an combobox optin besides it get
 highlighted i can have a tip about the option.

 regards,
 rodrigo.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] tooltip in the combobox.

2006-03-15 Thread Rodrigo Guerra
thank you very much.!

- Original Message - 
From: eric dolecki [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Wednesday, March 15, 2006 11:22 AM
Subject: Re: [Flashcoders] tooltip in the combobox.


yup. look for an event:itemRollOver like this...

foo.itemRollOver = function ( oEvt ):Void {
var indx:Number = oEvt.index;
// pop your own tooltip using this event ...


- e.dolecki


On 3/15/06, Rodrigo Guerra [EMAIL PROTECTED] wrote:

 hi all,

 i was wondering if there is a way to put some kind of tooltip in the
 combobox options, so putting the mouse over an combobox optin besides it
get
 highlighted i can have a tip about the option.

 regards,
 rodrigo.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com