John, Hopefully someone else on the list can help you, but if not, it might help if you can post some code, or a jar or even a video to demonstrate what is going on. If you want to try video, I have been told that CamStudio ( http://camstudio.org) is free and easy to use, but haven't tried it myself.
Chris On 27 August 2010 01:29, JohnRodey <[email protected]> wrote: > > 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. >
