Re: Drag highlight problems

2015-07-20 Thread John Brownie
On Mon Jul 20 2015 20:39:12 GMT+1000 (PGT) Uli Kusterer wrote: On 20 Jul 2015, at 04:36, John Brownie wrote: Everything works correctly except for the drag highlight. Sometimes, and I haven't been able to work out what the sequence is, the drag highlight will be left on after the drop happens

Re: Drag highlight problems

2015-07-20 Thread Uli Kusterer
On 20 Jul 2015, at 04:36, John Brownie wrote: > Everything works correctly except for the drag highlight. Sometimes, and I > haven't been able to work out what the sequence is, the drag highlight will > be left on after the drop happens. The problem seems to be some sort of race > condition, bu

Drag highlight problems

2015-07-19 Thread John Brownie
I have a window with many (up to around 80) views which can be targets of drag and drop (they can also be sources, but that doesn't appear to be relevant). Each has a suitable tracking area. I respond to drag enter and drag exit, and then to drag operation. The basics of the code is below. - (

Drag highlight problems

2015-07-19 Thread John Brownie
I have a window with many (up to around 80) views which can be targets of drag and drop (they can also be sources, but that doesn't appear to be relevant). Each has a suitable tracking area. I respond to drag enter and drag exit, and then to drag operation. The basics of the code is below. - (