Feeds:
Posts
Comments

Archive for June, 2006

Update: 15 August 2007 -  CustomGrid v1.2 released
This is a small script which creates a searchable grid. This script is too basic and is for newbies (like myself ). Check out the demo and source here. This scriptlet should give an idea about -

Creating the SearchGrid custom control.
Using the SearchGrid control.

In this script, [...]

Read Full Post »

Abdul Qabiz’s Blog – India: A MXML component that embeds JavaScript in html
A MXML component that embeds JavaScript in html

Read Full Post »

x.attributes()[i].name()) will give you the name of the ith attribute. Another syntax for this is x.@*[i].name()

Read Full Post »

HTML CSS – AS CSS

The CSS3Box Skin is a border skin that implements a small subset of the CSS3 Backgrounds and Borders Module working draft. It provides the ability to set border color, width, and corner radius values for each border and corner independently.
Blog | BenStucki.net
For more as goodies, check out this guy’s blog here.

Read Full Post »

Demo : http://www.kcly.com/flex/expandMenu/expandMenu.html
Author : Luar Yen
Source : Click here to download

Read Full Post »

Date difference

Script source : [ http://jeff.mxdj.com/datediff_for_actionscript.htm ]
One of the tools I often find myself needing when developing applications in ActionScript is a utility for determining the difference between 2 dates. Following the structure of ColdFusion’s DateDiff function, I came up with this:

class DateFunction {
/**
dateDiff(datePart:String, date1:Date, date2:Date):Number<BR>
returns the difference between 2 dates<BR>
valid dateParts:<BR>
s: Seconds<BR>
n: Minutes<BR>
h: Hours<BR>
d: [...]

Read Full Post »

Source : [ http://merhl.com/webdevblog/index.php?itemid=37 ]
If you ever need to disable a accordion pane child then you need to use the getHeaderAt(i) method. For example I have an accordion with the id of “accord” and need to disable the second child in the pane until some user interaction.
accrod.getHeaderAt(1).enabled=false
accrod.getHeaderAt(1).toolTip=”Please select something”
I also made specific toolTip for [...]

Read Full Post »

Event Model

Heres a presentation by Manish Jethani on the Flash Player 8.5 event model.
Flash Player 8.5 Event Model

Read Full Post »

Welcome to Flexed Blog

This is where I am going to jot down all my findings on my adventure with Flex. From what I have tried out, Flex is one of the best things that ever happened to the Internet and Application Development.
About the name? I couldnt come up with something better .

Read Full Post »