[flexcoders] Cairngorm BlazeDS Sample App

2008-09-18 Thread c_higgon
Does anyone have a working example of a Cairngorm project the uses a BlazeDS backend service (Tomcat Server)? In my application, the Command class is always hitting the fault function and I am not able to debug it pass the point the delegate service is called. --- Thanks, ~Chris

[flexcoders] Cairngorm - BlazeDS Example

2008-09-18 Thread c_higgon
Does any know of a good example of a Cairngorm project that uses a BlazeDS backend service? I am having problem delegate to connect to the backend server. Any help would be greatly appreciated. ~Chris

[flexcoders] Cairngorm Update Problem

2008-09-24 Thread c_higgon
I am working on a Cairngorm project. I am using a ViewStack component to flip the user interface between a graph component and a filter data component both in the view layer. The basic concept of the application is to have a line graph and allow the users to filter the data using an input sc

[flexcoders] Re: AdvancedDataGrid itemIcons

2009-01-20 Thread c_higgon
Look at setting the following parameters null on AdvancedDataGrid object: folderOpenIcon="{null}" folderClosedIcon="{null}" defaultLeafIcon="{null}" ~Chris --- In flexcoders@yahoogroups.com, "Bill" wrote: > > What would be the best way to remove the itemIcons from the > AdvancedDataG

[flexcoders] Stopping a Line Series on a Line Graph

2009-02-24 Thread c_higgon
Can anyone help me figure out how to stop a line from being drawn on a line graph after a certain date has been reached? I currently have a line graph that shows cumulative planned activities counts and cumulative actual completed activities counts. However, once the actual completed line reac