Re: [flexcoders] Re: Hands-on charts

2006-11-29 Thread Tom Fitzpatrick
Mark - Thanks - I'll take a look at that. - Tom mark_g_wales wrote: Tom, I tried to take an excerpt of some existing code so there may be more imports, etc. that are needed. Hopefully this is the effect you were looking for... ?xml version=1.0 encoding=utf-8? mx:Application

Re: [flexcoders] Re: Hands-on charts

2006-11-29 Thread Tom Fitzpatrick
PROTECTED] *On Behalf Of *Tom Fitzpatrick *Sent:* Tuesday, November 28, 2006 9:37 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Re: Hands-on charts I'm trying out your suggested approach and ran into a conceptual problem. I can get the mouse coordinates and convert them to data

RE: [flexcoders] Re: Hands-on charts

2006-11-29 Thread Ely Greenfield
, November 29, 2006 9:31 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Hands-on charts Ely - Inching forward some more... I implemented your tracking code (very clever) but it's still unclear how to use the Point data to rebuild the dataProvider. What is the hook that lets

Re: [flexcoders] Re: Hands-on charts

2006-11-29 Thread Tom Fitzpatrick
, November 29, 2006 9:31 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Re: Hands-on charts Ely - Inching forward some more... I implemented your tracking code (very clever) but it's still unclear how to use the Point data to rebuild the dataProvider. What is the hook that lets

Re: [flexcoders] Re: Hands-on charts

2006-11-28 Thread Tom Fitzpatrick
. *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *tom24569 *Sent:* Monday, November 27, 2006 12:08 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Re: Hands-on charts Would this happen fast enough that the chart

RE: [flexcoders] Re: Hands-on charts

2006-11-28 Thread Ely Greenfield
@yahoogroups.com Subject: Re: [flexcoders] Re: Hands-on charts I'm trying out your suggested approach and ran into a conceptual problem. I can get the mouse coordinates and convert them to data on the mouseDown event - but then how do I track the mouse movement, since that uses a different event (mouseMove

Re: [flexcoders] Re: Hands-on charts

2006-11-28 Thread Tom Fitzpatrick
@yahoogroups.com mailto:flexcoders%40yahoogroups.com Subject: Re: [flexcoders] Re: Hands-on charts I'm trying out your suggested approach and ran into a conceptual problem. I can get the mouse coordinates and convert them to data on the mouseDown event - but then how do I track the mouse

RE: [flexcoders] Re: Hands-on charts

2006-11-27 Thread Ely Greenfield
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Hands-on charts Would this happen fast enough that the chart would seem to be responding to the mouse movement? - Tom --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Ely Greenfield [EMAIL PROTECTED] wrote: Hi Tom