<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transational//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
</HEAD>
<BODY>Oh. It seems related. In the example patch from the bug you mentionned we have something like:<br><br>y_green_hotspot = y_red*2 + y_green<br><br>with y_green_hotspot and y_red relative to y_ds, and y_green relative to y_red.<br><br><br>In my patch we have:<br>&nbsp;<br>- no problem with dots' hotspots<br><br>- for each drawnumbers :<br>x_hotspot = x_number*2<br>y_hotspot = y_number*2<br>relative to y_ds.<br><br>There is an obvious link: this *2 which shifts hotspots.<br><br>Cheers<br><br>---- Message d'origine ----<br>
&gt;De : "Jonathan Wilkes" <jancsika@yahoo.com><br>
&gt;À : "mac2k1@netcourrier.com" <mac2k1@netcourrier.com>;<br>
&gt;       "Pd-list@iem.at" <pd-list@iem.at><br>
&gt;Objet : Re: [PD] Data structure: drawnumbers in an array<br>
&gt;Date : 11/10/2012 20:38:03 CEST<br>
&gt;<br>
&gt;Is this the bug you're describing?<br>
&gt; <br>
&gt; <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=2457992&amp;group_id=557" target="_blank" onclick="return ea_href(this.href)">http://sourceforge.net/tracker/index.php?func=detail&amp;aid=2457992&amp;group_id=557</a><br>
&gt; 36&amp;atid=478070<br>
&gt; <br>
&gt; &gt;________________________________<br>
&gt; &gt; From: "mac2k1@netcourrier.com" <mac2k1@netcourrier.com><br>
&gt; &gt;To: Pd-list@iem.at <br>
&gt; &gt;Sent: Thursday, October 11, 2012 12:21 PM<br>
&gt; &gt;Subject: [PD] Data structure: drawnumbers in an array<br>
&gt; &gt; <br>
&gt; &gt;<br>
&gt; &gt;Dear List,<br>
&gt; &gt;<br>
&gt; &gt;I have an issue with a data structure consisting of a rectangle and an <br>
&gt; array of dots, with x/y coordinates and a z value for each dot. I displayed <br>
&gt; the z value with [drawnumber]. See the attached patch.<br>
&gt; &gt;<br>
&gt; &gt;I can clic and move the dots. However, mouse clics do not seem to reach the <br>
&gt; number area correctly. There seems to be a wrong scaling of mouse <br>
&gt; coordinates when trying to reach numbers nested in arrays. In pd 0.43 <br>
&gt; vanilla and 0.42.5 extended.<br>
&gt; &gt;<br>
&gt; &gt;I remember a behavior of the same kind with objects filled with lots of <br>
&gt; text lines. This one was apparently fixed in pd 0.43. <br>
&gt; &gt;<br>
&gt; &gt;I wish I could enter my numbers by mouse or keyboard, but for now I can <br>
&gt; handle them via the data properties window.<br>
&gt; &gt;<br>
&gt; &gt;Clem<br>
&gt; &gt;<br>
&gt; &gt;_______________________________________________<br>
&gt; &gt;Pd-list@iem.at mailing list<br>
&gt; &gt;UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd" target="_blank" onclick="return ea_href(this.href)">http://lists.puredata.info/listinfo/pd</a><br>
&gt; -list<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; </mac2k1@netcourrier.com></pd-list@iem.at></mac2k1@netcourrier.com></jancsika@yahoo.com></BODY></HTML>