kraken wrote:if you are not running a composite manager, then there is no way you can get argb visuals at all, so you will at least see the background rectangle when selecting more lines from the list.
Yeah, I realize that.
or you can apply my hack in ListBox (checking if Desktop::canUseSemiTransparentWindows), and disable multiple window drag if you only need to drag in the same window.
That's what I'm hoping to do. The treeview drag works just fine on Linux, so there's no need for the listbox to be busted.
what about letting the user decide how the listbox dragging image will look like when dragging (so i can only change the mouse cursor specifying a zero sized image, or use a rectangle icon for example) ?
I use the drag and drop to allow users to move items around in a list, or to drag files from a file list into their current worklist. As such, it's useful for them to be able to see the list of items they are dragging, so that they can easily grasp the effect of dropping them at the current insertion point.
Currently, because the file list view is most of the screen is size, dragging an item from it effectively obscures most of the application, which looks a little arse, to say the least.
