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 your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 283 - 312 of 911   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
283
Hi Guys, Any further feedback. If not, I'll get this packaged up and it should hopefully appear on Labs next week sometime. Thanks, Alistair ...
Alistair McLeod
alimcleod
Offline Send Email
Feb 1, 2007
1:55 pm
284
Hi J, I admit things have been very slow for cairngormdocs lately, but one of the things I'd like to accomplish for our site is exactly what you've described. ...
Evan Gifford
evangifford
Offline Send Email
Feb 1, 2007
2:04 pm
285
Nope, everything looks fine for me so far... When are we allowed to announce the new release? Cheers, Thomas :)...
Thomas Rühl
mailthomas
Offline Send Email
Feb 1, 2007
2:25 pm
286
Alistair, I commented it but still got the problem. First call doesn’t work but if I try few seconds later it does. Anyway, I didn’t have time to build a...
João Fernandes
joao_m_ferna...
Offline Send Email
Feb 1, 2007
2:39 pm
287
Hi Thomas, Please wait until it appears on Labs so we don't suddenly get lots of people asking us to email it to them. Thanks, Alistair ... From:...
Alistair McLeod
alimcleod
Offline Send Email
Feb 1, 2007
2:44 pm
288
Hi Joao, We'll try have another look at this, though if you could produce a simple test case, that'd be a great help. We may choose to remove the...
Alistair McLeod
alimcleod
Offline Send Email
Feb 1, 2007
2:49 pm
289
Extremely new to Cairngorm here. For the last couple of days I have been examining the examples floating around the internet and am somewhat looking for...
Smith, Allex
allexsmith
Offline Send Email
Feb 1, 2007
7:05 pm
290
Hi Alistair, This may be of interest to you: http://tech.groups.yahoo.com/group/flexcoders/message/62755 Thanks, Ben ... simple test case, that'd be a great...
ben.clinkinbeard
ben.clinkinb...
Offline Send Email
Feb 2, 2007
2:20 pm
291
Hi List, I'm pretty new to Caringorm and I was hoping someone could help me with a view update question. I'm currently building a desktop photo editing...
colin9638
Offline Send Email
Feb 5, 2007
1:45 pm
292
Hey Colin, Typically you would update the Model from the command. You mentioned that the service is returning an ArrayCollection, therefor it should be as ...
Eric Feminella
efeminella
Offline Send Email
Feb 5, 2007
3:44 pm
293
Hi Eric, Thanks for the feedback, that makes a lot of sense. Kind Regards Colin. Eric Feminella <eric@...> wrote: Hey Colin, Typically you would...
COLIN LIGHT
colin9638
Offline Send Email
Feb 5, 2007
4:24 pm
294
No problem, Thanks, Eric ... Eric J. Feminella ... http://www.ericfeminella.com eric@... Phone: 609.558.1817...
Eric Feminella
efeminella
Offline Send Email
Feb 5, 2007
4:46 pm
295
Hi Eric, Another quick question I have regarding updating the model. Would there be a time when you would up date the model directly from the view without...
colin9638
Offline Send Email
Feb 6, 2007
9:34 am
296
I too struggle with this issues. Often times it is much easier to just update the model directly from the view. It is ofter easier to put procedural code in...
Jason Hanson
jayfour000
Offline Send Email
Feb 6, 2007
4:48 pm
297
Hi Jason, Thanks for the feedback. It's a good point you make about data being used in other areas of the application. This is true in my case so I'll be...
COLIN LIGHT
colin9638
Offline Send Email
Feb 6, 2007
5:13 pm
298
There is often a temptation to work outside of Cairngorm best practices and this is normal at times, however, in my opinion it should not be considered as you...
Eric Feminella
efeminella
Offline Send Email
Feb 6, 2007
6:19 pm
299
Not sure of the best way to handle multiple requests for data based on a single user interaction? Normally I would fire multiple events based on the single...
Gareth Edwards
ghedwards@...
Send Email
Feb 6, 2007
10:59 pm
300
Gareth, is each fetch data call independent? this series of articles by Sho Kuwamoto may be of some help here: ...
Barry Beattie
barry.beattie
Offline Send Email
Feb 6, 2007
11:06 pm
301
You can specify each "nextEvent" to get fired in the previous command's result handler, ensuring that commands get processed in the order you require. ...
Bjorn Schultheiss
bjorn.schult...
Offline Send Email
Feb 6, 2007
11:07 pm
302
Both replies very helpful, thanks, still haven't come up with what I need. Quick kinda related question, should only single event be fired with each user...
Gareth Edwards
ghedwards@...
Send Email
Feb 6, 2007
11:31 pm
303
Just another thought on this post, what if I want fire an event that calls one of the commands in part of this group? Maybe I can have a pre process command...
Gareth Edwards
ghedwards@...
Send Email
Feb 6, 2007
11:46 pm
304
cairngorm specifies that there should be 1 event per command. i've got an example here that might help. http://cairngormdocs.org/blog/?p=27 regards, Bjorn...
Bjorn Schultheiss
bjorn.schult...
Offline Send Email
Feb 6, 2007
11:49 pm
305
Maybe I should just return all the data I need in one call? Then break the result up in to the different parts of the model? Thoughts? Cheers Gareth. Bjorn...
Gareth Edwards
ghedwards@...
Send Email
Feb 7, 2007
12:31 am
306
Up to you my friend. 'previous quote' but managing some sort of asynchronous cue, so that we can detect that the data we are expecting has completed loading. ...
Bjorn Schultheiss
bjorn.schult...
Offline Send Email
Feb 7, 2007
12:42 am
307
I've often wondered what would happen if I registered two events to one command or two commands to one event. My case was that I was writing a kiosk and adding...
Sean McKibben
graphextwin
Offline Send Email
Feb 7, 2007
12:52 am
308
Hi, I'm new to Cairngorm. I'm trying to retrieve data from services.mxml and this seams to work. My problem is when I try to do something with the data...
mortenkruse
Offline Send Email
Feb 11, 2007
2:40 pm
309
This does not have to do anything with cairngorm. start a debug session put a breakpoint on the line "var products:ICollectionView = ..... run your app when...
Ilya Devèrs
idevers1
Offline Send Email
Feb 11, 2007
3:01 pm
310
Hi, I just tried to put this comment on Jesse Warden's site, but the guestbook is out of order :-) It's about the WebServiceExample: ...
Danko Kozar
danko_kozar
Offline Send Email
Feb 11, 2007
3:28 pm
311
... it is even nicer to do: token.addResponder(responder); where responder is usually the command that invoked the method on the delegate. hence the IResponder...
Ilya Devèrs
idevers1
Offline Send Email
Feb 11, 2007
5:17 pm
312
Doesn't work: "1067: Implicit coercion of a value of type com.adobe.cairngorm.business:Responder to an unrelated type mx.rpc:IResponder." "Command"(Cairngorm)...
Danko Kozar
danko_kozar
Offline Send Email
Feb 11, 2007
5:56 pm
Messages 283 - 312 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