RE: [Flashcoders] extending collectionimpl

2006-01-31 Thread j.c.wichman
6 6:51 PM 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(); _ite

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"); col.addItem

[Flashcoders] extending collectionimpl

2006-01-31 Thread j.c.wichman
Hi, im trying to extend mx.utils.CollectionImpl but it doesn't seem to work. Is there a restriction to intrinsic classes im not aware of? greetz Hans ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/l