I have been working on getting the Yahoo Astra AutoCompleteManager to work. I have an httpService that runs and populates the dataprovider for the AutoCompleteManager. This all works perfectly, except that when I get the pop up to open, and the list is long enough to have the vertical scroll bar appear, and type end/home, I get this error message. Otherwise, this tool works perfect. I would like to listen for the mouse click event on an item, but other than that it seems pretty good. Any help would be great.
Casey
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at mx.controls.listClasses::ListBase/itemRendererToIndex()
at com.yahoo.astra.mx.managers::AutoCompleteManager/keyDownHandler()