<div dir="ltr">(I keep hitting ctl-enter as I would in Facebook.  It sends the composed mail at that point.  Pfft.)<div><br></div><div>Thus far, I am able to open the repository window and load the system's mod files into an editor window, but I don't know yet where the actual directories are on my system.</div><div><br></div><div>I suppose this counts as a very quick success.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 11, 2016 at 1:36 AM,  <span dir="ltr"><<a href="mailto:Aubrey.McIntosh@alumni.utexas.net" target="_blank">Aubrey.McIntosh@alumni.utexas.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The software binarywas installed in /usr/bin/bbcb<div><br></div><div>I executed this, and the software started.  The windows were overlaid on my desktop and not in a BB window.  I have enough experience with BB that I was able to orient myself to the menu bar fairly quickly.  I created a test subsystem, compiled it, and found the subsystem directory in ~/<subsystem>.</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 11, 2016 at 1:34 AM,  <span dir="ltr"><<a href="mailto:Aubrey.McIntosh@alumni.utexas.net" target="_blank">Aubrey.McIntosh@alumni.<wbr>utexas.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I have this Ubuntu version:<div><br></div><div><div>amcintosh@aubrey-OptiPlex-760:<wbr>~$ lsb_release -a</div><div>LSB Version:<span class="m_-380150330261647027m_-51672946557801593gmail-Apple-tab-span" style="white-space:pre-wrap">   </span>core-2.0-amd64:core-2.0-noarch<wbr>:core-3.0-amd64:core-3.0-<wbr>noarch:core-3.1-amd64:core-3.<wbr>1-noarch:core-3.2-amd64:core-<wbr>3.2-noarch:core-4.0-amd64:<wbr>core-4.0-noarch:core-4.1-<wbr>amd64:core-4.1-noarch:security<wbr>-4.0-amd64:security-4.0-<wbr>noarch:security-4.1-amd64:secu<wbr>rity-4.1-noarch</div><div>Distributor ID:<span class="m_-380150330261647027m_-51672946557801593gmail-Apple-tab-span" style="white-space:pre-wrap">        </span>Ubuntu</div><div>Description:<span class="m_-380150330261647027m_-51672946557801593gmail-Apple-tab-span" style="white-space:pre-wrap">       </span>Ubuntu 14.04.5 LTS</div><div>Release:<span class="m_-380150330261647027m_-51672946557801593gmail-Apple-tab-span" style="white-space:pre-wrap">       </span>14.04</div><div>Codename:<span class="m_-380150330261647027m_-51672946557801593gmail-Apple-tab-span" style="white-space:pre-wrap">   </span>trusty</div></div><div><br></div><div><br></div><div>I downloaded the .deb and installed it, without checking whether the supporting libraries were already installed or not.</div></div><div class="gmail_extra"><div><div class="m_-380150330261647027h5"><br><div class="gmail_quote">On Thu, Nov 10, 2016 at 9:51 PM, Pablo Cayuela <span dir="ltr"><<a href="mailto:pablo.cayuela@gmail.com" target="_blank">pablo.cayuela@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Anyone in the list besides authors want to try linux version of BB? It seems that no one is listen but Lars, though he does not want to install it because of Russian text somewhere.<br></div>Give it try!<br><br><a href="http://gitlab.molpit.org/blackbox/freenix" target="_blank">http://gitlab.molpit.org/black<wbr>box/freenix</a><br><br></div><br><div><br></div></div><div class="m_-380150330261647027m_-51672946557801593HOEnZb"><div class="m_-380150330261647027m_-51672946557801593h5"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 10, 2016 at 11:10 PM, Skulski, Wojciech <span dir="ltr"><<a href="mailto:skulski@pas.rochester.edu" target="_blank">skulski@pas.rochester.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Lars:<br>
<span><br>
> I'm not a component pascal blackbox expert and I could be mistaken, but so<br>
> far from reading the help, for example finding mouse x y coords after a<br>
> click, seems to require message handling code.<br>
<br>
</span>I recommend to look at the actual example. The gory detail becomes apparent when actually doing some mouse handling and the screen graphics. Dig into it. You will learn how it is done. I recommend looking at the graphics package Gr which I wrote about fifteen years ago and I still use it occasionally.<br>
<br>
<a href="http://www.zinnamturm.eu/downloadsDH.htm" rel="noreferrer" target="_blank">http://www.zinnamturm.eu/downl<wbr>oadsDH.htm</a> --> scroll down to Gr, download and install the package, read the documentation, exercise the menu items (without even understanding what kind of scientific problem it is addressing), and finally open the code and read through it.<br>
<br>
Gr will show you quite a few nontrivial techniques. IMHO it is an ideal package to study because it is relatively small, but it is not a demo. It is a serious piece of software for doing serious work. It has been used by students, engineers, and by myself.<br>
<br>
At the same time Gr is sufficiently non-ideal to demonstrate a somewhat messy design of the real life software motivated by real life needs.<br>
<br>
As a final remark, I do believe that for its purpose (waveform display) Gr is more robust, faster, and better suited than a lot of widespread mainline graphics software accompanied by thick books. Till recently I thought that Gr was a closed chapter. I am now changing this assessment. Comparing some popular graphics software with Gr I am coming to the conclusion that within its application area Gr is better suitable despite being frozen for some fifteen years.<br>
<br>
The only concern that I have about Gr (or any other BB software) is lack of Linux port. But I have heard that Wine works, though I never used Wine myself.<br>
<br>
Thank you,<br>
Wojtek<br>
<div class="m_-380150330261647027m_-51672946557801593m_1602284048538711129HOEnZb"><div class="m_-380150330261647027m_-51672946557801593m_1602284048538711129h5">--<br>
<a href="mailto:Oberon@lists.inf.ethz.ch" target="_blank">Oberon@lists.inf.ethz.ch</a> mailing list for ETH Oberon and related systems<br>
<a href="https://lists.inf.ethz.ch/mailman/listinfo/oberon" rel="noreferrer" target="_blank">https://lists.inf.ethz.ch/mail<wbr>man/listinfo/oberon</a><br>
</div></div></blockquote></div><br></div>
</div></div><br>--<br>
<a href="mailto:Oberon@lists.inf.ethz.ch" target="_blank">Oberon@lists.inf.ethz.ch</a> mailing list for ETH Oberon and related systems<br>
<a href="https://lists.inf.ethz.ch/mailman/listinfo/oberon" rel="noreferrer" target="_blank">https://lists.inf.ethz.ch/mail<wbr>man/listinfo/oberon</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div></div></div><span class="m_-380150330261647027HOEnZb"><font color="#888888">-- <br><div class="m_-380150330261647027m_-51672946557801593gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><font face="'times new roman', serif">(email is my preferred communication media)</font><div><font face="'times new roman', serif">Aubrey McIntosh, Ph.D.<br>1502 Devon Circle<br>Austin TX 78723-1814</font><div><div><span style="line-height:20px;background-color:rgb(255,255,255)"><font face="'times new roman', serif"><a href="tel:%28512%29-348-7401" value="+15123487401" target="_blank">(512)-348-7401</a></font></span></div></div><div><div><br></div></div></div></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_-380150330261647027gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><font face="'times new roman', serif">(email is my preferred communication media)</font><div><font face="'times new roman', serif">Aubrey McIntosh, Ph.D.<br>1502 Devon Circle<br>Austin TX 78723-1814</font><div><div><span style="line-height:20px;background-color:rgb(255,255,255)"><font face="'times new roman', serif"><a href="tel:%28512%29-348-7401" value="+15123487401" target="_blank">(512)-348-7401</a></font></span></div></div><div><div><br></div></div></div></div></div>
</div>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><font face="'times new roman', serif">(email is my preferred communication media)</font><div><font face="'times new roman', serif">Aubrey McIntosh, Ph.D.<br>1502 Devon Circle<br>Austin TX 78723-1814</font><div><div><span style="line-height:20px;background-color:rgb(255,255,255)"><font face="'times new roman', serif">(512)-348-7401</font></span></div></div><div><div><br></div></div></div></div></div>
</div>