Hello,

I am trying to drag an item from a DataGrid onto a TabBar, which
eventually is
supposedto cause changes in the original datagrid.

In order to implement this feature, I have manually enabled the
dragDrop and
dragEnter methods for the TabBar. On the application, I can see
successfully drag the item
and drop it to the TabBar.

In order to proceed forward, I want to programatically find the Tab
where the
item is being dropped. Within the dragDrop handler function I can get
the target TabBar from
the event. However I am not able to get the specific tab where the
drop occurred.

This obviously is very important to my implementation as the eventual
change in
my DataGrid is dependent on the value of the target Tab.

Can someone please help me with sample code to perform this? In other
words show
me how to get the data about the tab where the drop action takes
place.

Thanks

Abhishek

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to