3.2.0

Bug report 2

In IE6.0:

var i;
var obj;
var str;
for(i=0; i<100 ++i)
{
    obj = new AW.UI.Grid;
    obj......

    str = obj.toString();
    str = null;
    obj = null;
}


And look at your IE's memory..
Jim
October 22,
Yes, this is a bug in 2.0b1 - memory for AW objects is not released.
Alex (ActiveWidgets)
October 24,

This topic is archived.

See also:


Back to support forum