<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>We are are almost ready for a deken release.</p>
<p>Anyone wanting to test:</p>
<p>download from : <a moz-do-not-send="true" href="https://github.com/Lucarda/pd-dnd-plugin/tree/update-v02">
https://github.com/Lucarda/pd-dnd-plugin/tree/update-v02</a></p>
<p>non osx users don't copy the "tkdnd" folder. (on the git we don't supply the linux or windows tkdnd)</p>
<p><br>
</p>
<p>Suggestions welcomed.<br>
</p>
<pre class="moz-signature" cols="72">Mensaje telepatico asistido por maquinas.</pre>
<div class="moz-cite-prefix">On 10/30/2018 1:57 PM, Jean-Yves Gratius wrote:<br>
</div>
<blockquote type="cite" cite="mid:2a0c1f6f-5563-791b-ddf2-b2a400865b90@gumo.fr">
<p>see attached example, mix of 1) and 2)    :-)<br>
</p>
<div class="moz-forward-container"><br>
<br>
-------- Forwarded Message --------
<table class="moz-email-headers-table" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<th nowrap="nowrap" valign="BASELINE" align="RIGHT">Subject: </th>
<td>Re: drag and drop</td>
</tr>
<tr>
<th nowrap="nowrap" valign="BASELINE" align="RIGHT">Date: </th>
<td>Tue, 30 Oct 2018 16:06:57 +0100</td>
</tr>
<tr>
<th nowrap="nowrap" valign="BASELINE" align="RIGHT">From: </th>
<td>Jean-Yves Gratius <a class="moz-txt-link-rfc2396E" href="mailto:jyg@gumo.fr" moz-do-not-send="true">
<jyg@gumo.fr></a></td>
</tr>
<tr>
<th nowrap="nowrap" valign="BASELINE" align="RIGHT">To: </th>
<td><a class="moz-txt-link-abbreviated" href="mailto:pd-list@lists.iem.at" moz-do-not-send="true">pd-list@lists.iem.at</a></td>
</tr>
</tbody>
</table>
<br>
<br>
<pre>Hello,
In response to your problem about scrolled window :

1) you should put an iemguts/canvasreceive object in your main patch 
and  wait for the first motion event it delivers after you received a 
dnd-dropped message (assuming you will move a bit the mouse after 
dropping down). This way, you get the correct coordinates in the patch, 
may the window be scrolled or not.
2) you should put a bang gui-object in your gop abstraction. Then, 
receiving global dnd-dropped msg will "arm" it, and you'll have to click 
to the gui-bang to confirm the operation. It's not pure "drag and drop" 
but it is a vanilia approach, and you don't have to calculate about gop 
coords and margins. Just wait for a click on a bang button.

</pre>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset> <br>
<pre wrap="">_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list
UNSUBSCRIBE and account-management -> <a class="moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-list">https://lists.puredata.info/listinfo/pd-list</a>
</pre>
</blockquote>
<br>
</body>
</html>