Re: [flexcoders] Error while doing the Linked list demo using flex

2010-06-19 Thread Oleg Sivokon
Hi, they are in the repository in the same folder. I think that the better way to use it is like so: var list:DataList = DataList.fromArray([1, 2, 3], int); or var list:DataList = DataList.fromVector(new [1, 2, 3]);

Re: [flexcoders] Error while doing the Linked list demo using flex

2010-06-18 Thread raji nanda
Thank you for the reply. In that datalist.as file how do i import ListCell. Any help would be appreciated. Thank you, Raji Nandam

Re: [flexcoders] Error while doing the Linked list demo using flex

2010-06-16 Thread Oleg Sivokon
Hi, I think I know this implementation, and, I don't really like it, so I've made my own, you're welcome to try: http://code.google.com/p/e4xu/source/browse/trunk/src/org/wvxvws/data/DataList.as (+ dependencies) Or from templates, if you are using FD: http://code.google.com/p/e4xu/source/browse/tr

[flexcoders] Error while doing the Linked list demo using flex

2010-06-15 Thread raji
Hello sir, i am getting the error when i am running the code stage.scaleMode = StageScaleMode.NO_SCALE; stage.align = StageAlign.TOP_LEFT; dll = new DLinkedList(); for (var i:i