I am porting a prototype from cairngorm 0.95 to 0.99 to assess the differences and decide whether to use 0.99 for the production model. In the 0.95 version of...
What I ended up doing was using the single instance of my viewHelper, located in the top of my application. So in my application i have a templatePortal.mxml...
Hi Clifford, We've received feedback very similar to yours on a few occasions now, and I think this is something we're going to have to look into. I've copied...
Hi, Are there plans to publish a book on cairngorm 0.99 or future release. The flex book and the examples gave me a good taste, I was hoping something with the...
Philippe Maegerman
pim@...
Jul 7, 2005 2:39 pm
22
Phillipe, Are there plans to publish a book on cairngorm 0.99 or future release. The flex book and the examples gave me a good taste, I was hoping something...
Thanks for the speedy response, Ali. I had a go at the ViewHelper base class, going right along the lines you described. I had already began thinking along...
One question I have is if the multiplicity flag also affects unregister characteristics. Perhaps separate flags for registerOnInitialize and unregisterOnUnload...
I'm getting an error when working with a VO that is an array of VOs. The error is "The class 'myV0' could not be loaded". The class is clearly imported. What...
You're using zeros instead of 'O's on the line with the error. ... From: cairngorm-devel@yahoogroups.com [mailto:cairngorm-devel@yahoogroups.com] On Behalf Of...
grady.haynes@...
Aug 3, 2005 10:09 pm
27
So, the "simplest solution that could possibly work" for me ended up being to create a UnregisteredViewHelper class which just skips the register process and...
Is it OK to have a constructor in the Command classes and have delegate initialized there rather than doing it in every time execute method is called? So Could...
Here's an odd one... Do a global search and replace on all files in the CairngormLogin sample project, replacing "org.nevis.cairngorm.samples." with ...
Hans Omli
hansomli@...
Oct 2, 2005 7:51 am
30
Hi All, I just use cairngorm to develop my application and I followed one example from Rocketboots.com.au, and using their flash service as well. I'm just...
I would like to ask the cairngorm experts a question involving databinding. In a current application under development, when I need to load some data via...
Jeremy, In terms of how Cairngorm will change for Flex 2; obviously with Flex 2 only in alpha, we need some time to do some implementations and establish...
Sweet, can't wait to see the AS3 version. Let me know if you need any help in testing. Rich...
Rich Tretola
rtretola@...
Oct 27, 2005 3:42 pm
36
I will also volunteer to test an AS3 version of Cairngorm. BTW, I was told that the ViewHelp pattern has been deprecated and is no longer recommended. Does the...
Hi thomasburleson, ... better ... It's a limitations imposed from Macromedia's Flex components, not from Cairngorm framework itself. We use the same "clumsy"...
Is there a port of Cairngorm 0.99 for Flex 2.0 yet? Thought I'd ask before I do a quick and dirty port for a project I'm starting....
Hans Omli
hansomli@...
Dec 6, 2005 6:33 pm
39
Any news on progress of this new version ? Rich...
Rich Tretola
rtretola@...
Dec 7, 2005 12:50 pm
40
Hi People!!! I almost migrated Cairngorm to AS3 to use in a Flex 2 project. The only thing I couldn't do is to make a Binding with a Static Variable ...
Rafael M. Martinelli
rafael.martinelli@...
Dec 30, 2005 3:00 pm
41
Rafael, The cairngorm-team also have an AS3 version of Cairngorm which we wished to release to the community before Christmas; however, we're also up against...
Steven, Since you have made some progress on the new Cairngorm, I was wondering if you can give us an estimate on how difficult the migration path will be. ...
Rich Tretola
rtretola@...
Jan 6, 2006 1:48 pm
43
Hi Rich, I don't anticipate much migration effort at all. Take everything here as a water-chiller discussion rather than fact right now, but I would expect...
Sounds great Steve. I can't wait to get my hands on the new version. Please keep us updated on your progress if you can. Thanks, Rich...
Rich Tretola
rtretola@...
Jan 6, 2006 3:38 pm
45
Hi, I'm a Masters research student at Lancaster University in the United Kingdom and I'm currently investigating learning and usage of development frameworks,...