Warning Unable to bind to Property "somevar" on object 'Object' class is not an IEventDispatcher
I saw this message in my console while developing a flex application with Cairngorm.
Problem
I'm using the more "generic" object class when returning results from the Cairngorm Service.
The results contain data which is bound to a TileList component. In the TileList is a custom item renderer,
I'm using to display an image.
Recent Comments