Hi flexcoders,
I'm trying to use a TabBar as a drop target for dnd operations. Basically I need to drag list items to individual destination tabs on the TabBar. However, I'm not finding API hooks through which I can identify and manipulate individual tabs in the TabBar. For example, in the TabBar's dragEnter handler I need to determine which tab is currently being hovered over and somehow highlight that tab. I tried using the tabWidth style to determine this in a calculation using the mouse coordinates, but it looks like getStyle("tabWidth") is undefined (I guess that's a style that you can set but not get). Any suggestions for how to approach this? Thanks
- rdo

