[flexcoders] Re: ListBase ScrollVertically error #1010

2007-04-26 Thread confined_to_death666
I don't have the error anymore. I'm now using a vbox with a repeater and my custom item renderer instead. With some tweaking (recyclechildren, etc) it works just as good as the list component but it doesn't give me the error. Thnx everyone who replied on my problem before.

[flexcoders] Re: ListBase ScrollVertically error #1010

2007-04-24 Thread confined_to_death666
Hey. Thnx for thinking allong and comming up with some possible solutions. I tried those but it doesnt fix my error. Im at a point now where im thinking on rewriting my app so that it will not use the list. Perhaps there are some other ways of fixing it.

[flexcoders] Re: ListBase ScrollVertically error #1010

2007-03-29 Thread confined_to_death666
Hey Alex, When I check the app in the debug version I get the following error on mousewheelscroll: TypeError: Error #1010: A term is undefined and has no properties. at mx.controls.listClasses::ListBase/mx.controls.listClasses:ListBase::scro\ llVertically()

[flexcoders] ListBase ScrollVertically error #1010

2007-03-27 Thread confined_to_death666
I'm working on a shopping cart where I can drag items into a List using a custom itemRenderer. Everything goes perfect until I add more items then the viewable area of the list. When I scroll vertically I get the #1010 ListBase:scrollVertically error and the items render above and below the list