Flex TabBar drag drop
I'm trying to implement drag and drop tabs in TabBar control, 开发者_开发知识库but I can't figure out the index of a tab to drop. I tried to use getObjectsUnderPoint() method but it didn't help me. I need some implementation how to find a tab to drop.
Why not use flexlib's SuperTabBar? It implements drag-n-drop perfectly.
http://flexlib.googlecode.com/svn/trunk/examples/SuperTabNavigator_Sample.swf
精彩评论