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 to share photos of your group with the world? 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 29 - 58 of 210   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
31
Hei, Is it a good idea to use application controller in cairngorm???...
sergei_tsoganov
Offline Send Email
Oct 2, 2005
7:51 am
32
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...
thomasburleson
Offline Send Email
Oct 4, 2005
7:40 am
33
How can I find out more about Flex 2 and Cairngorm? Thanks in advance, Jeremy Petersen...
gojpaul67
Offline Send Email
Oct 27, 2005
8:53 am
34
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...
Steven Webster
swebsteratit...
Online Now Send Email
Oct 27, 2005
9:08 am
35
Sweet, can't wait to see the AS3 version. Let me know if you need any help in testing. Rich...
Rich Tretola
rtretola@...
Send Email
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...
Thomas Burleson
thomasburleson
Offline Send Email
Oct 31, 2005
4:12 pm
37
Hi thomasburleson, ... better ... It's a limitations imposed from Macromedia's Flex components, not from Cairngorm framework itself. We use the same "clumsy"...
Andriy Panas
apanas_2000
Offline Send Email
Nov 7, 2005
10:52 am
38
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@...
Send Email
Dec 6, 2005
6:33 pm
39
Any news on progress of this new version ? Rich...
Rich Tretola
rtretola@...
Send Email
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@...
Send Email
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 Webster
swebsteratit...
Online Now Send Email
Dec 30, 2005
7:53 pm
42
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@...
Send Email
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...
Steven Webster
swebsteratit...
Online Now Send Email
Jan 6, 2006
2:06 pm
44
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@...
Send Email
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,...
Daragh byrne
daraghbyrnecae
Offline Send Email
Jan 11, 2006
12:58 pm
46
I'm trying to implement a ModelLocator similar to the one use in the FlexPhoneBook example. However, whenever I try to compile the app, I get a...
gault17
Offline Send Email
Jan 17, 2006
6:23 pm
47
Maybe don't do model = new ModelLocator() in the getInstance() function since you'll assign ModelLocator.model in the constructor? Matt ... From:...
Matt Chotin
m_chotin
Offline Send Email
Jan 17, 2006
6:36 pm
48
Ok. Thanks, Matt. I followed the ModelLocator approach used in Cairngormstore (has no getInstance() function and initialize() is called from the application...
Ault, Gary - BLS
gault17
Offline Send Email
Jan 18, 2006
4:18 pm
49
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,...
daraghbyrnecae
Offline Send Email
Jan 22, 2006
11:46 pm
50
Steve, Do you have an updated timeline for a new SWC ? Rich...
Rich Tretola
rtretola@...
Send Email
Jan 26, 2006
9:41 am
51
Rich, I think the best thing to say, is that as soon as the next beta ships, we'll have a version of Cairngorm 2.0 for you. Our port that we have currently...
Steven Webster
swebsteratit...
Online Now Send Email
Jan 26, 2006
10:12 am
52
I am using dispatchEvent within my Flex 2 Cairngorm 2 alpha Application root and all is fine. However, when I try using it within a TitleWindow the function...
Rich Tretola
rtretola@...
Send Email
Feb 23, 2006
6:53 pm
53
Has anyone been able to dispatch an event from an actionscript file successfully ? Rich...
Rich Tretola
rtretola@...
Send Email
Mar 2, 2006
8:39 am
54
Hi Rich, Yep, its not any different from dispatching from an MXML file, since they are converted to ActionScript anyway. What problem are you having? Cheers, ...
Alistair McLeod
alimcleod
Offline Send Email
Mar 2, 2006
2:43 pm
55
Hi Rich, When in a pop-up, events dispatched aren't being caught by the controller. As a work-around just now, use ...
Alistair McLeod
alimcleod
Offline Send Email
Mar 2, 2006
2:43 pm
56
Hey Rich, The Cairngorm controller listens to Application.application, which is in the event flow (and on the display list) of your MXML files but not in the...
Alex Uhlmann
uhlmann_alex
Offline Send Email
Mar 2, 2006
3:25 pm
57
Thanks for all of the feedback. I was able to use the sequenceCommand instead but I know wonder, why is that the sequenceCommand works properly when...
Rich Tretola
rtretola@...
Send Email
Mar 3, 2006
9:47 am
58
Because the SequenceCommand class dispatches the event directly from Application.application. See executeNextCommand(). Best, Alex Alex Uhlmann Consultant...
Alex Uhlmann
uhlmann_alex
Offline Send Email
Mar 6, 2006
9:28 am
Messages 29 - 58 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