Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Why does a drop generate a DragLeave?


I can't remember right now but Veronika knew.  I could check with her.  For now (of course), the right thing to do is send the event like everyone else.



Scott Kovatch <skovatch@xxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

09/19/2008 06:14 PM

Please respond to
"Eclipse Platform SWT component developers list."        <platform-swt-dev@xxxxxxxxxxx>

To
"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
cc
Subject
[platform-swt-dev] Why does a drop generate a DragLeave?





Hi there,

Drag and drop is progressing nicely. Drag source and drop target events are
all being generated, and it looks like data is being transferred as
expected. I¹m testing the various combinations of drop options now.

One thing I don¹t understand, however: I see that the carbon and win32
implementations send a DragLeave event before sending the data in a
DropAccept event. Why is that? I'm doing it in my code too, but it just
looks odd.

Scott

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top