[flexcoders] ArrayCollections as source for charting

2007-04-26 Thread klar1ty
I am writing a flex application that stores a dataset in an arrayCollection called stats. Through use of the application, the stats:ArrayCollection is updated. One particular state of the application has 3 charts covering stats for thisWeek, thisMonth and thisQuarter. Right now, I have a single

[flexcoders] Re: Defining the DSN in a Gateway When using Flex

2007-04-25 Thread klar1ty
--- In flexcoders@yahoogroups.com, Kyle Hayes [EMAIL PROTECTED] wrote: I will try to explain this the best I can. I am building an application using ColdFusion and Flex and I want to make sure that I am following good practice techniques. I have a root level COM folder which has various

[flexcoders] Re: Filter an arrayCollection to use in Charts

2007-04-09 Thread klar1ty
I am still not sure of the proper way to filter and bind the data. Are separate ArrayCollections necessary? ---Reference Message --- I am writing a flex application that stores a dataset in an arrayCollection called stats. Through use of the application, the stats:ArrayCollection is

[flexcoders] [Bindable] object not updating on changes

2007-04-02 Thread klar1ty
I think I might be misunderstanding the use of bound objects in Flex. I have a bound object as follows: [Bindable] public var entryValueData:Object ={redValue:0,greenValue:4,blueValue:0}; I have a function that updates one of the values as follows: public function