So I have two items on my page that I added the ability to drag and drop to but I am having an issue.
I have a table view header that I set up a dragsource and droptarget class for, so I can drag columns around. (Let's call this drag source A to drop target B) I also have a table view that I can drag entries from and onto a different table view. (Let's call this drag source C to drop target D) However my problem is because one dragSource isnt associated with a dropTarget. So if I drag a column to my table view (A to D) or a tableview entry to a column (C to B) the mouse icon will change to the icon with a box below suggesting that you can drop that item. If you do drop it, it will execute the drop code. ...I can just make it so the code can handle it, but I would like to somehow associate the drag item and drop item so that the mouse doesn't change in this event. Is this possible? Hopefully this post makes sense, I'm finding it hard to describe. -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/TableView-Column-Format-Question-tp1190306p1357997.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
