Known bug. Fixed in Moxie.
You can subclass TL and ensure that rowInfo.length = listItems.length. Go to Moxie if your ship date is next year. ________________________________ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of kevintuhumury Sent: Thursday, September 13, 2007 3:37 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Scrollbar error in a List with an ItemRenderer Hello, I've got a weird problem. I have a List which gets it's data from a XML file. I use an ItemRenderer for each item to create a Button with a multiline label on it. I'm working on a resolution of 1280 x 1024 and my browser window has a size of 1024 x 768. When I use the scrollbar of my List, maximize my browser window, use the scrollbar, resize back to 1024 x 768 and than use the same scrollbar again I get the following error: TypeError: Error #1010: A term is undefined and has no properties. at mx.controls.listClasses::TileBase/mx.controls.listClasses:TileBase::scro llVertically() at mx.controls.listClasses::TileBase/mx.controls.listClasses:TileBase::scro llHandler() at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEven tFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.core::UIComponent/dispatchEvent() at mx.controls.scrollClasses::ScrollBar/http://www.adobe.com/2006/flex/mx/i nternal::dispatchScrollEvent <http://www.adobe.com/2006/flex/mx/internal::dispatchScrollEvent> () at mx.controls.scrollClasses::ScrollThumb/::mouseMoveHandler() How should I solve this, since the error seems to be created by classes of the framework.