[flexcoders] Default ColumnSeries type in CartesianChart

2007-03-26 Thread Justin Makeig
When I add multiple ColumnSeries to a ColumnChart they default to displaying as clustered. However, when I change ColumnChart to the more general CartesianChart, my ColumnSeries are stacked. I'm trying to create a generic charting component based around CartesianChart. How do I tell a column

[flexcoders] Lazy-loaded tree examples

2007-03-31 Thread Justin Makeig
Does anyone know of a public Flex 2 implementation of a lazy-loaded tree that I could reference (e.g. loading children dynamically from the server upon expanding a node)? From my searching I've seen a lot of dead ends and frustration, but no solid examples. I'd hate to (clumsily) reinvent

[flexcoders] Disappearing content on host DOM element resize

2007-04-02 Thread Justin Makeig
I've got a Flex application that contains a single child object mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute backgroundColor=0xff grid:VisualDataGrid xmlns:grid=net.troove.visualization.grid.*

[flexcoders] Re: httpservice method=DELETE does not work

2007-04-10 Thread Justin Makeig
Just to be an HTTP stickler: GET is idempotent. If you want to change the state of something on the server (which DELETE implies), POST is a much better option. Justin --- In flexcoders@yahoogroups.com, Samuel R. Neff [EMAIL PROTECTED] wrote: You don't need to buy FDS if all you need is a