...or Hans or Max Neupert may be able to help you...<br><br><div class="gmail_quote">2010/8/29 Miller Puckette <span dir="ltr">&lt;<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Cool... I&#39;m not sure how to run mac Apps &#39;remotely&#39; (-NXHost worked 20<br>
years ago but seems to be no longer :)  so the path of least resistance<br>
for me is still likely to be to stalk a machine at UCSD.<br>
<br>
thanks<br>
<font color="#888888">M<br>
</font><div><div></div><div class="h5">On Sun, Aug 29, 2010 at 12:01:32AM +0200, András Murányi wrote:<br>
&gt; This one, by any chance?<br>
&gt; <a href="http://puredata.info/docs/developer/MacOSX106X8664" target="_blank">http://puredata.info/docs/developer/MacOSX106X8664</a><br>
&gt;<br>
&gt; BTW, we are working on a new, buildbot based builder network, and buildbot&#39;s<br>
&gt; &quot;try&quot; feature is just for this kind of testing purpose<br>
&gt; <a href="http://buildbot.net/buildbot/docs/latest/try.html" target="_blank">http://buildbot.net/buildbot/docs/latest/try.html</a><br>
&gt; (I&#39;m not saying you should wait until it becomes available, because there is<br>
&gt; still much work to go!)<br>
&gt;<br>
&gt;<br>
&gt; Andras<br>
&gt;<br>
&gt; On Sat, Aug 28, 2010 at 11:42 PM, Miller Puckette &lt;<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; Damn... time for me to go squat a 10.6 machine somewhere...<br>
&gt; &gt;<br>
&gt; &gt; M<br>
&gt; &gt;<br>
&gt; &gt; On Sat, Aug 28, 2010 at 05:40:11PM -0400, William Brent wrote:<br>
&gt; &gt; &gt; Gave it a shot, but no luck.  Let me know if anything else comes to<br>
&gt; &gt; &gt; mind and I can check it.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; On Sat, Aug 28, 2010 at 4:57 PM, Miller Puckette &lt;<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a>&gt; wrote:<br>
&gt; &gt; &gt; &gt; thanks for the reminder... I still have no way to reproduce this one,<br>
&gt; &gt; &gt; &gt; but I saw something to &#39;improve&#39; in... if you&#39;re feeling proactive, try<br>
&gt; &gt; &gt; &gt; replacing the pdtk_openpanel and pdtk_savepanel routines in<br>
&gt; &gt; &gt; &gt; tcl/wheredoesthisgo.tcl with...<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; proc pdtk_openpanel {target localdir} {<br>
&gt; &gt; &gt; &gt;    if {! [file isdirectory $localdir]} {<br>
&gt; &gt; &gt; &gt;        if { ! [file isdirectory $::fileopendir]} {<br>
&gt; &gt; &gt; &gt;            set ::fileopendir $::env(HOME)<br>
&gt; &gt; &gt; &gt;        }<br>
&gt; &gt; &gt; &gt;        set localdir $::fileopendir<br>
&gt; &gt; &gt; &gt;    }<br>
&gt; &gt; &gt; &gt;    set filename [tk_getOpenFile -initialdir $localdir]<br>
&gt; &gt; &gt; &gt;    if {$filename ne &quot;&quot;} {<br>
&gt; &gt; &gt; &gt;        set ::fileopendir [file dirname $filename]<br>
&gt; &gt; &gt; &gt;        pdsend &quot;$target callback [enquote_path $filename]&quot;<br>
&gt; &gt; &gt; &gt;    }<br>
&gt; &gt; &gt; &gt; }<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; proc pdtk_savepanel {target localdir} {<br>
&gt; &gt; &gt; &gt;    if {! [file isdirectory $localdir]} {<br>
&gt; &gt; &gt; &gt;        if { ! [file isdirectory $::filenewdir]} {<br>
&gt; &gt; &gt; &gt;            set ::filenewdir $::env(HOME)<br>
&gt; &gt; &gt; &gt;        }<br>
&gt; &gt; &gt; &gt;        set localdir $::filenewdir<br>
&gt; &gt; &gt; &gt;    }<br>
&gt; &gt; &gt; &gt;    set filename [tk_getSaveFile -initialdir $localdir]<br>
&gt; &gt; &gt; &gt;    if {$filename ne &quot;&quot;} {<br>
&gt; &gt; &gt; &gt;        pdsend &quot;$target callback [enquote_path $filename]&quot;<br>
&gt; &gt; &gt; &gt;    }<br>
&gt; &gt; &gt; &gt; }<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; (no recompilation needed) and see if that helps.<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; cheers<br>
&gt; &gt; &gt; &gt; M<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; On Sat, Aug 28, 2010 at 03:59:05PM -0400, William Brent wrote:<br>
&gt; &gt; &gt; &gt;&gt; Just wanted to raise this thread again while there&#39;s so much progress<br>
&gt; &gt; &gt; &gt;&gt; being made.  Sorry if it&#39;s already an item on the to do list.<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; I still get the openpanel crash consistently with OSX 10.6.4 with<br>
&gt; &gt; &gt; &gt;&gt; Pd-0.43-0test2 (as well as Pd-0.42-5).  As Alexandre said, the only<br>
&gt; &gt; &gt; &gt;&gt; fix is to create a new patch with [openpanel] in it, then open the<br>
&gt; &gt; &gt; &gt;&gt; patch you actually want to use.<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; William<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; On Sat, May 15, 2010 at 11:04 PM, Alexandre Porres &lt;<a href="mailto:porres@gmail.com">porres@gmail.com</a>&gt;<br>
&gt; &gt; wrote:<br>
&gt; &gt; &gt; &gt;&gt; &gt; hey, I am using 10.6.3 as well... damn...<br>
&gt; &gt; &gt; &gt;&gt; &gt; well...<br>
&gt; &gt; &gt; &gt;&gt; &gt; cheers<br>
&gt; &gt; &gt; &gt;&gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; &gt;&gt; &gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt; &gt; &gt; &gt;&gt; &gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; --<br>
&gt; &gt; &gt; &gt;&gt; William Brent<br>
&gt; &gt; &gt; &gt;&gt; <a href="http://www.williambrent.com" target="_blank">www.williambrent.com</a><br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; “Great minds flock together”<br>
&gt; &gt; &gt; &gt;&gt; Conflations: conversational idiom for the 21st century<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; <a href="http://www.conflations.com" target="_blank">www.conflations.com</a><br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; _______________________________________________<br>
&gt; &gt; &gt; &gt;&gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt; &gt; &gt; &gt;&gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt; &gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; --<br>
&gt; &gt; &gt; William Brent<br>
&gt; &gt; &gt; <a href="http://www.williambrent.com" target="_blank">www.williambrent.com</a><br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; “Great minds flock together”<br>
&gt; &gt; &gt; Conflations: conversational idiom for the 21st century<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; <a href="http://www.conflations.com" target="_blank">www.conflations.com</a><br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt; &gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt; &gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Muranyi Andras<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Muranyi Andras<br>