[flexcoders] How do I position a custom tooltip?

2008-07-14 Thread luvfotography
I'm creating a custom tooltip and there's not enough room in the bottom right corner to display it, how do I change the x and y coordinates in order to move it someplace so it's not off screen and fits? There are examples on how to reposition for a text tooltip in the help, but none for a

Re: [flexcoders] How do I position a custom tooltip?

2008-07-14 Thread Jamie S
try making an event handler for the toolTipShow event and repositioning it within the handler. not elegant but it works. jamie On Mon, Jul 14, 2008 at 2:30 PM, luvfotography [EMAIL PROTECTED] wrote: I'm creating a custom tooltip and there's not enough room in the bottom right corner to

Re: [flexcoders] How do I position a custom tooltip?

2008-07-14 Thread Vivian Richard
Please take a look at the last example of this link: http://livedocs.adobe.com/flex/3/html/help.html?content=tooltips_4.html On Mon, Jul 14, 2008 at 2:43 PM, Jamie S [EMAIL PROTECTED] wrote: try making an event handler for the toolTipShow event and repositioning it within the handler.