Category Archives: Uncategorized

AS3 Event Handling- part 4

In the previous part we discussed about the event propagation. In this part we will look for creating a custom event class.  The need of creating a custom event class comes when you have to put your event system more systematic … Continue reading

Posted in Uncategorized

Understanding Singleton

I remember the days when I used to write programs in frames- moving from one frame to another and then access the _global variables or variables under _root to know the configuration of the state. To day when I start … Continue reading

Posted in Uncategorized

Resizing HSlider thumb while skinning

The default thumb of a HSlider component is traingular in shape and the default size is 12×12. While skinning thumb it’s usually a problem if you need to have a thumb bigger than the default. So here is a quick … Continue reading

Posted in Uncategorized

Window size limit of AIR applications

While working with Oefter, I found a limit for my application . My application can not be maximized more than 2880×2880 pixels. Yeah, it’s more than sufficient for a normal user, still I consider it as a limit on AIR … Continue reading

Posted in Uncategorized

Joined <head> community

Although I knew about the singularity global web conference, I had no tilt towards it. When they changed the name to ™(because of some legal issue), it sound interesting- And I am into <head> community now.

Posted in Uncategorized

RIA Developer Summit – Bangalore

Here is a good news, Adobe is organizing RIA developer summit at Bangalore which they named it as <mx:devsummit>. After the immensely successful RIA Leadership Summit and RIA Architect Summit, Adobe has thought of this “RIA Developer Summit” which is … Continue reading

Posted in Uncategorized Tagged

Where is Saffron?

At the time of writing this post the latest information I know is saffron is bought by Microsoft and Sam is now inactive on the web. Some believe saffron is still in development mode and the alpha version is getting … Continue reading

Posted in Uncategorized