RE: [flexcoders] Cairngorm + Flash

2005-03-01 Thread Steven Webster
Agha,    Can Cairngorm be used with Flash and if yes, where do I find any sample that I can look at?    Sure Cairngorm can be used with Flash ... the only difference is that your user experience has to be built up in the FLA, and not using MXML; however, all the design patterns for managin

Re: [flexcoders] Cairngorm + Flash

2005-03-01 Thread Chris Velevitch
There's also ARP (Ariaware RIA Platform) which also works with Flash. It's also free and open source (see http://ariaware.com/products/arp/). The download includes a sample application that includes the .fla files.

Re: [flexcoders] Cairngorm + Flash

2005-03-01 Thread Robin Hilliard
Hi Agha, Here's the main differences: 1) Instead of tags, break the UI down into library symbols and link each one to a view class. Remember all the UI controls have to be declared as properties in your class. 2) You have to install the remoting components and use mx.remoting.Service 3) In delega

RE: [flexcoders] Cairngorm + Flash

2005-03-03 Thread Mehdi, Agha
01, 2005 3:33 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Cairngorm + Flash Hi Agha, Here's the main differences: 1) Instead of tags, break the UI down into library symbols and link each one to a view class. Remember all the UI controls have to be declared as properties in yo

Re: [flexcoders] Cairngorm + Flash

2005-03-03 Thread Robin Hilliard
Hi Agha, We've used Cairngorm to this point, but we had a good talk with Aral at MXDU comparing the two frameworks and what I've said about ARP is based on this discussion. Try the list Aral posted today in another Flexcoders thread. I need to try out some ARP ideas in a project to sort out my thi