aodz

remove “Flex Data Visualization Trial” using actionscript

Posted by: vx on: May 20, 2009

Today Imtiyaz and 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

//            var arra : Array = new Array();
//            for(var i:int =0;i<this.numChildren;i++){
//                arra.push(this.getChildAt(i));
//            }

// the above 4 lines are just to check  what r the childs added

(this.getChildAt(this.numChildren-1) as TextField).htmlText = ” “;

we  tried to set visible false but that dint work we also tried to remove the textfield child alltogether  but that too dint work :P but finally it was the html text property of the textfield that gave way :D

now you can also add your custom  trial message to your application :)

just replace the blank with your text for example:

(this.getChildAt(this.numChildren-1) as TextField).htmlText = ” YOUR MESSAGE”;

But its better that you buy your own licence key for charting. The above example was basically for educational purpose. have fun :)

trial

4 Responses to "remove “Flex Data Visualization Trial” using actionscript"

Greetings,

Do you can upload a full example of remove of Flex Data Visualization Trial?

Thanks,

JR

Change this to id of your component, example:

(columnchart1.getChildAt(columnchart1.numChildren-1) as TextField).htmlText = “”;

Thanks,

Cachate.

we can implement same thing in simpler way.
and this doesn’t depend on which id the instance is made.

correct me if i’m wrong.. i’m very new to Flex / AS.

//public function eraseWM(eventObj:Event):void
//{
// var target:DisplayObjectContainer = eventObj.currentTarget as DisplayObjectContainer;
// (target.getChildAt(target.numChildren – 1) as TextField).text = “”;
//}

Great!!!
It works!

Leave a Reply

I have moved to a different location

check out my new home
Flexout

calendar

May 2009
M T W T F S S
« Mar    
 123
45678910
11121314151617
18192021222324
25262728293031

Blog Stat

  • 37,545 Hop's so far!!!

follow me

Archives

Linkedin Blogger Twitter Youtube Orkut

latest flickr photos

head priest at aarti ceremony

aughar baba at varanasi

sadhu at ganga ghat

buffalo

relaxing

More Photos