<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi John,<br>
    <br>
    On 11/8/2019 3:27 AM, Phil B via Cuis-dev wrote:
    <blockquote
cite="mid:CAMJMOegwgAntcE9J1BQ6EYyh6oRysXN4rh3AKpKr=ftB8a97nw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div dir="ltr">Hi John,</div>
        <br>
        <div class="gmail_quote">
          <div dir="ltr" class="gmail_attr">On Thu, Nov 7, 2019 at 9:49
            PM John Kimber via Cuis-dev <<a moz-do-not-send="true"
              href="mailto:cuis-dev@lists.cuis.st">cuis-dev@lists.cuis.st</a>>
            wrote:<br>
          </div>
          <blockquote class="gmail_quote" style="margin: 0px 0px 0px
            0.8ex; border-left: 1px solid rgb(204, 204, 204);
            padding-left: 1ex;">
            <div>
              <div style="font-family: "Helvetica
                Neue",Helvetica,Arial,sans-serif; font-size: 16px;">
                <div dir="ltr">How do I search the archives for
                  examples?</div>
              </div>
            </div>
          </blockquote>
          <div><br>
          </div>
          <div>You will probably find searching the archives for that
            type of information to be difficult.  We've had several
            iterations of the list[1] and what gets discussed on the
            list is often more tactical/specialized than that.  I'd
            suggest starting with the resources at <a
              moz-do-not-send="true"
              href="https://github.com/Cuis-Smalltalk/Learning-Cuis">https://github.com/Cuis-Smalltalk/Learning-Cuis</a>
            for more tutorial-oriented content.</div>
        </div>
      </div>
    </blockquote>
    <br>
    Follow Phil's advice. Afterward, be sure to at least briefly skim
    over the documentation/ folder.<br>
    <br>
     <br>
    <blockquote
cite="mid:CAMJMOegwgAntcE9J1BQ6EYyh6oRysXN4rh3AKpKr=ftB8a97nw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_quote">
          <blockquote class="gmail_quote" style="margin: 0px 0px 0px
            0.8ex; border-left: 1px solid rgb(204, 204, 204);
            padding-left: 1ex;">
            <div>
              <div style="font-family: "Helvetica
                Neue",Helvetica,Arial,sans-serif; font-size: 16px;">
                <div dir="ltr">Also, I searched online for how to change
                  to position of the window controls, and nothing came
                  up.</div>
              </div>
            </div>
          </blockquote>
        </div>
      </div>
    </blockquote>
    <br>
    Here, the good part starts. The central idea of Smalltalk is to make
    the system itself open and easy to study. So, the best you can do is
    _not_ to search mail list archive, or even documentation or books.
    Start discovering the system itself! First, be sure to use a three
    button mouse. Alternatively, control-click emulates right click and
    command/alt-click emulates middle click.<br>
    <br>
    For example. open any window. Do middle click on it. This will open
    the Morphic Halo. Click on the center-right handle (orange, with a
    wrench icon). On the menu that opens select 'explore morph'. What
    you get now is an ObjectExplorer on the window. (Play with it! Learn
    about it!) Right click on the tree root (the window object). Select
    'browse hierarchy (h)'. Now you also have a code browser in the
    object's class.<br>
    <br>
    You know that all windows have these four circular buttons at the
    topLeft. So go up in the class hierarchy and select SystemWindow.
    Look at the 'initialization' method category. All those methods are
    rather simple and intuitive (I hope!). Start playing with them. See
    senders and implementors of stuff.<br>
    <br>
    This is much better than reading some "Class Library Reference" or
    such. Good luck!<br>
    <br>
    <blockquote
cite="mid:CAMJMOegwgAntcE9J1BQ6EYyh6oRysXN4rh3AKpKr=ftB8a97nw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_quote">
          <div>Regarding the 'position of window controls', do you mean
            the four circular icons in the upper left corner of
            windows?  If so, those are hard-coded in
            SystemWindow>>initializeLabelArea.</div>
          <div><br>
          </div>
          <blockquote class="gmail_quote" style="margin: 0px 0px 0px
            0.8ex; border-left: 1px solid rgb(204, 204, 204);
            padding-left: 1ex;">
            <div>
              <div style="font-family: "Helvetica
                Neue",Helvetica,Arial,sans-serif; font-size: 16px;">
                <div dir="ltr"><br>
                </div>
                <div dir="ltr">Thanks,</div>
                <div dir="ltr"><br>
                </div>
                <div dir="ltr">john<br>
                </div>
              </div>
            </div>
          </blockquote>
          <div><br>
          </div>
          <div>[1] the archives for the current list are here: <a
              moz-do-not-send="true"
              href="https://lists.cuis.st/mailman/archives/cuis-dev/">https://lists.cuis.st/mailman/archives/cuis-dev/</a>,
            the archives for the previous list are here: <a
              moz-do-not-send="true"
              href="http://cuis-smalltalk.org/pipermail/cuis-dev_cuis-smalltalk.org/">http://cuis-smalltalk.org/pipermail/cuis-dev_cuis-smalltalk.org/</a>
            and the archives for the previous-previous list are here: <a
              moz-do-not-send="true"
              href="http://jvuletich.org/pipermail/cuis_jvuletich.org/.">http://jvuletich.org/pipermail/cuis_jvuletich.org/.</a>..
            (I think that's all of them)</div>
          <div><br>
          </div>
          <div>Hope this helps,</div>
          <div>Phil </div>
        </div>
      </div>
    </blockquote>
    <br>
    Cheers,<br>
    <pre class="moz-signature" cols="72">-- 
Juan Vuletich
<a class="moz-txt-link-abbreviated" href="http://www.cuis-smalltalk.org">www.cuis-smalltalk.org</a>
<a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a>
<a class="moz-txt-link-freetext" href="https://github.com/jvuletich">https://github.com/jvuletich</a>
<a class="moz-txt-link-freetext" href="https://www.linkedin.com/in/juan-vuletich-75611b3">https://www.linkedin.com/in/juan-vuletich-75611b3</a>
@JuanVuletich</pre>
  </body>
</html>