[flexcoders] Re: dynamic tooltip via function call returns 0 for x/y/width/height

2008-08-29 Thread gwangdesign
Thanks, Alex! Any suggestion as to how to implement a truly dynamic tooltip? --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: getPosSize gets run once at init time when the width/height isn't known. It doesn't know when to update again From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: dynamic tooltip via function call returns 0 for x/y/width/height

2008-08-29 Thread Alex Harui
Listen for TOOLTIP_SHOW and update the text then From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gwangdesign Sent: Friday, August 29, 2008 10:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: dynamic tooltip via function call returns 0 for x/y/width/height