by David Salahi on June 21, 2010
Update — August 6, 2010: I found a bug in my original demo which prevented the deep linking feature from working at startup. See the full description at the end of this post. I started using Robotlegs on a project recently and last week I needed to add SWFAddress into my project for its deep [...]
by David Salahi on June 18, 2010
In the first part of this tutorial I discussed the process of wiring up views to mediators, injection of the model and the view and mapping an event to a command. In this part, I’m going to discuss the process of mapping view events to their mediators, the use of the Command object as a [...]
by David Salahi on June 15, 2010
For my first project with Flex 4 and the Robotlegs MVC framework I wanted to create a small website so I started out by doing a proof of concept. As far as I know, none of the current Robotlegs tutorials shows this sort of an application. To get a fully functioning demo app up and [...]
by David Salahi on June 10, 2010
UPDATE June 10, 2010 NOTE: After I posted this shaun commented; (see comments on the single post page) pointing out my error. In Joel Hooks’ example the mediatorMap.mapView function calls are done inside the HelloWorldContext startup function. However, I had erroneously put the code into the context constructor. As shaun points out, this is too [...]