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.
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 452 - 481 of 1038   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
452
... 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...
shawn.gibson
Offline Send Email
Aug 1, 2007
2:30 pm
453
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...
Rowan Hick
rowanhick
Offline Send Email
Aug 1, 2007
2:53 pm
454
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...
kv.yates
Offline Send Email
Aug 1, 2007
2:54 pm
455
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...
rowanhick
Offline Send Email
Aug 1, 2007
5:05 pm
456
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. ...
ginnyboy12
Offline Send Email
Aug 1, 2007
5:19 pm
457
Thanks Amit... looks like the way to go....
rowanhick
Offline Send Email
Aug 1, 2007
8:11 pm
458
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...
murphbard
Offline Send Email
Aug 3, 2007
2:12 am
459
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...
mark_j_ellul
Offline Send Email
Aug 3, 2007
2:21 am
460
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...
shawn.gibson
Offline Send Email
Aug 3, 2007
10:29 am
461
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...
Fernando Comet
fersaezcomet
Offline Send Email
Aug 3, 2007
12:11 pm
462
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...
Douglas McCarroll
douglasmccar...
Offline Send Email
Aug 3, 2007
12:59 pm
463
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...
shawn.gibson
Offline Send Email
Aug 3, 2007
5:20 pm
464
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...
David Ham
misterdham
Offline Send Email
Aug 4, 2007
3:09 pm
465
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.... ...
Rowan Hick
rowanhick
Offline Send Email
Aug 4, 2007
7:23 pm
466
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.... ...
rowanhick
Offline Send Email
Aug 5, 2007
2:07 pm
467
You need to create an instance of the FrontController!!...
luchi_bustos
Offline Send Email
Aug 6, 2007
6:01 pm
468
It always has to be something obvious - works now. Thanks kindly Rowan...
rowanhick
Offline Send Email
Aug 6, 2007
7:00 pm
469
Any news if Alistair McLeod's 2.2.1 Beta is stable yet or not that fixes the above subject? ...
gotjosh819i
Offline Send Email
Aug 7, 2007
1:12 pm
470
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...
Holly Edelson
amaruq2
Offline Send Email
Aug 14, 2007
2:42 pm
471
... 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...
robbyotoole
Offline
Aug 14, 2007
6:50 pm
472
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 ...
m40.regs
Offline Send Email
Aug 14, 2007
10:09 pm
473
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...
mark_j_ellul
Offline Send Email
Aug 14, 2007
10:24 pm
474
... From: "m40.regs" <4thmail@...> To: <cairngorm-documentation@yahoogroups.com> Sent: Tuesday, August 14, 2007 10:59 PM Subject:...
Paul Andrews
pauland2513
Offline Send Email
Aug 14, 2007
10:27 pm
475
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...
m40.regs
Offline Send Email
Aug 14, 2007
10:55 pm
476
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...
mark_j_ellul
Offline Send Email
Aug 14, 2007
11:08 pm
477
... From: "m40.regs" <4thmail@...> To: <cairngorm-documentation@yahoogroups.com> Sent: Tuesday, August 14, 2007 11:54 PM Subject:...
Paul Andrews
pauland2513
Offline Send Email
Aug 14, 2007
11:14 pm
478
Thanks again guys! That's really helpful! ... updating the ... xmlns:details="com.adobe.cairngorm.samples.store.view.productdetails.*" ... I would ... only...
m40.regs
Offline Send Email
Aug 14, 2007
11:31 pm
479
check out this http://weblogs.macromedia.com/auhlmann/archives/2006/07/ cairngorm_sampl_2.cfm ... Regards, Bjorn Schultheiss Senior Developer Personalised...
Bjorn Schultheiss
bjorn.schult...
Offline Send Email
Aug 14, 2007
11:59 pm
480
What about: <mx:Button ... enabled="{textInputID.text != ''}"/> Seems more terse... graphex...
Sean McKibben
graphextwin
Offline Send Email
Aug 15, 2007
12:00 am
481
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...
stephen50232
Offline Send Email
Aug 15, 2007
8:44 am
Messages 452 - 481 of 1038   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