RE: [cairngorm-devel] Re: [flexcoders] cairngorm flash lite/AS2 version

2007-01-12 Thread Alistair McLeod
purpose. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of greg h Sent: 12 January 2007 06:46 To: flexcoders@yahoogroups.com; [EMAIL PROTECTED] Subject: [cairngorm-devel] Re: [flexcoders] cairngorm flash lite/AS2 version Robin, I am not in the mobile

Re: [flexcoders] cairngorm flash lite/AS2 version

2007-01-11 Thread greg h
Robin, I am not in the mobile space. However at MAX Steven Webster had "Cairngorm 2 Mobile Edition" on the roadmap. Steven's slides (PDF downloadable at the link following) said "Will be available for download on Adobe Labs shortly…". I just checked labs and I still to not see it there. http:/

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

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-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-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 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