Browsing archives for 'Adobe Flex'

All about ArrayCollection – Flex

ActionScript 3.0,Adobe Flex 1 September 2010 | 0 Comments

Today i was feeling very bored, then finally decided to get into one of the basics of Flex. Yes its ArrayCollection. Before we go into ArrayCollection, one must construe Array.

Tagged in

Creating flex components in runtime using XML

ActionScript 3.0,Adobe Flex 18 May 2010 | 0 Comments

Creating flex components in runtime using XML

Today i was going through an requirement on how to create components in runtime where we have parse an XML as input and then create components in the stage.

Tagged in

Design Patterns : Singleton Pattern

ActionScript 3.0,Design Patterns 15 April 2010 | 1 Comment

Design Patterns : Singleton Pattern

The Singleton pattern is very similar to creator pattern. This is very widely used pattern. Now a question might raise in the mind that why do we need this pattern and when it should be applied. Let us take a situation where you want to build a chess game. Where does the Singleton Pattern apply [...]

Tagged in , , , ,

Custom color in Flex bar Chart

ActionScript 3.0,Adobe Flex,Flex Charts 13 April 2010 | 1 Comment

Custom color in Flex bar Chart

Today one of my friend asked me on how to have a bar chart with different colors for each series. I thought of putting up this code online that someone can use it up or extend for more functionality too.

Tagged in , ,

Formatting the SelectedDate in DateChooser

ActionScript 3.0,Adobe Flex 31 March 2010 | 1 Comment

Formatting the SelectedDate in DateChooser

I was suddenly struck up with this DateChooser as my the date object doesn’t recognize the dash as a valid separator.

Introduction to MVP for Flex

ActionScript 3.0,Adobe Flex,Design Patterns 29 March 2010 | 2 Comments

Introduction to MVP for Flex

I was today having a discussion with my amigos on the various design patterns and we were usually struck with mind blowing MVP pattern. I did a Bing on reseearch but could not eventually find a single article which explains the users very clear of this pattern. That’s the reason of this post.

Tagged in , ,