... I believe in their current incarnations they don't mix. Thanks guys. My entire project is based on a very simple Main app, with really nothing more than a...
Thanks for the links - I'm planning to start implementing Cairngorm on XChain, my Flex/Rails open source app. Hopefully this will provide a really substantive...
New to Cairngorm (somewhat) but not new to Flex dev and have created some Frameworks based upon your standards...basic MVC. I am working on a new project with...
Hey Everyone, I've been looking through the examples, going into Cairngorm world will seem to be a bit of work, for hopefully some long term payoff. One...
Rowan, You should use Observe for popups. That is the encouraged way of showining popups in Cairngorm. check out the following article by Alex Uhlmann. ...
My command implements IResponder and I pass it to my delegate to use as my result and fault handler. My delegate constructor looks like this: public function...
Hi Gary, I think I had the same issue when I put a flex app into production... I ended up using some code to Serialise pretty much all commands... and have not...
Hi All, I'm trying to install Cairngorm on my box (the newest beta version, not yet on labs), and it seems the best way is through Ant according to my...
Hi friends, I´m Comet from Spain, I´m trying to develope a Cairngorm Flex Structure for an R+D Project. My question is how my Cairngorm WorkFlow should be. I...
Hi Shawn, I only have time for a short answer this morning so I'll have to leave it to others to add on. Most people install and use Cairngorm without using...
Thanks Douglas. At this point in time, if I can get away with NOT adding a need-to-know about Ant, all the better, so I'll try getting Cairngorm onto my box...
Fernando, I don't know if you've seen these articles, but they helped me a lot. It's a lot to read, and since it's based on Cairngorm 0.99 some of it has been...
Hey all, I'm having to repeat this mantra at the moment: I know Cairngorm is good for me, I know Cairngorm is good for me, I know Cairngorm is good for me.... ...
Hey all, I'm having to repeat this mantra at the moment: I know Cairngorm is good for me, I know Cairngorm is good for me, I know Cairngorm is good for me.... ...
Hi, I am working with java and a database on the application server, my DAO class per module exposes my data to the flex client. On the client side I have live...
... depending on what type of data you want to be passed along you could have an application level object that you could populate, then you would be able to...
Hi there! I'm making my first steps with Cairngorm and I have a quite simple question. Let's say I have an application with a TextInput and a Button. I would ...
Hi M40, Personally, I would do it as you mentioned without the architectural framework, as its a purely a view process. However if the text input was binded to...
Thank you so much guys! I read somewhere that in most cases view shouldn't update view. This statement assumes that there are cases when it's ok if that happen...
Hi M40, There are no hard and fast rules per se... But I think of it as, if the view's contents i.e. the text field is not updated by the model... Say its a...
Thanks again guys! That's really helpful! ... updating the ... xmlns:details="com.adobe.cairngorm.samples.store.view.productdetails.*" ... I would ... only...
Hi, I'm working on my first large scale Cairngorm framework based app, and I'd like to know what is the Cairngorm way of laying out multiple views and states...