Search the web
Sign In
New User? Sign Up
cairngorm-devel · Cairngorm Developers
? 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 1 - 30 of 210   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
Hi all. First, great job on Cairngorm 0.99! I just noticed that the namespace has not been updated to http://www.nevis.org/cairngorm yet, as seen in the...
James Ward
jennyandjame...
Offline Send Email
May 22, 2005
5:08 pm
2
Hi James, Does your flex-config.mxl have the cairngorm namespace in there, as per the sample applications? Cheers, Ali -- Alistair McLeod Development Director ...
Alistair McLeod
alimcleod
Offline Send Email
May 23, 2005
12:40 pm
3
Thanks Ali. That did the trick. Perhaps this should go in the Release Notes? -James...
James Ward
jennyandjame...
Offline Send Email
May 23, 2005
4:11 pm
4
I ran in to the same problem as James, and second that recommendation that the flex-config.xml modification instructions be in the documentation. I spent some...
Sean McKibben
graphextwin
Offline Send Email
May 23, 2005
5:29 pm
5
Steven, I have a demo Cairngorm .99 application and included cell renderers in a datagrid. I currently have the code behind the cell renderer in the same...
Rich Tretola
rtretola@...
Send Email
May 27, 2005
5:59 pm
6
I think I had a similar problem when I tried using a view helper in a component that gets created and destroyed by a repeater. I believe the issue was that...
James Ward
jennyandjame...
Offline Send Email
May 27, 2005
9:29 pm
7
Did you app ever load or did it hang on the initilization preloader bar ? Mine stops on the preloader bar and it never goes away. Rich...
Rich Tretola
rtretola@...
Send Email
May 28, 2005
7:43 am
8
I know I saw this behavior, but can't remember what caused it in my case. Sorry... I really should have done a better job documenting what happened. -James...
James Ward
jennyandjame...
Offline Send Email
May 28, 2005
4:35 pm
9
Hi All, I am new to flex and this group. My company is currently working on a new project that will incorporate flex. I have a question pertaining to the...
muzzle_walsh
Offline Send Email
May 30, 2005
8:18 am
10
Hi Matt, At the moment, the limitation we have is not with Flex, but with the Flash player - there is currently really no easy way to automatically launch the...
Alistair McLeod
alimcleod
Offline Send Email
May 30, 2005
1:19 pm
11
Thanks for the info. I was thinking that I will write some sort of remote call to inform the ant task of the progress of the tests. I am likely to do this in...
muzzle_walsh
Offline Send Email
May 30, 2005
10:55 pm
12
I've been wondering about this quite a bit. Having looked briefly at FlexUnit, I don't immediately see how it differs from AS2Unit. I can see from the single...
Clifford Hall
el_futur0
Offline Send Email
Jun 6, 2005
8:33 pm
13
New sample appication utilizing Cairngorm .99 & Hibernate 3. http://www.everythingflex.com Rich...
Rich Tretola
rtretola@...
Send Email
Jun 7, 2005
1:41 pm
14
very nice. Thanks for the sample. Best, Alex -- Alex Uhlmann Software Engineer iteration::two ... From: cairngorm-devel@yahoogroups.com ...
Alex Uhlmann
uhlmann_alex
Offline Send Email
Jun 7, 2005
2:07 pm
15
In my app I am creating and destroying a view using createChild and destroyChild. When I include a view helper within that view, it will only load once. My...
Rich Tretola
rtretola@...
Send Email
Jun 13, 2005
3:29 pm
16
Clifford, I'm glad you brought this up because I've been wondering about this as well. I read from Steven Webster's Breeze presso on Cairngorm that one ...
Allen Manning
al_manning
Offline Send Email
Jun 19, 2005
10:39 am
17
We are creating an application in the Cairngorm 9.5 framework. We have an index.mxml file that uses mx:Loader to load each sub section. Each sub section is a...
mackdoyle
Offline Send Email
Jun 20, 2005
10:56 pm
18
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...
Clifford Hall
el_futur0
Offline Send Email
Jul 6, 2005
9:21 pm
19
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...
Sean McKibben
graphextwin
Offline Send Email
Jul 6, 2005
9:46 pm
20
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...
Alistair McLeod
alimcleod
Offline Send Email
Jul 7, 2005
9:05 am
21
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@...
Send Email
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...
Steven Webster
swebsteratit...
Online Now Send Email
Jul 7, 2005
3:17 pm
23
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...
Clifford Hall
el_futur0
Offline Send Email
Jul 8, 2005
1:36 am
24
One question I have is if the multiplicity flag also affects unregister characteristics. Perhaps separate flags for registerOnInitialize and unregisterOnUnload...
Sean McKibben
graphextwin
Offline Send Email
Jul 8, 2005
4:27 pm
25
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...
Rob Rusher
robrusher
Online Now Send Email
Aug 3, 2005
10:00 pm
26
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@...
Send Email
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...
Sean McKibben
graphextwin
Offline Send Email
Aug 8, 2005
8:25 am
28
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...
flexcoding
Offline Send Email
Sep 9, 2005
8:42 pm
29
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@...
Send Email
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...
Johanes Soetanto
otnateos
Offline Send Email
Oct 2, 2005
7:51 am
Messages 1 - 30 of 210   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