Archive for the ‘innovation’ Category

May 10, 2010 0

Inspectable : metatag that makes your code fool proof

By in flex, innovation

If you are building a custom components which will be used by other developers <mxml> style  wont it be cool for them to see the  bindable properties in a popup selectable values (i.e. true/false) via code completion in Flex Builder. Plus it could  also to show in the Properties Panel in design view and the [...]

Tags: , ,

September 25, 2009 0

Encrypt in Flex and Decrypt in ColdFusion

By in flex, innovation

A thread has been going on for a bit today over on the Flex Coders list. How do you encrypt data in Flex, pass it to ColdFusion and then decrypt it? I struggled with this very same question quite a while ago; and sort of came up with an answer after a lot of trial [...]

Tags: , ,

July 10, 2009 0

Dynamically add remove columns in a datagrid

By in flex, innovation, random, Usability

I had a hard time figuring out how to add remove columns  dynamically from a datagrid and after lots of code iterations I have reached a workable scenario. Right now the code is fairly easy to understand and can be enhanced to a gr8 deal, I still need to add other important functionalities. Close headerrenderer for [...]

Tags: , , ,

May 20, 2009 8

Remove “Flex Data Visualization Trial” using actionscript

By in flex, innovation, random

I did a small hack in the Flex charting code and removed the Trial message from the Charting component by writing 1 simple actionscript lines. what you need to do is in the creationcomplete of any charting component write the following code 123456789private function removeTrialMsg():void{            var arra : Array = new Array();    [...]

Tags: , , ,

May 20, 2009 0

Flex Builder renamed

By in flex, innovation

The upcoming version of the tool to build your flex applications is called Flash Builder! (formally known as Adobe Flex Builder). The flex framework will continue to be known as Flex. The naming is appropriate given the fact that every one who is building a Flex / Flash / AIR app today is building it [...]

Tags: