Re: [flexcoders] Re: Showing tooltip on the line

2010-06-03 Thread Akshar Kaul
i am creating the line using graphics methods. i dont think they support event listeners. Akshar Kaul On Tue, Jun 1, 2010 at 19:09, valdhor wrote: > > > If it were me, I would create a custom tooltip; add a mouseover event > listener to your line; check the color directly under the mouse point

Re: [flexcoders] Re: Showing tooltip on the line

2010-06-03 Thread Akshar Kaul
i got a solution to this problem. Make few changes in the drawtheline component. Code : http://www.adobe.com/2006/mxml" width="400" height="300" creationComplete="createLine()" borderColor=

[flexcoders] Re: Showing tooltip on the line

2010-06-01 Thread valdhor
If it were me, I would create a custom tooltip; add a mouseover event listener to your line; check the color directly under the mouse pointer and show the tooltip. --- In flexcoders@yahoogroups.com, "akshar" wrote: > > i have a line in my application. i require that a tooltip should come > only