Air TilieList drag bug workaround
Tuesday, January 20, 2009 at 4:45PM This fix (more of a workaround really) is regarding a bug raised here
http://bugs.adobe.com/jira/browse/SDK-14156
In Air (even v1.5), when an item is dragged from a TileList, the image data is not visible in the drag icon.
To circumvent the issue I created a ListItemDragProxyPro class which allows us to create a custom drag icon for use with the TileList.
Since the drag proxy is completely custom I added a selection counter in the corner (the CircleIndicator component).
Here is an image of what it looks like.

To test this for yourself please feel free to view source and use it for your own projects.
View Source (a .air package is also included with the source)
If you have any questions about the code let me know and I'll go into it in more detail.
Reader Comments (1)
Thanks sharing this info!