No luck so far. I have a component that slides onto the screen when a button is clicked that is comprised of two lists. I have an itemrenderer for both lists. It appears that all of the TypeErrors that I am getting are related to these itemrenderers as far as I can tell. I tried the utility that you suggested, but it did not show any data that really stood out to me other than the data provider for the lists had a bunch of [object Object] instead of concrete values listed.
In the itemrenderers, I used the dataChange event to manually set all of the values for the labels. So, a button is clicked, the dataproviders are updated which triggers the dataChange event in the itemrenderers, then the lables are assigned values manually instead of using binding. So there is absolutely no binding in my itemrenderers at all.(except the built in binding that is supposed to occur on the data object) I am beginning to wonder if it is the dataprovider. I remember in a very old project that I did, I ran into a problem where I would get an error in a dataprovider saying that binding would not work with the dataprovider even though it was an ArrayCollection. I remember that I had to convert all of the objects in the arraycollection to objectproxies to get the error to disappear. I wonder if that is happening here for some reason. Anybody have any thoughts? My program works as expected, but the performance is horrendous so I am trying to improve performance by removing any exceptions and other problems. -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Scout-What-does-this-mean-tp14126p14130.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
