[flexcoders] Re: Datatip in datagrid not working properly

2008-04-17 Thread stuartward
> > A workaround looks like this: > > > > > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of stuartward > Sent: Monday, April 14, 2008 7:15 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: D

RE: [flexcoders] Re: Datatip in datagrid not working properly

2008-04-14 Thread Alex Harui
s.com Subject: [flexcoders] Re: Datatip in datagrid not working properly Thanks for your response Alex - my apologies for such a long delay in replying. Here is an example of the problem (see code below) - the datatips are displayed regardless of whether the text is clipped. Any help in figuring ou

[flexcoders] Re: Datatip in datagrid not working properly

2008-04-14 Thread stuartward
small test case we can look at? > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of stuartward > Sent: Tuesday, April 08, 2008 7:20 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Datatip

RE: [flexcoders] Re: Datatip in datagrid not working properly

2008-04-07 Thread Alex Harui
subclass the item renderer and alter then its tooltip property is null. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of stuartward Sent: Monday, April 07, 2008 8:32 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Datatip in

RE: [flexcoders] Re: Datatip in datagrid not working properly

2008-04-07 Thread Tracy Spratt
ct: [flexcoders] Re: Datatip in datagrid not working properly Thank you very much for your reply. So it seems the documentation is not correct regarding datatips. Please help me understand your statement, "Otherwise, it should require clipped text." --- Does this mean that if I

[flexcoders] Re: Datatip in datagrid not working properly

2008-04-07 Thread stuartward
Thank you very much for your reply. So it seems the documentation is not correct regarding datatips. Please help me understand your statement, "Otherwise, it should require clipped text." --- Does this mean that if I used another function or property it would work as I want it to? How do I acc