[flexcoders] Re: dataTipRenderer available for DataGrid?

2008-05-27 Thread djbrown_rotonews
:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: dataTipRenderer available for DataGrid? bump --- In flexcoders@yahoogroups.com mailto:flexcoders% 40yahoogroups.com , Alex Harui aharui@ wrote: Busy week. I'll try to take a look next week maybe

[flexcoders] Re: dataTipRenderer available for DataGrid?

2008-05-27 Thread djbrown_rotonews
Of djbrown_rotonews Sent: Tuesday, May 27, 2008 5:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: dataTipRenderer available for DataGrid? bump --- In flexcoders@yahoogroups.com mailto:flexcoders% 40yahoogroups.com , Alex Harui aharui@ wrote: Busy week

RE: [flexcoders] Re: dataTipRenderer available for DataGrid?

2008-05-27 Thread Alex Harui
: [flexcoders] Re: dataTipRenderer available for DataGrid? the code, as presented (using a Label), will reach the toolTipEvent (as desired), but only after I put a toolTip= at the end of the mx:Label text={data.pnrLocator} tooolTipCreate=outerDocument.createPNRToolTip(event)/ line. thanks alex

[flexcoders] Re: dataTipRenderer available for DataGrid?

2008-05-22 Thread djbrown_rotonews
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djbrown_rotonews Sent: Wednesday, May 21, 2008 5:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: dataTipRenderer available for DataGrid? I see where there's a ToolTipCreate event available, and I've

RE: [flexcoders] Re: dataTipRenderer available for DataGrid?

2008-05-22 Thread Alex Harui
@yahoogroups.com mailto:flexcoders%40yahoogroups.com ] On Behalf Of djbrown_rotonews Sent: Wednesday, May 21, 2008 5:47 AM To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Subject: [flexcoders] Re: dataTipRenderer available for DataGrid? I see where there's

[flexcoders] Re: dataTipRenderer available for DataGrid?

2008-05-21 Thread djbrown_rotonews
I see where there's a ToolTipCreate event available, and I've used that in the past for custom tool tips over TextAreas etc.. I see the same event exposed for the DataGrid itself, but it doesn't appear to exist for the individual columns. How would I handle the situation where I wanted to

RE: [flexcoders] Re: dataTipRenderer available for DataGrid?

2008-05-21 Thread Alex Harui
Each renderer should get the event. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djbrown_rotonews Sent: Wednesday, May 21, 2008 5:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: dataTipRenderer available for DataGrid