<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Georgia">One thing to consider is whether you really
      want to subclass SystemWindow or if it might be better to
      instantiate a vanilla SystemWindow and install your specialized
      morph inside it.<br>
      <br>
      Cheers,<br>
      Bob<br>
    </font><br>
    On 2/5/12 9:57 AM, Dave Mason wrote:
    <blockquote
      cite="mid:30FA00E8-2B54-45CF-B301-648F9238E2E8@mason-rose.ca"
      type="cite">
      <pre wrap="">On 2012-Feb-5, at 7:40 , Bob Arning wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">Look at the methods #wantsSteps.
</pre>
      </blockquote>
      <pre wrap="">
Bingo!  I assumed it was something stupid I was missing.

On 2012-Feb-4, at 14:23 , Sean P. DeNigris wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">I don't know if it's any better, but when I create my own morph-in-a-window,
I usually don't subclass SystemWindow, but add my morph to a window using
openInWindowLabelled: or addMorph:fullFrame:. I feel like I have a little
more flexibility if I later want to use it not-in-a-window.
</pre>
      </blockquote>
      <pre wrap="">
After defining wantsSteos, I see that color: seems to work a bit strangely too in SystemWindow, so I'm going to try this.

Thanks, Bob and Sean.



</pre>
    </blockquote>
  </body>
</html>