[flexcoders] Cairngorm 2 - Sample Application?

2006-07-26 Thread jakana1566
I'm new to cairngorm and have been reading and studying the various documentation and sample apps on Adobe's web site. I downloaded the Cairngorm 0.99 code / sample apps, and also the new Cairngorm 2 code (which doesn't have any sample apps). I've been trying to create a simple application bas

[flexcoders] Cairngorm 2 - Web Service event handlers

2006-08-23 Thread jakana1566
I have a cairngorm 2 app that uses multiple delegates to call different methods of a single web service. The problem is, each delegate adds it's own "onResult" and "onFault" events, so that when the web service operation is called, *ALL* of the onResult functions are called instead of just the

[flexcoders] Cairngorm 2 - Strange ComboBox behavior

2006-09-15 Thread jakana1566
I have a cairngorm 2 application with a custom view that represents an "order_item" with various properties. My ModelLocator uses an array of value objects (of type order_item_vo) and then the application has a series of "order_item_view" objects in the UI. Everything works very well, *except*