Re: [flexcoders] Re: Need some help with charts

2008-04-05 Thread Paul Hastings
Phill B wrote: I guess I should have asked what the best method to get data from ColdFusion into a Flex chart. Any ideas? a cfquery will do.

[flexcoders] Re: Need some help with charts

2008-04-04 Thread Phill B
I guess I should have asked what the best method to get data from ColdFusion into a Flex chart. Any ideas? On Thu, Apr 3, 2008 at 3:54 PM, Phill B [EMAIL PROTECTED] wrote: I'm trying to make a chart that will show a total for each month. I'm trying to do this with Flex 3 Pro and CF 8

[flexcoders] Re: Need some help with charts

2008-04-04 Thread Phill B
Can anyone at least give me a link to a good tutorial for using ColdFusion, RemoteObject, Flex 3 and charts? I am stumped so any help will be appreciated. Thanks Phil On Fri, Apr 4, 2008 at 11:38 AM, Phill B [EMAIL PROTECTED] wrote: I guess I should have asked what the best method to get data

[flexcoders] Re: Need some help with charts

2008-04-04 Thread flexuser1
If the CFC returns an arraycollection you can just bind it to a chart in Flex. Maybe I don't quite understand what you're asking.

[flexcoders] Re: Need some help with charts

2008-04-04 Thread Craig
try Lynda.com. --- In flexcoders@yahoogroups.com, flexuser1 [EMAIL PROTECTED] wrote: If the CFC returns an arraycollection you can just bind it to a chart in Flex. Maybe I don't quite understand what you're asking.