FLEXYGEN

Adobe Flex and AIR development

Simple MVC Sample

I decided not to be a perfectionist, and posted the Flex sample code I wrote for my presentation to the Seattle Flex User Group last month. I hope someone finds it helpful.

It’s the beginnings of a very simple slide show editor/viewer, using the RichTextEditor and TextArea controls. I actually ran into an issue with RichTextEditor when the htmlText property is bound to external data. Vote here.

But the usefulness of the application (which has no server component currently) is not the point. Much like Joe Berkovitz and James Echmalian do here, my goal was to provide readable source code showing the MVC pattern in Flex, without using Cairngorm or any other frameworks .

You can run the application here, and right-click within it to view the source.

February 7, 2008 - Posted by richard | Uncategorized | | 1 Comment

1 Comment »

  1. [...] start actually understanding the language. PureMVC is an alternate framework. Then Flexygen has a simple MVC sample… without using Cairngorm. It’s not that Cairngorm is bad! It’s the de facto [...]

    Pingback by Cairngorm, Flex and MVC « Ramblings | April 4, 2008


Leave a comment

You must be logged in to post a comment.