Walter Ribeiro - 2004-09-01

Logged In: YES
user_id=1114824

I'm having problems with graphics clear() method.

Graphics.prototype.clear = function() {
this.deleteAllChildren();
this.setHTML('');
};

It doesnt work... Any suggestion?