Jenna, Think of the .swc file as a compressed folder. The com.adobe.cairngorm.* system is inside there. You will not see it in your local directory. In your...
Mike, First I thank you for taking the time to give me some valuable information. It has helped make things much more understandable. Amazing how there is so...
Hi Jenna, Here my take from what i've learned. Cairngorm is a set of design patterns to solve common issues faced by developers creating RIA's. The 'whole'...
Hi Bjorn, Thanks also for the information, I am starting to understand it more and more everyday, little bits at a time, It was very mysterious at first now I...
I'm attempting to build a Cairngorm Application using Cairngorm 2.1 . The backend is CF, but I don't think that has any relation on my problem. I have a login...
It can't convert because you're not dispatching an AuthenticateEvent, you're dispatching this: new CairngormEvent( AuthenticateEvent.EVENT_AUTHENTICATE ). You...
Hi folks, I've posted working code to http://www.crowefun.com/flexcrud You can think of this as either: a) A full working demo of Cairngorm/amfphp or b) A...
In my system, I don't include the string. I just do: CairngormEventDispatcher.getInstance().dispatchEvent( new AuthenticateEvent( LoginInfo ) ); ... ...
Thanks for the help! Both suggestions make a lot more sense than what I was doing. I got it working, but ended up changing my approach before seeing either of...
I get a compiler error for an incompatible override when I try to create a getter for nextEvent: public override function get nextEvent() : CairngormEvent { ...
Looking for Data Entry jobs? we can help you find the perfect job. Data Entry job opportunities that allow you to work offsite via computer rather than commute...
What if we could show you a way to make an extra $ 500 a month from the comfort of your home? What if I told you that there are companies that will pay you...
Hi! I would like to know if I have to use Flex Data Services to take advantage of Cairngorm, of if I can work with Cairngorm without having to use Flex Data...
... No ... Yes ... In all fairness, I couldn't find any documentation on using Cairngorm w/ Flex Data Services either. I learned Cairngorm by reading the 6...
As Ben and Jeffry Have said, you can use mx:HTTPService with Cairngorm--just make sure that if you are sharing services that you set all the properties every...
Hi guys, It depends on what Web services back end you want to use. I am starting to use .NET and have come across a great tutorial to use cairngorm with...
Sr. Application Developer/Flex architect, the candidate will provide high quality technology solutions that address business needs by developing applications...
I am in need of a flex/as3 developer for few hours/days. I am a programmer myself working on a project. I am stuck on some component functionality and I need...
Hey All, I'm starting on a new path, integrating web services with a Cairngorm architected Flex interface. Why web services? Because RTMP is not an option due...
Off the top of my head: var employeeVO:EmployeeVO = EmployeeVO(event.result as XML) Have the constructor parse the XML and populate the VO. It is not...
Thanks for your quick reply :^) ... That's a decent option I think. I've tried that with both the XML and with the ObjectProxy return types. Modifying the...
... I've looked for something to that effect, but couldn't find anything. Short of hooking up e4x to strongly type itself if handed an XSD, (we can dream,...
Warning: require_once(/srv/mikeandkellycrowe/domains/www.mikeandkellycrowe.com/public_html/inc/init.php) [function.require-once]: failed to open stream: No...
I have read the docs on this and cant seem to find any real world code examples of how its used. Can anyone offer some info and maybe a code example or 2? ...
Hey all, I'm talking with Adobe about this integration with Web Services and our conundrum about populating hundreds of value objects tomorrow afternoon. I'll...
I certainly hope that is not the answer. Requiring the use of yet another product will not cut it in most organization. Also, we tried an approach where we...
... code ... Hi Josh, I don't know of anyone using it. I tried to fool with it without success and decided there was no benefit, just more abstraction. ...
I'm in the same boat (the one with the .net logo on the side, but we're working on some more sponsors) and I also just like webservices in general, so I hope...