Listview Dragndrop reversing items

Started by balisteor, March 08, 2013, 10:47:03 AM

Previous topic - Next topic

balisteor

Hello everyone I need some help.

I cannot seem to find an answer to this so I'm assuming its only happening to me.
In a list-view with "allow begin drag" and "allow drop" enabled, when the item is dropped it is reversed, also then when the item is selected it initiates a drag drop and reverses every time. I wanted to avoid handling this problem the hard way, I am wondering if this is normal and I need to handle this a different way myself instead of the form.

I've just always done something else, but this time I really want it to work, I want to be able to copy items on the same listview. I've seen many other topics about copying this but they seem to work and don't mention it reversing the item. I hope i'm just doing something stupid and there is a simple solution.

owenwengerd

That sounds like a bug. Can you provide a simple sample project that I can use to reproduce the problem and get it fixed?
Owen Wengerd (Outside The Box) / ManuSoft

balisteor

I made a small test routine that adds items that I use to the listview (maybe its the items I'm adding), if you just get the project loaded and run it, It should get it to duplicate the problem.



owenwengerd

Yep, it was a bug, now fixed for the next build. Thanks for the files.
Owen Wengerd (Outside The Box) / ManuSoft

balisteor

So owen, Any ideas of a way I can make this work temporarily?

owenwengerd

Your best bet is to wait for the new build, which I will upload as soon as I put out a few more fires.
Owen Wengerd (Outside The Box) / ManuSoft

balisteor