Archive for the ‘Flex’ Category

General Flex Tutorial – Part 5 – What is ActionScript (Array, ArrayCollection)?

Tuesday, September 8th, 2009

This is the fifth in a series of posts making up a general tutorial on Adobe Flex. In this post I continue describing ActionScript, the programming language used to code the business logic in Flex applications. In this post I discuss the Array and ArrayCollection Flex classes. (more…)

General Flex Tutorial – Part 4 – What is ActionScript (classes)?

Tuesday, September 8th, 2009

This is the fourth in a series of posts making up a general tutorial on Adobe Flex. In this post I continue describing ActionScript, the programming language used to code the business logic in Flex applications. In this post I describe ActionScript classes. (more…)

General Flex Tutorial – Part 3 – What is ActionScript (variables & functions)?

Monday, September 7th, 2009

This is the third in a series of posts making up a general tutorial on Adobe Flex. In this post I begin describing ActionScript, the programming language used to code the business logic in Flex applications. In this post I cover variables and functions. (more…)

General Flex Tutorial – Part 2 – What is MXML?

Monday, September 7th, 2009

This is the second in a series of posts making up a general tutorial on Adobe Flex. In this post I describe MXML, the scripting language used to create the UI in Flex. (more…)

General Flex Tutorial – Part 1 – What is Flex?

Sunday, September 6th, 2009

 This is the first in a series of posts making up a general tutorial on Adobe Flex. In this post I describe what Flex is, what RIA are, and how the MVC design pattern fits into Adobe Flex. (more…)

Using HTTPService to Populate an AdvancedDataGrid

Tuesday, November 18th, 2008

The Flex 3 help system has example applications showing how to load XML data into an AdvancedDataGrid when the XML is declared inline in the application MXML file, but none showing how to load XML data using HTTPService.  (more…)

Building Localized Framework Resource Bundle Files

Friday, October 31st, 2008
While in the Adobe Flex Forums, one of my favorite places to visit each day, someone asked how to localize the names of the days in the DateChooser control. The key lies in building the framework resource bundle files for your target language. (more…)

Adobe Flex 3 with AIR Certification Exam Now Out !!!

Friday, October 31st, 2008

The Adobe Flex 3 with AIR certification exam is now out, and Adobe just released the study guide as well.

The Adobe Flex certification site is not updated as of this date, but the study guide is here: Adobe Flex 3 with AIR Study Guide. (more…)

Using a Mask for Simulated Movement in Form Navigation

Friday, October 31st, 2008

I just completed some initial investigation for someone wanting to achieve the effect of a “moving” bar for form navigation, as seen in this Flex DevNet article (see Figure 7a): Designing for Flex – Part 6: Guiding with motion. (more…)

Flex vs Silverlight – A Vote for Flex

Friday, October 31st, 2008

I saw this posting in the Adobe Flex Forums today from someone who checked out Silverlight for six months and then checked out Flex and comments on how much easier it is to learn Flex: Flex is the way to go – Comparison to Silverlight. (more…)