Common Mistakes – Part 3

June 17th, 2009 | rahulkamra

While Playing with View stack this is one of the mistakes i did , i am not sure , is it a mistake people do or is it a bug that flex has , any way lets go to the problem
Read the rest of this entry »

PaperVision3D – Hello World

June 9th, 2009 | rahulkamra

PaperVision is a 3D engine built with Actionscript that enables developers to start working in 3D. It contains lots of Action Script files which help the developer to create 3D objects . This tutorial is the first step towards PaperVision 3D .
Read the rest of this entry »

Common Mistakes – Part 2

June 1st, 2009 | rahulkamra

Consider a scenario
Read the rest of this entry »

Common Mistakes -Part 1

June 1st, 2009 | rahulkamra

Flex is a very powerful language for rapid development but still many people tend to do some common mistakes , the reason is , they tend to think like java/javascript/or another language but flex is a .
Consider the following statement
Read the rest of this entry »

Flex Events – How to use

May 29th, 2009 | rahulkamra

I already told you when to use custom events , this article will tell you how to use them.
Before starting with the custom events do these steps:
Read the rest of this entry »

Custom Events in Flex – When to use

May 25th, 2009 | rahulkamra

This is one of area which most of the flex developers hate and try to avoid but unfortunately is the most important concept of flex.While dealing with custom events various questions come in mind
1. Why dispatch event ?
2. Isn’t it is better to call the function directly
The answer is NO , events make your application loosely coupled while calling functions make the application tightly coupled

So the question arises when to call functions and when to dispatch events
Read the rest of this entry »

And it all started

May 24th, 2009 | rahulkamra

Sitting on Saturday night wondering what should i do, Read the rest of this entry »