-
1 Apr 2010 5:22 AM #11
Do you read answers faithfully?
Just a hint. The following three code snippets do the same:
Code:this.maximize();
Code:this["maximize"]();
Now apply this for your needs....Code:var fn = "maximize"; this[fn]();
Programming today is a race between software engineers striving to build bigger and better Ń–diot-proof programs, and the universe striving to produce bigger and better idiots. So far, the universe is winning. (Rick Cook)
Enhanced ExtJS adapter for Adobe AIR
-
1 Apr 2010 6:59 AM #12
Problem Resolved
Problem Resolved
Hi Makana,
The problem got resolved. Now it's working fine. Thanks lot for your timing hlep.
Kind Regards
S.Saravanan


Reply With Quote