Hi list,
I use my custom components in tree and other list based components with
CellRenderer API. I create it with createChildren method:
function createChildren(Void) : Void{
combo = JViewCreator.createView (ComboBox, this,
this.getNextHighestDepth(), "combo", {width: 97, height: 20, _x: 0, _y: 0});
combo.addEventListener("change", this);
}
How I can remove listener from combo when the row is deleted?
I've just noticed memory leak when some list deleted and created several
times. And that's only the reason left....
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com