[flexcoders] Re: Chart animation not updating itemrenderer

2007-05-25 Thread ba.chase
might be able to point you in the right direction. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ba.chase Sent: Thursday, May 24, 2007 8:13 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Chart animation not updating itemrenderer

[flexcoders] Chart animation not updating itemrenderer

2007-05-24 Thread ba.chase
Hi, I have a column chart series whose data source is reassigned whenever a wedge in a pie chart is selected. I also have a custom item renderer which uses the color of that wedge to color the chart series. When changing series, most bars in the column chart update to the new color. However,

[flexcoders] Re: HTML Monitor for Mac?

2007-05-07 Thread ba.chase
Its not free, but ServiceCapture (http://kevinlangdon.com/serviceCapture/) should do the trick. --- In flexcoders@yahoogroups.com, Steve Kellogg [EMAIL PROTECTED] wrote: Hello, When developing on a Windows machine, I find MS's Fiddler utility to be a lifesaver (It let's me see html

[flexcoders] Anonymous function to revert datagrid edit?

2007-04-09 Thread ba.chase
I have a itemEditEnd event handler for a datagrid. In the event handler, I dispatch a cairngorm event to update the data on the server. To the cairngorm event, I attach an anonymous function like: updateEvent.resetValue = function():void{ e.currentTarget.selectedItem.display =

[flexcoders] Set columnchart widths?

2007-03-31 Thread ba.chase
I am using a column chart to represent a histogram of test scores. Is there a way to set the widths of each bar to correspond to a bin width of a histogram? I am currently using a linear x-axis and have been unable to change the widths of the bars. Thanks for any help.

[flexcoders] How to configure FDS for distributed apps? (Newbie)

2007-03-20 Thread ba.chase
Hi, I am evaluating flex for a future project which would be deployed in different locations against different data sources. It seems that there is an option to configure the data services at compile time. How could I set the data services at runtime for these different deployed versions?