Urgent requirement for both contract and full time opportunities in NJ, USA. This is an Excellent opening to work with a Fortune company. 1. Excellent...
Evan --- are you on this list ? CairngormDocs.org has expired, the site is down, and the community have noticed...anything we can do to help? Is there a...
Dear Mr. Steven Webster I hope you are doing well. Thanks for informing , but what do should I do to up www.cairgormdocs.org website, and help to community...
We're back up now. Thanks to Douglas McCarrol for a heads up this morning. ... documentation@yahoogroups.com] On Behalf Of Evan Gifford ... CairngormDocs.org...
Hello All, This was formerly posted over at FlexCoders, but thought I'd escalate up to the Cairngorm gurus as my question has more to do with using the...
although probably not of much help to you, I haven't been able to find a decent solution for this either. We handle all faults at service level as well. ...
Well, at least you've confirmed to me what I've been talking with others about... I'm putting the most robust error handling on the Services, and making the...
's funny y'know... twice in the same day, two different people have said they'd love to be a fly on the wall when it comes to best Flex coding practice from ...
... Having checked out a copy of Apprise Reader, I wouldn't necessarily call every line 'absolute best practice', but it is really useful to get a feel for...
Does the onServiceFault function get called first, before the token.fault function, when your webservice throws an error? If so, can you stop the event from...
I think the fault is raised two separate times, actually. I've tried the stop propagation going both ways. The faults aren't related (from what I can tell). ...
Your command file should be separate and you need to call your service form this command class. Also implement IResponder in this command class While calling...
Oh, and I meant to add that the Responder's fault is called before the onServiceFault. And I've already tried to supress the propigation in the responder's...
Jitendra, this is exactly how my code is setup. I have IResponder implemented in the command level just as you have shown. ... service form this command...
what about instantiating the mx.rpc.soap.mxml version of the WebService instead inside of the actionscript? Maybe you won't need the fault handler anymore? ...
Two things that come to my mind about using the MXML version: 1) there's actually 12 different web services to connect to. These services will need to be...
Hi, sorry for my english, but I have a problem withcairngorm in module. My software use differents modules, which are added into main application. And in one...
Sounds to me like might be encountering an applicaiton domain issue. First thing to check is to make sure both .swfs are in the same domain. Check here: ...
I read about this http://www.thomasburleson.biz/2007/06/cairngorm_view_notifications.html#more which partially deals with a certain case, but: What to do when...
Make sure you implement the clone function (as per Flex recommendation). When catching an event and re-dispaching it, the framework tried to clone it before it...
Hello All, We have a large Cairngorm application that is very customizable. We've built our own containers for screens and have everything linked together for...
Hello, I'm struggling with figuring out how to "properly" add a glow effect to a newly added row to a data grid. Does anyone have any suggestions or examples...
I'm stumped on this one, I'm trying to get the Cairngorm plug-in to work on Eclipse 3.4.1 with the flex builder 3 plugin-in. I've installed the Cairngorm.swc...
I am fairly new to using Flex and the Cairngorm framework. In getting my current position, I completed a test-driven programming exercise using Cairngorm and...