[flexcoders] Rollover event for Tree label

2007-08-27 Thread agoel_khs
Hi,
I am having a tree with checkbox added as itemrenderer.Problem is 
that I need rollover effect only for label.Tree control by default uses 
the whole control for rollover.Is there any way to get rollover effect 
for the label alone,not for the whole node.
 Thanks.



RE: [flexcoders] Rollover event for Tree label

2007-08-27 Thread Alex Harui
I think you'll have to capture rollOver in the renderer and call
stopImmediatePropagation if you are over the icons.



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of agoel_khs
Sent: Monday, August 27, 2007 6:54 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Rollover event for Tree label



Hi,
I am having a tree with checkbox added as itemrenderer.Problem is 
that I need rollover effect only for label.Tree control by default uses 
the whole control for rollover.Is there any way to get rollover effect 
for the label alone,not for the whole node.
Thanks.