Hi all, I am struggling to get the Cairngorm world up and running. Could use some advice in one area. I have a test application in which i would like to be...
I'm no Cairngorm expert Ben, but I've been using it alot and what seems to be missing from your description is the use of Command classes and delegates. Your...
Ben, One addtional thing - in your delegate class, your call to myService.login() returns an AsyncToken which you can then map to a IResponder-implementing ...
So what ever happened to the 2.2 release? It is not on the Labs site and there is almost no mentioned of it outside of this group post. Did it get released on...
Hi, I am relatively new to Cairngorm, but is there any plan to add a Exception Handling Framework, and logging? If they exist can anyone point me to some...
Evening all, This was a message I recently posted to the flexcoders group the other night. Being that I was not even aware of this group's existence, I may be...
Hi Jeff, As i don't follow all the mailing lists that close anymore and i don't think your blog is aggregated, so i hadn't followed the thread.. From what i...
Hi all, The core cairngorm team within Adobe Consulting are dispersed and immersed on some major projects right now, so my apologies that we¹ve not been as ...
Hi Billy, This rests squarely on my shoulders. I've got everything packaged and ready to go on Labs, but paying customers take get first call on my time...
Hi, I've not had time to read Jeff's series of blog posts yet, other than a quick skim, but have them bookmarked. Cairngorm and Modules is a regular discussion...
Hi Alister and Steven, I understand that new code that is added to Cairngorm should be tried, tested and most importantly wanted. It is appreciated that we can...
Mark, What you describe here  an administration application  would most simply be delivered as a completely separate application ? I see modules as most...
Thanks for your response Steven it was very informative. I see modules more useful in portal type applications... That said I doubt there would be many clients...
Hi Leif, Yes, our consultants consider this in conversations almost every day :) Again, we've not yet found anything repeatable that will find its way into the...
Thanks for the update. I just was not sure what the status was since it was not mentioned over on the Adobe Labs. I've tested my project against the 2.2...
Hi Jeff, Tnx for the input. I see i have a lot to learn about Cairngorm when I read this ;) I think I understand why you extended your Delegates, but I don't...
I have been trying to google this for a few days now and have not come to a resolution. I'm looking for a solution for how to bind my views to my model and...
I'm just getting started with my first full-scale Cairngorm app and I had some start-up questions, mostly around how and which events to fire to alert...
Of course, my only problem with that is how long away MAX 2007 is -- I would hope that Cairgorm would be out of "beta" long before then. And then there is the...
Quick reply; though there¹s no hard and fast rule here, what you¹re trying to do is very specific to the behavior of your UI and I don¹t see benefit to you...
Hi Leif, Good questions... ... Ali isn¹t suggesting that the 2.2 release won¹t be on Labs until MAX, he¹s suggesting that something more concrete around...
Steven, Thanks for the quick response. I think I over-simplified my predicament, though. My problem is that the selected manufacturer might be changed by means...
I probably would have had one list, within which the second level information (i.e. the car model names) was stored. I probably would make a cairngorm event...
Hi, I've just updated the content on Adobe Labs to announce the release of Cairngorm 2.2. This isn't a major release, with only a few minor additions and some...
Afternoon all, So I haven't been involved much with the swarm of posts surround a topic I started - my apologies. For the interested, I have posted some...
Hi, Has anyone ever come across where a runtime error shown below? When it happens usually a rebuild is fine.... Any Ideas on how to debug / find the error? ...
Are you dispatching the same instance of the event twice? If so, make sure you implement the clone() method of event. Alistair ________________________________...
Hi Alistair, Yes I am dispatching the same instance of the event twice... I will implement the clone on all my events and see... Thanks for you help. Regards ...