Wednesday, February 10, 2010

FLEX : Reality Check!

Honestly, it’s been a life ago since I’ve seen such coding which I actually understood. Can you imagine looking at the writings below without any understanding whatsoever???

package com.businessobjects.xcelsius.sdk.samples
{
import mx.controls.HSlider;

public class BasicHorizontalSlider extends HSlider

{
public function BasicHorizontalSlider()

{

super();
}
}
}


Hwaaa! What the hell is making a constructor automatically, what a constructor does, and why is it called a constructor??? Gone are the days when I understood all such nonsense.

So forgive me Flash and Flex, I’ll start by reading Adobe Flex 3.0 for Dummies since that’s what I am now. Hehe.

1 comment: