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
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
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.
- (
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.
- (