-
-
Recent Posts
Categories
-
Networking
Partners
Projects
-
RSS Links
Tag Archives: PureMVC
IntelliJ IDEA PureMVC Templates
I have created a repository on Github with some handy PureMVC templates to be used in IntelliJ IDEA which may help speed up some peoples development time. http://github.com/newtriks/IDEA-PureMVC-templates
Importing to IntelliJ IDEA From GitHub
Following uploading my latest PureMVC example to GitHub I fancied working on this new project in IntelliJ IDEA 9. As I am sure your aware IntelliJ IDEA 9 now features support for Flex and AIR and hands down is awesome. There are so many ingrained features which will make you life as a developer so [...]
Simple PureMVC Application on GitHub
For my talk tomorrow on constructing a simple PureMVC application I have uploaded the source to GitHub. This is my first proper submit to GitHub so fingers crossed it’s all gone to plan. http://github.com/newtriks/SimplePMVCExample For this application I also quickly put together some other resources that may be of some use to use as references [...]
Posted in ANT, ASDoc, Flex, GitHub, Presentations, PureMVC Also tagged ANT, ASDoc, Flash Midlands, Flex 7 Comments
Getting Started with PureMVC – Flash Midlands Presentation
I am speaking on the 23rd January 2010 for Flash Midlands User Group for anyone keen on getting to grips with PureMVC: Saturday 23rd January – 11am – 1pm – Coventry (University of Warwick) Getting started with PureMVC Simon Bailey (Newtriks.com / Adobe Community Expert) This will be more of a hands on session constructing [...]
Speaking @Flash Camp (Birmingham)
I am pleased to be a speaker at Flash Camp in Birmingham on Tuesday 16th June 2009 @ 17:00 with a topic titled Getting started with Flex & PureMVC. I will be giving an over view of the framework with a super simple lesson on setting up your Flex project utilising all the goodness of [...]
Posted in Flash, Flex, Presentations, PureMVC Also tagged Birmingham, Flash Camp, Flex, Getting started with Flex & PureMVC 7 Comments
Combining the PureMVC StateMachine Utility with Slacker
I have had some requests and seen some developers asking about managing a ViewStack using the PureMVC StateMachine utility. Slacker is a well known demo detailing how to manage View components using deferred instantiation. Combining this demo and the StateMachine utility is a straight forward route to managing a ViewStack in your PureMVC application. I [...]
PureMVC Super Simple Example
My buddy Steve asked me for a skeleton PureMVC example application, something very basic to get your head around the work flow. I thought I may as well upload it for all as it may be of use to someone else out there. It really is a super simple example Flex application with a View [...]
Handling Popup Logic in PureMVC *Update*
I have since re-structured some of my logic in handling popups in a Flex application using PureMVC. If you refer to my previous post you will see that I have a PopManager that extends PopUpManager and the core logic to handle opening and closing Popups was via the Mediator. I have now ripped this logic [...]
Posted in AS3, Flex, PureMVC Also tagged Flex, HandlePopCommand, Pop Ups, PopManager, PopUpManager 24 Comments
PureMVC State Management with StateMachine
Cliff and Neil Manuell have come up with a fantastic solution to the problem many people have fought with which is managing states in a PureMVC application. Well as usual the solution is really well thought out, managed and constructed and the result is called StateMachine!

DataBinding a Proxy to a Mediator