<br><br><div class="gmail_quote">On Sun, Jan 10, 2010 at 12:29 AM, Hans-Christoph Steiner <span dir="ltr">&lt;<a href="mailto:hans@at.or.at">hans@at.or.at</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div style="word-wrap:break-word"><br><div><div class="im"><div>On Jan 9, 2010, at 5:37 PM, Rich E wrote:</div><br><blockquote type="cite"><br>Still in OS X 10.6.  I don&#39;t have one of these problems with Pd-devel-0.43 (dec 15) nightly build, so it must all be because of the tk/cocoa version that you mention.  I&#39;m not sure how to report it a tcl mailing list, as I don&#39;t know where the code is that implements these things.  <div>
 <br></div><div>Does it make sense that the arrow keys are detected differently in Tk/Cocoa, so they are just sent to pd&#39;s gui C code as spaces?  </div></blockquote><div><br></div></div><div>Not to me... it should be the same, that&#39;s why its worth reporting to tcl-mac.  You don&#39;t need to know the exact code that&#39;s causing the problem.  I read that list too, so I can fill in the details.  I just don&#39;t have access to a 10.6 machine these days.</div>
<div class="im"><br><blockquote type="cite"><div>As for the text color issue in the audio settings, you&#39;ll have to point me towards what is controlling that.  I&#39;ll send you a screenshot after this email.</div></blockquote>
<div><br></div></div><div>Check out dialog_audio.tcl.  Its still mostly the original code, so it can be scary. ;)</div><div class="im"><br><blockquote type="cite"> <div>Do you know how I can force configure to use <span style="font-family:arial, sans-serif;font-size:13px;border-collapse:collapse">Tcl/Tk 8.5.7/Carbon?</span></div>
</blockquote><div><br></div></div><div>If you put a version of Tcl/Tk 8.5.7/Carbon frameworks into /Library/Frameworks, it should use them over the build in ones.  But that means using the Makefile in packages/darwin_app and running &quot;make install&quot;.  For development, I just rename a nighly build as &quot;Pd-devel.app&quot; then inside the package, remove some guts and symlink it to my pd-gui-rewrite/0.43 sources:</div>
<div><br></div><div><div><a href="mailto:hans@palatschinken.at.or.at" target="_blank">hans@palatschinken.at.or.at</a>:src &gt; ls -l /Applications/Pd-devel.app/Contents/Resources/</div><div>total 152</div><div>lrwxr-xr-x   1 hans staff     3 2010-01-05 14:27 Scripts -&gt; bin/</div>
<div>-r--r--r--   1 hans staff 47204 2008-08-14 20:03 VolumeIcon.icns</div><div>-r--r--r--   1 hans staff   545 2008-07-21 13:53 Wish.rsrc</div><div>lrwxr-xr-x   1 root staff    59 2010-01-05 14:32 bin -&gt; /Users/hans/code/pure-data/branches/pd-gui-rewrite/0.43/src/</div>
<div>dr-xr-xr-x  13 hans staff   442 2009-12-15 08:41 doc/</div><div>dr-xr-xr-x 180 hans staff  6120 2009-12-15 08:52 extra/</div><div>dr-xr-xr-x   6 hans staff   204 2009-12-15 08:41 include/</div><div>-r--r--r--   1 hans staff 42741 2008-02-14 18:14 pd-file.icns</div>
<div>-r--r--r--   1 hans staff 37100 2008-02-14 18:14 pd.icns</div><div>lrwxr-xr-x   1 root staff    58 2010-01-05 14:31 po -&gt; /Users/hans/code/pure-data/branches/pd-gui-rewrite/0.43/po/</div><div>dr-xr-xr-x   3 hans staff   102 2009-12-15 08:41 share/</div>
<div>lrwxr-xr-x   1 root staff    63 2010-01-05 14:31 startup -&gt; /Users/hans/code/pure-data/branches/pd-gui-rewrite/0.43/startup/</div><div><br></div></div></div></div></blockquote><div><br></div><div>I like this way of running the newest sources from within the app bundle, but I can&#39;t get it working yet.  I had to replace the executable in Contents/MacOS, but then it cannot find pd-gui.tcl (I removed the bin folder in the Resources directory and symlinked it to the pd-gui-rewrite/src/, like you did).  </div>
<div><br></div><div>rich</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div style="word-wrap:break-word"><div><div><div></div><div>.hc</div><div><br>
</div></div><div><div></div><div class="h5"><br><blockquote type="cite"><div>I&#39;ll use the nightly build in the meantime and let you know what comes up.</div><div><br></div><div>-rich</div><div><br><div class="gmail_quote">
On Mon, Jan 4, 2010 at 4:40 AM, Hans-Christoph Steiner <span dir="ltr">&lt;<a href="mailto:hans@at.or.at" target="_blank">hans@at.or.at</a>&gt;</span> wrote:<br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br> First off, which platform?  Is this still Mac OS X 10.6?  If so, 10.6 has a built-in custom version of Tcl/Tk 8.5.7 that uses Cocoa for the back end rather than Carbon.  Tcl/Tk 8.6 will only use this Cocoa backend, but will work on Mac OS X 10.5.  It would be good to flush out these bugs and report them to the tcl-mac list so that they can get fixed.<br>
 <br> One thing to try is using one of the nightly builds, which include Tcl/Tk 8.5.7/Carbon.  I think they should work on 10.6:<br> <a href="http://autobuild.puredata.info/auto-build/latest/" target="_blank">http://autobuild.puredata.info/auto-build/latest/</a><div>
<br></div></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <div> On Nov 16, 2009, at 1:55 PM, Rich E wrote:<br> <br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 Hi List, Hans,<br> <br> I&#39;ve been using the pd-gui-rewrite-0.43 svn for a couple days now and here are some notes I&#39;ve taken when finding various bugs (is the better sent to the pd-dev list?):<br> <br> • In Audio Settings, the text in the drop down menus is hardly visible because it is very light grey<br>
 </blockquote> <br></div> Never seen that, screenshot?<div><br> <br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> • there is a new menu item called &#39;apple&#39; with &quot;about pd&quot; and preferences&quot;<br>
 </blockquote> <br></div> Known issue with the Tk/Cocoa, haven&#39;t found a workaround yet.<div><br> <br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> • editing an object name:<br>
 ‣ moving with arrows adds a space to the end, but does not move within the object name<br> </blockquote> <br></div> Hmm, can&#39;t reproduce, Tk/Cocoa issue?<div><br> <br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 • opening &quot;about pd&quot; gives an error:<br> ‣ Error: can&#39;t read &quot;pd_myversion&quot;: no such variable&quot;<br> ‣ an&#39;t read &quot;pd_myversion&quot;: no such variable<br> can&#39;t read &quot;pd_myversion&quot;: no such variable<br>
    while executing<br> &quot;regsub -all PD_VERSION $bigstring2 $pd_myversion bigstring3&quot;<br>    (procedure &quot;::pd_menucommands::menu_opentext&quot; line 15)<br>    invoked from within<br> &quot;::pd_menucommands::menu_opentext &quot;$dirname/$basename&quot;&quot;<br>
    (&quot;.txt&quot; arm line 1)<br>    invoked from within<br> &quot;switch -- [string tolower [file extension $basename]] {<br>        &quot;.txt&quot;    {::pd_menucommands::menu_opentext &quot;$dirname/$basename&quot;<br>
        } &quot;.c&quot;    {::...&quot;<br>    (procedure &quot;menu_doc_open&quot; line 4)<br>    invoked from within<br> &quot;menu_doc_open doc/1.manual 1.introduction.txt&quot;<br>    (menu invoke)<br> </blockquote> <br>
</div> Its not implemented yet...  I was hoping to make &quot;About Pd&quot; a pd patch.<div><br> <br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> I have some time on my hands now that I finished my Master&#39;s, and frankly I think the pd-vanilla GUI is unpleasant, so I could learn tcl/tk and help out, if needed.<br>
 </blockquote> <br></div> That would be great!  Your reports have already been helpful.  I&#39;m going to be in pretty deep this month till its finished and merged into Miller&#39;s 0.43 version.  He&#39;s been relatively scarse on the lists, but we&#39;ve been working thru this stuff off-list.<br>
 <br> .hc<br> <br> ----------------------------------------------------------------------------<br> <br> &quot;Making boring techno music is really easy with modern tools, but with live coding, boring techno is much harder.&quot; - Chris McCormick<br>
 <br> <br> <br> <br> </blockquote></div><br></div></blockquote></div></div></div><br><div> <span style="font-size:12px"><br><span style="border-collapse:separate;border-spacing:0px 0px;color:rgb(0, 0, 0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div>
<br></div><div><br></div><div><br></div><div>----------------------------------------------------------------------------</div><div><br></div><div>&quot;Free software means you control what your computer does. Non-free software means someone else controls that, and to some extent controls you.&quot; - Richard M. Stallman</div>
<br></span></span> </div><br></div></blockquote></div><br>