Dear Members, I'm an Executive Search Consultant with High Places International, which specializes in senior management and international talent search and...
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...
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...
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...
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...
Our Hackensack, NJ client provides creative digital media solutions for its customers to meet the evolving demands of today's business environment by utilizing...
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 /...
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...
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...
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....
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...
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...
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...
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...
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...
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...
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...
BTW, the "object" field inside the "ObjectProxy" items is of type com.myproject.vo.ContactVO ... so things *seem* to be ok there, right? ... RemoteClass ... ...
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...
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...
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...
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...