OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: balisteor on March 08, 2013, 10:47:03 AM

Title: Listview Dragndrop reversing items
Post by: balisteor on March 08, 2013, 10:47:03 AM
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.
Title: Re: Listview Dragndrop reversing items
Post by: owenwengerd on March 08, 2013, 11:48:44 AM
That sounds like a bug. Can you provide a simple sample project that I can use to reproduce the problem and get it fixed?
Title: Re: Listview Dragndrop reversing items
Post by: balisteor on March 08, 2013, 01:27:21 PM
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.


Title: Re: Listview Dragndrop reversing items
Post by: owenwengerd on March 08, 2013, 02:45:17 PM
Yep, it was a bug, now fixed for the next build. Thanks for the files.
Title: Re: Listview Dragndrop reversing items
Post by: balisteor on March 11, 2013, 06:53:45 AM
So owen, Any ideas of a way I can make this work temporarily?
Title: Re: Listview Dragndrop reversing items
Post by: owenwengerd on March 11, 2013, 10:17:03 AM
Your best bet is to wait for the new build, which I will upload as soon as I put out a few more fires.
Title: Re: Listview Dragndrop reversing items
Post by: balisteor on March 11, 2013, 10:58:53 AM
Ok will do, thanks.