Re: [Flashcoders] extending collectionimpl

2006-01-31 Thread Bart Wttewaall
I don't seem to have a problem with it. Succes, Bart // -- class Col extends mx.utils.CollectionImpl { function Col() { super(); _items = new Array(); } } // -- import Col; var col = new Col(); col.addItem(hello);

RE: [Flashcoders] extending collectionimpl

2006-01-31 Thread j.c.wichman
To: Flashcoders mailing list Subject: Re: [Flashcoders] extending collectionimpl I don't seem to have a problem with it. Succes, Bart // -- class Col extends mx.utils.CollectionImpl { function Col() { super(); _items = new Array