Hi, This is probably a real stupid noob problem but Google hasn't been much help.I'm just learning Cairngorm and using Zend_AMF for the backend.Very simple app...
... Hi Jeff - I can be as pragmatic as the next developer but if you're interested here's a sketch of the hair splitting version :-). <?xml version="1.0"...
... Hi Jeff - I can be as pragmatic as the next developer but here's a sketch of the hair splitting version for your enjoyment :-). <?xml version="1.0"...
My last couple of applications have followed the same kind of workflow, as well. I haven't stored channelsets, but generally, if you have any kind of data ...
Gareth, I'm a little late to this discussion, but I thought I through in my two cents. In your service locator you can bind the channelSet attribute to a...
Robin, Thanks for your response, I understand MVC most of the time, but I was a little unsure because of the nature of the service locator. So is o.k for my...
I have created a some what complicated services.as (EnterpriseServiceLocator) and I'm trying to give some limited control back to the end user, and allow them...
Hi All, Can any one guide me on how to fetch values from the "additionalCompilerArguments" property from the "compiler" tag in ".actionScriptProperties" on the...
Do a search for Observe / Observer. Was created as wrapper to control binding logic. Was created by an Adobe Consulting guy... On Mon, Mar 10, 2008 at 9:07 AM,...
Hi, Senario: 1) view-1 dispatches an event. 2) model properyt-1 gets modified within the command's execute method 3) now due to the data binding, all the views...
Hi There, Could any one please help me with some good study materials or tutorial links describing about all the configuration files like services-config.xml,...
Hi, I¹d recommend reading Paul Williams (of Adobe Consulting) blog  he has a series of posts about presentation models, which are a very good pattern to ...
In general in Cairngorm you maintain state in the model and have the view listen to changes to the state and react accordingly. So add a variable to your...
What I've done is to have a LoginVO class that has the default values for the login screen and the login form text inputs are bound to it. The LoginVO instance...
Hi, I have a class called LogoutCommand.as, code snippet below: public class LogoutCommand implements ICommand { public var modelLocator:ViewModelLocator = ...
I've been doing database/Flash/Flex integration for a long time and have never seen anything that can create actionscript VO stub code of database records. I...
Hi Steven, +1. Excellent approach. That is having a core Cairngorm framework and modules/extensions like cairngorm-air.swc. I believe that the precedent for...
So rather than push changes like this into the core cairngorm framework, we should look to create modules/extensions like cairngorm-apollo.swc; thoughts ? ...
hi folks. Just wondering, does anyone know of an eclipse (or anything else in fact) tool for automatically creating VOs from MySQL tables? It's just such a...
Back in July Eric Feminella blogged about: AIR Cairngorm (AIR extensions for Cairngorm) http://www.ericfeminella.com/blog/category/apollo/page/4/ How can we...
Hi, Wonder if anyone might be able to help me... I've recently started using LCDS2.5 and managed to get a demo app working, connecting to our app database etc....
No, this syntax error was made in cut&paste process. Well, the problem is - as soon as I reference my first web service from the delegate (and SURE, this web...
No, this syntax error was made in cut&paste process. Well, the problem is - as soon as I reference my first web service from the delegate (and SURE, this web...
Hi Danko, Are you sure its trying to load up the other WSDLs? service = ServiceLocator.getInstance ... has an error, as its missing a ( I have updated it below...
I've got a problem with ServiceLocator, and that problem didn't exist until my today's Flex & Cairngorm upgrade (to Hotfix 2 + Cairngorm 2.2). ... In my...
Hey Guys, Robin, just a question with your chaining solution. ... Are you using 1 command as the responder to multiple delegates (service calls)? On...