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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 859 - 889 of 911   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
859
There has to be a nice pattern for this but I just haven't seen it yet. I have a simple dialog that allows a user to change data. I want the dialog to be...
crowcomputer
Offline Send Email
May 1, 2008
9:29 pm
860
Okay I found http://www.cairngormdocs.org/cairngormDiagram/index.html which talks about model objects which show a pattern for putting status and an isPending ...
crowcomputer
Offline Send Email
May 1, 2008
10:28 pm
862
This is precisely the kind of scenario that can benefit from the Universal Mind Cairngorm extensions. ...
ben.clinkinbeard
ben.clinkinb...
Offline Send Email
May 2, 2008
2:10 am
863
I can't remember where I found this, but I've been using a "ViewDispatcher" and a "ViewController" in my applications. What the Dispatcher does is take a...
Brandon Alexander
brandona788
Offline Send Email
May 2, 2008
2:36 am
864
I have been meaning to look into the UM extensions but when I have a view that needs to know about the result of a command I generally create an (optional)...
Peter Anselmo
peteranselmo
Offline Send Email
May 2, 2008
4:50 am
865
Yep, thats more or less exactly how they work. HTH, Ben ... view ... it hits ... based on ... coupled ... extensions...
ben.clinkinbeard
ben.clinkinb...
Offline Send Email
May 2, 2008
5:42 am
866
What I usually do when I need my view to react to a result event, I pass a model to my event, which is stored in the command and the result/ fault updates that...
Joćo Fernandes
joao_m_ferna...
Offline Send Email
May 2, 2008
11:10 am
867
ChangeWatcher is one approach. Here's another: http://code.google.com/p/flexcairngorm/ The UM extensions contain view notification functionality. It's not very...
Douglas McCarroll
douglasmccar...
Offline Send Email
May 2, 2008
12:03 pm
868
I am doing the same. The view creates the ValueObject and holds the instance as a private variable and can bind to a pending or result property in the...
Soenke Rohde
moglimedia
Offline Send Email
May 2, 2008
12:55 pm
869
I am just curious why all of the extra bindings and other solutions. Admittedly I haven't really been following this post completely so I may be missing...
Eric Feminella
efeminella
Offline Send Email
May 2, 2008
2:46 pm
870
Hi, I'm using Cairngorm version 2.2, what's the best way to dispatch events, is it to use the event.dispatch() method or the ...
stephen50232
Offline Send Email
May 2, 2008
3:02 pm
871
Hi Eric, How do your views register for those events though? It sounds like your Command would trigger the dispatching of an event from your event? The UM...
ben.clinkinbeard
ben.clinkinb...
Offline Send Email
May 2, 2008
4:10 pm
872
Hey, in our Flex project we use the ObserveValue method to have the view respond to asynchronous events. We do it like this: 1) Add to the model a status...
poboyflexmaster
Offline
May 2, 2008
5:11 pm
873
Hi Ian, The problem with that solution, in my opinion, is that myRemoteServiceState is not something that belongs on the model. Especially since you need a...
ben.clinkinbeard
ben.clinkinb...
Offline Send Email
May 2, 2008
5:49 pm
874
Ben , when I have multiple views that can 'share' the same events / command I use a local model for that view and pass that to the event > command and assign...
Joćo Fernandes
joao_m_ferna...
Offline Send Email
May 2, 2008
6:57 pm
875
Hey Ben, The registering of Events is accomplished just the same as it is throughout Cairngorm - via CairngormEventDispatcher. That's it, plain and simple... ...
Eric Feminella
efeminella
Offline Send Email
May 2, 2008
9:15 pm
876
I thought the view is driven by the model and databinding. In none of the Adobe consulting examples for Flex 2 have I seen events or commands communicating...
Bjorn Schultheiss
bjorn.schult...
Offline Send Email
May 4, 2008
12:48 pm
877
... Personally, I ask "Is this something that needs to be known by more than this view?" If not, I'm inclined to just notify the view. On Sun, May 4, 2008 at...
Douglas McCarroll
douglasmccar...
Offline Send Email
May 4, 2008
4:38 pm
878
Is anyone from the UM team on this list, and can contact me offlist ? Steven...
Steven Webster
swebsteratit...
Offline Send Email
May 6, 2008
8:46 am
879
Steven what's your take on this discussion? How does AC recommend notifying views of a result or fault from a command? I haven't looked into any other...
Eric Feminella
efeminella
Offline Send Email
May 6, 2008
7:17 pm
880
Eric, So I think one of the design philosophies of Cairngorm has always been to be as lightweight and non-prescriptive as possible; we¹re not trying to turn ...
Steven Webster
swebsteratit...
Offline Send Email
May 6, 2008
8:56 pm
881
Hi all, Steven mentioned the Presentation Model, which allows to i.e. unit test view behaviour and view state, which is encapsulated within the Presentation...
Alex Uhlmann
uhlmann_alex
Offline Send Email
May 6, 2008
10:34 pm
882
Relatively simple. All you need is a result var in the model, and the view bound to that variable. On command result (means success), update the variable to a...
Sefi Ninio
chompy18
Offline Send Email
May 10, 2008
5:07 pm
883
Thank you for taking the time to answer....
crowcomputer
Offline Send Email
May 13, 2008
7:10 pm
884
Hi. Why is not there Cairngorm 2.2.1 Online Docs at www.cairngormdocs.org? And may I translate Cairngorm 2.2.1 asdoc into Japanese and upload my site? Thanks....
hoshi.seigo
Offline Send Email
May 20, 2008
1:55 pm
885
Good point, uploaded: http://www.cairngormdocs.org/docs/cairngorm_2_2_1/ It would be great to have a version in japanase. I've created a directory for you on...
Evan Gifford
evangifford
Online Now Send Email
May 22, 2008
4:58 am
886
... Sure. ... hoshi.seigo...
douglasmccarroll
douglasmccar...
Offline Send Email
May 22, 2008
11:21 am
887
Has anyone seen any good examples of how to work with REST in Cairngorm? Other than a code generating plugin for Eclipse which hasn't been released yet,...
karl_garske
Offline Send Email
May 22, 2008
11:20 pm
888
Don't pass the URL from the command, just have the token inside the actual delegate method call for create. The command only needs to pass the user info on to...
Todd P
taude1
Offline Send Email
May 23, 2008
11:57 am
889
Thanks you for your reply. Which is better bit by bit or at one time?...
hoshi.seigo
Offline Send Email
May 23, 2008
1:18 pm
Messages 859 - 889 of 911   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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