Hi Robin, In my Fault Handler, I have a reference in the Command object to the Original CairngormEvent Subclass, which I was dispatching again, by using the...
Hi, I was just wondering why Observer and ObserveUtility are not part of Cairngorm? http://weblogs.macromedia.com/auhlmann/archives/ObserveUtility.zip I...
Cairngorm has clear intent; to provide a lightweight microarchitecture for RIA. There is no end to useful utilities, tags, components, tricks that we could...
Hello, I have the following issue... When I try to include Cairngorm 2.2 as an externally loaded RSL, I get a debugging errors: VerifyError: Error #1014:...
Hello, I have the following issues when loading a Cairngorm app within another Cairngorm app using SWFLoader... 1) I get errors regarding multiple instances of...
Hi, I am trying to use Cairngorm 2.2 with a ASP.NET web service... I had go it going, until I found an issue with my code... Basically in my delegate I was...
If I throw my 2 cents in, I'm in the anti-module camp. We have a successful non-cairngorm Flex application that uses a portal type tab navigators that only...
Hi Everyone, I have figured out an approach that works... Basically not use the Responder in Cairngorm, and use the IResponder in your Commands. Then in the...
Hi I have been working with cairngorm for a month or so... my question is where is the best place to set up the observer on the model to trigger a View event? ...
Because i usually use such a construction to trigger a "view" related event, i usually make it a part of the particular view component. ... -- Ilya Devèrs ...
I agree with Ilya that there are some occasions where you'll want to call a method directly on a view component. You'll have to keep track of the views in a...
Hi Nick and Llya, Thanks for your responses... I ended up following your advice by putting a flag in my ModelLocator and then I ended up using an ObserverValue...
One way to manage this is to use a "bubble down" type event. The idea is that the event fires at the root of your application, and then recurses though all...
I actually implement these triggers on view components with stuff like Observer (see Alex Uhlman's blog), functions in a binding structure, or changewatchers,...
... We used interfaces to get around this problem: Say you have a search command that calls a view helper's setSearchResults() method. We would create an...
Interesting to see so many of you still using view helpers. We (Adobe Consulting) probably haven¹t used a ViewHelper for 2  2.5 years. Steven ... -- Steven...
So, what is Adobe Consulting's method, is it a var in the ModelLocator with a ChangeWatcher? Seems like a good method to me. -Todd ... years. ... a View ... ...
... Hi Steven :) As I've muttered at you a few times at conferences etc I still think there's some life in the idea - I don't think it's for every Cairngorm...
Hi all, This is first post here and I hope I make sense with it. I was looking thru the pattern impelementation and wasn't so clear about Command pattern which...
vijay, you just add each command once, at app startup time. addCommand just tells the frontcontroller which command to call when which event occurs... ... -- ...
Hi Everyone, I have created a couple of Cairngorm based Flex Projects, and I need to do unit tests on one. I am using the RemoteObject with Flex Data Services...
Hi Everyone, I decided to go down the Option 2 Approach. The trick was creating a new "services.mxml" which used a Inherited RemoteObject as my mock object and...
Hi Mark, It sounds like you're testing more than just the command if you're accessing services as well? In the past when unit testing delegates I got the test...
Hi Robin, We I wanted to be able to test my commands and the response handling, without affecting the production code. However your approach of storing the...
Hi, HotFix 2 for Flex has been released, and as part of that release, some classes have moved from the main SDK into FDS (eg, Consumer). Because of this,...
I've posted the short term fix, and the long term view, here: http://weblogs.macromedia.com/amcleod/archives/2007/05/flex_201_hotfix.c fm Thanks, Alistair ...
Let¹s wait and see the implementation for Apollo....see how much heavy-lifting is done by Flex/LiveCycle Data Services potentially.... ... -- Steven Webster ...
Steven, Thank you for your reply. Yes, I understand that we should "Let’s wait and see the implementation for Apollo". To clarify what I suspect we will...