Search the web
Sign In
New User? Sign Up
cairngorm-documentation · Cairngorm Documentation Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1009 - 1038 of 1038   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1009
I forgot to add, here is how I'm creating the AC: __model.myAC = new ArrayCollection(myDataGrid.dataProvider.source); ... ...
jeremysavoy
Offline Send Email
Jan 2, 2009
10:59 pm
1010
In my opinion this is a function of the Component and would not participate in the MVC aspect of your application. For that reason I would suggest that the...
Evan Gifford
evangifford
Offline Send Email
Jan 3, 2009
11:50 am
1011
I've encountered this many times, it is caused by Flash not able to make the connection with class information in the AMF or missing class information. By...
Evan Gifford
evangifford
Offline Send Email
Jan 3, 2009
12:21 pm
1012
I forgot to add, here is how I'm creating the AC: __model.myAC = new ArrayCollection(myDataGrid.dataProvider.source); ... ...
jeremysavoy
Offline Send Email
Jan 3, 2009
2:43 pm
1013
Thanks for the response. I actually already have this code in all of my VO's - and in fact this code was working without any issue prior to refactoring to use...
jeremysavoy
Offline Send Email
Jan 3, 2009
2:51 pm
1014
In that case you might need to just update the classpath in your RemoteClass metadata. _____ From: cairngorm-documentation@yahoogroups.com ...
Evan Gifford
evangifford
Offline Send Email
Jan 3, 2009
2:56 pm
1015
Well, I think I have everything done correctly ... in my AS VO I have the following: [RemoteClass(alias="com.myproject.vo.ContactVO")] And in my Zend AMF...
jeremysavoy
Offline Send Email
Jan 3, 2009
5:55 pm
1016
BTW, the "object" field inside the "ObjectProxy" items is of type com.myproject.vo.ContactVO ... so things *seem* to be ok there, right? ... RemoteClass ... ...
jeremysavoy
Offline Send Email
Jan 3, 2009
5:57 pm
1017
Evan you were right, there was an issue with my RemoteAlias ... I was using my fully qualified reverse DNS name for the VO, when I should have been using the...
jeremysavoy
Offline
Jan 4, 2009
3:46 pm
1018
Hello all, I updated the Cairngorm Diagram Explorer and the accompanying AddContact application to Cairngorm 2.2.1, and I'm wondering how to submit it to the...
jimrobson89
Offline Send Email
Feb 2, 2009
10:35 pm
1019
Hi, Does anyone know if there is a way or a way that cairngorm supports communication between swfs, similar to Pipes in PureMVC. I'm looking at both...
stephen50232
Offline Send Email
Feb 3, 2009
12:35 pm
1020
So this is something you can do leveraging the Flex framework; Cairngorm isn't trying to offer solutions to all problems....you can build a Cairngorm...
Steven Webster
swebsteratit...
Online Now Send Email
Feb 3, 2009
12:49 pm
1021
Hey guys, One thing I can offer that will help is a project I just demonstrated at FlexCamp Orange County that I'm calling "LocalConnectionService". Basically...
Evan Gifford
evangifford
Offline Send Email
Feb 3, 2009
3:55 pm
1022
Cool, can't wait to see it. You can email it over to Douglas McCarrol and myself and we'll get it upload for you. _Evan - evan@......
Evan Gifford
evangifford
Offline Send Email
Feb 3, 2009
3:57 pm
1023
Hi all, I'm new to CG and I have just learnt it over the weekend. I made this toy application to read yahoo news RSS feeds: ...
Anggie Bratadinata
mas_ab2003
Offline Send Email
Feb 23, 2009
4:37 pm
1024
I am developing a custom component that is using cairngorm for mvc. I will be delivering the component as a swc file to customers. If a customer uses this...
randell.browning
randell.brow...
Offline Send Email
Feb 25, 2009
3:57 pm
1025
I guess you can't do it. We implemnted MainApps in CG and tried to implement modules in CG, and we could not insert modules into MainApps due to Singleton...
math_chen
Offline Send Email
Feb 25, 2009
4:15 pm
1026
I am curious to know if there is a best method or practice to handle functions that need to be called in responder.result once your results have been received....
sdl1326
Online Now Send Email
Mar 3, 2009
5:21 pm
1027
Check the UM Cairngorm extensions. the guys have implemented a notifyCaller in their version... Haven't used it at least not yet. Usually we do the round trip...
claudiu ursica
the_braniak
Online Now Send Email
Mar 3, 2009
8:47 pm
1028
Based on my experience, this subject is one of the biggest wonders when developing with cairngorm. On your quest you should check this out: ...
ionut stoica
iongion
Offline Send Email
Mar 3, 2009
11:17 pm
1029
The first link seems to be an alternative method that I was looking for and might work for me. I appreciate the insight. Thanks!...
sdl1326
Online Now Send Email
Mar 4, 2009
5:29 pm
1030
Hey Stephen, I've finally had some time to release this project I mentioned for facilitating communication between two .swfs into the open! You can find it...
Evan Gifford
evangifford
Offline Send Email
Mar 5, 2009
3:59 pm
1031
Hi All, Ref : Flex Developer Yrs of Exp : 4 to 10yrs Location : Bangalore Skills Required : Should Have 4+yrs of Experience 3+ EXPERIENCE IN ACTIONSCRIPT 2.0 /...
vidhyagnath
Offline Send Email
Mar 20, 2009
1:35 am
1032
Our Hackensack, NJ client provides creative digital media solutions for its customers to meet the evolving demands of today's business environment by utilizing...
techdude27
Offline Send Email
Apr 2, 2009
1:49 am
1033
Hi all, I am calling remote object method and in fault() handler I want to check whether server returned SessionDisconnectedException. If it does then I want...
pyskoluk
Offline Send Email
Jun 1, 2009
10:22 am
1034
I strongly recommend you to move to PureMVC, there you will not have this kind of worryings anymore. But, for your case, follow this article: ...
stoica ionut
iongion
Offline Send Email
Jun 1, 2009
10:38 am
1035
Also, take a look at universal mind extension for view callbacks. You could always set a property in y our model that store the server connection status. Use...
Glenn Williams
tinylion1968
Offline Send Email
Jun 1, 2009
10:47 am
1036
I have a CG applicaiton. When user presses a search button, I also show them a cancel button to cancel the job if it is taking more time. What is the best...
Asif Rasheed
asifrasheed.rm
Offline Send Email
Aug 25, 2009
1:37 pm
1037
Hello everyone, I am currently experiencing some problems of Client/Server Synchronisation during the creation of a new entity with Cairngorm. When I try to...
dlacopoflex
Offline Send Email
Sep 19, 2009
12:46 am
1038
Dear Members, I'm an Executive Search Consultant with High Places International, which specializes in senior management and international talent search and...
depikatyagi
Offline Send Email
Oct 6, 2009
12:10 pm
Messages 1009 - 1038 of 1038   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