Search the web
Sign In
New User? Sign Up
cairngorm-devel · Cairngorm Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 134 - 163 of 210   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
134
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...
mark_j_ellul
Offline Send Email
May 1, 2007
11:42 am
135
Hi, I was just wondering why Observer and ObserveUtility are not part of Cairngorm? http://weblogs.macromedia.com/auhlmann/archives/ObserveUtility.zip I...
mark_j_ellul
Offline Send Email
May 4, 2007
2:44 pm
136
Cairngorm has clear intent; to provide a lightweight microarchitecture for RIA. There is no end to useful utilities, tags, components, tricks that we could...
Steven Webster
swebsteratit...
Online Now Send Email
May 4, 2007
2:48 pm
137
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:...
supertodda
Online Now Send Email
May 4, 2007
3:46 pm
138
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...
supertodda
Online Now Send Email
May 4, 2007
3:54 pm
139
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...
mark_j_ellul
Offline Send Email
May 4, 2007
4:53 pm
140
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...
supertodda
Online Now Send Email
May 4, 2007
4:53 pm
141
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...
mark_j_ellul
Offline Send Email
May 4, 2007
5:09 pm
142
I've found a workaround to #2 now too... Basically in your model, you add a var that's set to a uid, like this... public var APP_UID:String =...
supertodda
Online Now Send Email
May 5, 2007
2:36 pm
143
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? ...
mark_j_ellul
Offline Send Email
May 10, 2007
4:56 pm
144
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 ...
Ilya Devèrs
idevers1
Offline Send Email
May 10, 2007
8:06 pm
145
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...
Nick Matelli
Uber_Nick
Offline Send Email
May 11, 2007
12:37 pm
146
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...
mark_j_ellul
Offline Send Email
May 11, 2007
1:06 pm
147
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...
supertodda
Online Now Send Email
May 11, 2007
1:16 pm
148
I actually implement these triggers on view components with stuff like Observer (see Alex Uhlman's blog), functions in a binding structure, or changewatchers,...
Ilya Devèrs
idevers1
Offline Send Email
May 11, 2007
1:28 pm
149
... 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...
Robin Hilliard
robinhilliardau
Offline Send Email
May 12, 2007
9:35 am
150
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...
Steven Webster
swebsteratit...
Online Now Send Email
May 12, 2007
9:40 am
151
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 ... ...
supertodda
Online Now Send Email
May 12, 2007
11:09 am
152
... 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...
Robin Hilliard
robinhilliardau
Offline Send Email
May 12, 2007
1:59 pm
153
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...
RVEEJAY
Offline Send Email
May 17, 2007
5:10 pm
154
vijay, you just add each command once, at app startup time. addCommand just tells the frontcontroller which command to call when which event occurs... ... -- ...
Ilya Devèrs
idevers1
Offline Send Email
May 17, 2007
8:42 pm
155
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...
mark_j_ellul
Offline Send Email
May 22, 2007
9:16 pm
156
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...
mark_j_ellul
Offline Send Email
May 23, 2007
9:30 am
157
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...
Robin Hilliard
robinhilliardau
Offline Send Email
May 23, 2007
10:48 am
158
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...
mark_j_ellul
Offline Send Email
May 23, 2007
1:20 pm
159
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,...
Alistair McLeod
alimcleod
Offline Send Email
May 25, 2007
3:49 pm
160
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 ...
Alistair McLeod
alimcleod
Offline Send Email
May 25, 2007
5:19 pm
161
Mike Chambers blogged last week about: Apollo Beta will include SQLite Embedded Database ...
P Smith
flexcoders
Offline Send Email
Jun 4, 2007
4:43 pm
162
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 Webster
swebsteratit...
Online Now Send Email
Jun 4, 2007
4:50 pm
163
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...
P Smith
flexcoders
Offline Send Email
Jun 4, 2007
7:39 pm
Messages 134 - 163 of 210   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help