Flex

Flex Framework: RobotLegs simple demo

01/02/2010 in RIA Comments

I have finally dug into the RobotLegs framework and learned enough about the workflow and idea to put together a quick video demo. The demo runs through setting up a simple project that actually utilizes the framework and injects data from a model into a TextArea. I hope you enjoy and possibly even learn a thing or two. Nevermind the yelling kids and wife…and barking dogs :) .

Click here for the demo.

Source code can be obtained here and a short demo on git can be viewed here.

Flex Framework: Using Mate to populate a datagrid with an ArrayCollection

01/02/2010 in RIA Comments

Recently I have been learning to use and implementing the Mate Event based framework for Flex. I have to say it is very easy to pick up and will definitely be digging into it more as the days come. I am including a sample Flex project as a zip file in this post and won’t get into the fine details…unless I am asked to. In using Mate, one of the most important tips is to know what files to create and the process of using those files. For this demo I will be using the EventMap (of course…), and the Manager class. Below is the order or items needed and what they are used for.

Download source here.

Of course, learn more about Mate and get the framework here.

Mate and ArrayCollections

Read more