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 int[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/trunk/templates/List.as.fdt