pfkellogg escreveu:
> i have a canvas with just a very wide button with a label component on
> top of the button. (Note: label is different from the label property
> of the button) i.e: Label is positioned over the right side of button
> when i rollover the button its color becomes brighter as it should,
> but when i rollover just on the label portion of the button, the
> button color doesn't become brighter.  the button isn't getting the
> mouse roll over event. The Label is probably getting it.  how do i
> pass mouse rollover event from label control to button, so it changes
> color?  any ideas that are easy??  I don't want to use states if at
> all possible.
>
>
>
> --
> 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
>
>
>
>
> __________ NOD32 2760 (20080102) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
>
>
>
>   
Hi,

I think this may be what you want.

<mx:Label mouseChildren="false" mouseEnabled="false" />

Regards,

Frederico Garcia

Reply via email to