Just to be clear you don't need Cairngorm to call web services. You can certainly do it the Cairngorm way but I'd save Cairngorm for the next step once you see...
Hello all. Now that Cairngorm has been around a while and we've all had a chance to use it to structure our own projects I'm wondering ... How many of you have...
Evan, Take a look to Universal mind Cairngorm extension: http://code.google.com/p/flexcairngorm/ Alberto Acevedo Computer Engineer US Army CERDEC SED/ABSD ...
Hi Evan, Regarding AIR, though I have not yet used Cairngorm on an AIR project, Eric Feminella and David Tucker have published Cairngorm extensions that they ...
Try changing the old (commented line below) to the next line: //var message : String = StringUtil.substitute( resourceBundle.getString( errorCode ), rest ); ...
Hello All, I am relatively new to Cairgnorm and need some guidance about class functionality. I am creating a simulation in Flex that involves listening for...
I'm no expert, but I'd say the key press listener function should instanciate a custom event extending CairngormEvent, add the key press event to it, and then...
... the other place for consideration would be a responder. Disclaimer: I'm new to this too, so if my suggestions are nonsense I'd like to listen and learn... ...
Thanks for the assistance. I had not seen David Tucker's site, thanks for the link. It looks like he has some really good info on the site for Cairngnorm. --...
... That's quite topical particularly given Grant Skinner's recent article on licensing. http://www.gskinner.com/blog/archives/2008/07/source_code_lic_1.html ...
... Sorry for not being clear myself... If i deliver an AIR project which uses Cairngorm (distribution in binary), do I need to include an about box or in...
@Paul, Thanks! The licensing boilerplate in the current version of Cairngorm's individual class files threw me off. The boilerplate in the current class ...
i am having problem while invoking webservice in FlexBuilder 3, my application is built using Cairngorm Framework. while invoking the webservice i getting...
HI, i am using cairngorm for my new application but i have a problem. well, i am using the same application as Demo (with xml file) and as application (with...
Hi Evan, i want to know how to call Webservice using ServiceLocator in Flex 3, if u have any sample please share it with me thanks Ajit ... can ... next step ...
Hey, I'm fairly new to Cairngorm myself but am doing something similar with an app that can be run as a desktop AIR, web-based app and standalone ZINC...
What is the status of Cairngorm? Is it actively being developed? Does it work with Flex 3? Anyone have any good comparisons of Cairngorm vs PureMVC?...
Active, does what it says on the tin, works with Flex 3, and continues to be used daily by Adobe Consulting, customers, partners and the community at large -...
There is a preso by Ali Mills and Luke Bayes on Acrobat Connect, which provides a basic overview on some of the framworks available for Flex (about 80 min). ...
Thanks for the info. I don't want to start a flame war, I was just curious about personal experiences and thoughts (not to bash one or the other). ... ...
Hey, I'm fairly new to Cairngorm myself but am doing something similar with an app that can be run as a desktop AIR, web-based app and standalone ZINC ...
That sounds like the job for a BusinessDelegate to me. Is there any way you could just use a different delegate and leave the Commands generic? For example. If...
P.S. I forgot to mention that the last time I handled this issue myself a while back I created a "DelegateLocator" for a project which allowed me to switch the...
Why not have a separate class for implementing each of the the types of BusinessDelegate? That way in each environment you could have a separate class...
hi, it sounds a good idea to let the command generic, but how can we choise between which delegate to use at runtime. can you post some code if you can? thanks...
Hi, perhaps the Cairngorm extensions in Prana might interest you. There is support for command factories which allow delegate configuration. Please see the...