<div dir="ltr">IOhannes, you are right... I try open one more time testing-abstration (sorry for the error..) in windows that time. <div>And outlet is showned in autotips, the only problem it&#39;s a little hard to hit the outlet area...</div>
<div><br></div><div style>If can be fixed the problem of rectangle GOP and IOlets always at the top, I&#39;m a very happy pd-user! ;)</div><div style><br></div><div style>I can suggest either a &quot;little bigger&quot; area of autotips response to iolets.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/2/18 Jonathan Wilkes <span dir="ltr">&lt;<a href="mailto:jancsika@yahoo.com" target="_blank">jancsika@yahoo.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">&gt;________________________________<br>
&gt; From: Esteban Viveros &lt;<a href="mailto:emviveros@gmail.com">emviveros@gmail.com</a>&gt;<br>
</div>&gt;To: Roman Haefeli &lt;<a href="mailto:reduzent@gmail.com">reduzent@gmail.com</a>&gt;<br>
&gt;Cc: PD-list list &lt;<a href="mailto:pd-list@iem.at">pd-list@iem.at</a>&gt;<br>
&gt;Sent: Monday, February 18, 2013 10:18 AM<br>
<div class="im">&gt;Subject: Re: [PD] GUI abstraction issues<br>
&gt;<br>
&gt;<br>
</div><div class="im">&gt;Well I try the IOhannes sugestion, and autotips don&#39;t work correctly with my abstraction... :/<br>
&gt;<br>
&gt;<br>
&gt;I tried to create another example (testing-abstration), and now only the inlet are working with autotips feature... In pd-l2ork everything works fine.<br>
<br>
<br>
</div>Indeed it doesn&#39;t.  It looks like when the abstraction is GOP, it registers all the<br>
xlet #s as &quot;-1&quot;, and it doesn&#39;t detect the bounding box of the object.  (The latter<br>
because I&#39;m looking for the text tag, which a gop box doesn&#39;t have.)<br>
<br>
I imagine Ivica&#39;s works because he&#39;s checking for tooltips on the c-side, and I&#39;m<br>
checking on the tcl side.<br>
<br>
Pd-l2ork: Check whether there&#39;s an object or inlet under current mouse position. If<br>
there is, look for its tooltip text in the help patch, then draw the tooltip.<br>
<br>
Pd-ext: Trigger an event when the mouse hovers over an object or inlet that is<br>
_visible_ on the canvas.  Look for the tooltip text in the help patch, then draw the<br>
tooltip.<br>
<br>
Pd-l2ork&#39;s approach is more robust-- for example, it&#39;s easier for him to enlarge the area<br>
that will register an xlet tooltip.  Pd-extended&#39;s currently has what I think is the &quot;proper&quot;<br>
behavior, though-- you only show tooltips for objects that are visible to the user.  If the<br>
patch author covers up an object with a [cnv], he/she is actively hiding that object, and<br>
it shouldn&#39;t register a tooltip.  It&#39;s bad UI design to show a tooltip when the user can&#39;t see<br>
the thing it refers to.<br>
<br>
Anyway, I&#39;ll investigate and see if I can come up with a fix for the testing-abstration (sic)<br>
situation.  But if you&#39;re putting [cnv] objects on top of xlets then they shouldn&#39;t respond to<br>
tooltips.  That problem should be fixed at the source: xlets and object rectangle should<br>
always be at the top of the stacking order.  (I guess there could also be an option for<br>
hiding xlets or the box, but that doesn&#39;t seem like a good idea for visual dataflow.)<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
-Jonathan<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><p>Esteban Viveros</p><p><font size="1" color="#666666">(27) 8815 7170<br>(27) 3066 0359<br>(11) 95761 4125<br>(11) 2738 7868
</font></p><p><a href="http://soundcloud.com/estebanviveros" target="_blank"><font color="#3366ff" size="1">www.bandpage.com/estebanviveros</font></a></p><p><font color="#3366ff" size="1"><a href="https://www.facebook.com/estebanviveros.art" target="_blank"><font color="#3366ff">https://www.facebook.com/estebanviveros.art</font></a>
</font></p><p><font color="#3366ff" size="1"><a href="http://www.papodecompositor-es.blogspot.com.br/" target="_blank"><font color="#3366ff">http://www.papodecompositor-es.blogspot.com.br/</font></a>
</font></p><p><a href="http://expurgacao.art.br/" target="_blank"><font color="#3366ff" size="1">http://expurgacao.art.br/</font></a></p>
</div>