Quantcast
Channel: Adobe Community : Discussion List - Using Flash Builder
Viewing all articles
Browse latest Browse all 1802

AS3 TextField and TextFormat memory leak “other bitmap memory”

$
0
0

I've run into a memory leak problem during programming AS3.

 

 

I try to format a text in as3 and adding it to the stage, but there happens something crazy.

 

 

This is a part of my code:

 

var format:TextFormat = new TextFormat();        format.size = 60;        var t:TextField = new TextField();        t.autoSize = TextFieldAutoSize.LEFT;        t.text = "WWWWWWWWWWWWWWWW";        t.setTextFormat(format);        t.scaleX = 1;        t.scaleY = 1;        this.addChild(t);

 

The moment I add this textfield to my stage and check the memory usage with adobe scout CC the "other bitmap memory" shows nothing weird and acts just fine.

 

 

BUT...

 

 

When I run this code and add a capital W to the text the "other bitmap memory" goes crazy.

 

 

The crazy thing is when I add a letter I to the text it just runs normal.

 

 

I think it has something to do with the width or the size of the font. Increasing the font size will give the same problems.

 

 

Does anyone now how to prevent this problem???

 

 

Im working with adobe flash builder 4.7 and adobe scout cc.


Viewing all articles
Browse latest Browse all 1802

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>