[flexcoders] Re: CartesianDataCanvas not drawing where expected

2008-05-05 Thread syndicate_ai
--- In flexcoders@yahoogroups.com, Aaron Miller [EMAIL PROTECTED] wrote: Hello, I've been playing around with the Flex charting components, and I seem to be running into an issue when I try to plot (draw) a line on the graph. I am using the CartesianDataCanvas.moveTo and lineTo functions

[flexcoders] CartesianDataCanvas, drawing from edge to edge

2008-04-03 Thread syndicate_ai
Hey guys This question is really directed to Ely, but if anyone can help it would be much appreciated. Been using DataDrawingCanvas, which is an awesome component, but unfortunatly no longer works in the constraints with Flex 3. For which i've been trying to port the code over to use the new

[flexcoders] Re: Differences between itemUpdated and setItemAt for ArrayCollections

2007-11-28 Thread syndicate_ai
--- In flexcoders@yahoogroups.com, j_lentzz [EMAIL PROTECTED] wrote: Hi, I have a general question about when to use the two methods itemUpdated and setItemAt on ArrayCollections. if you use obj = getItemAt(someIndex) and then change some properties in the obj, what difference is there