<div dir="ltr">That fix seemed to fix it.  It also fixed creating and entering a new project (which was apparently broken because of TabbedPalette as well).<div><br></div><div>Thanks,</div><div>cbc</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 20, 2017 at 4:45 PM, David T. Lewis <span dir="ltr"><<a href="mailto:lewis@mail.msen.com" target="_blank">lewis@mail.msen.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Mon, Nov 20, 2017 at 02:50:33PM -0800, Chris Cunningham wrote:<br>
> object again.  Select Presentation, you get an error while it is trying to<br>
> build the thumbnail for TabbedPalette.  In particular, this line errors out:<br>
> aTab addMorph: (sk := self world drawingClass withForm: aGraphic).<br>
> self world here returns nil - which obviously doesn't understand<br>
> #drawingClass.<br>
><br>
> And I am on update 17519 (updated to latest before finding these issues).<br>
><br>
> -cbc<br>
<br>
</div></div>Thanks Chris,<br>
<br>
I think I fixed this one. A TabbedPalette is one of several kinds of morph that<br>
does not know its world, so self world was not working as a replacement for<br>
World.<br>
<br>
I see another bug that may be similar in nature. When I open objects(o) and<br>
then move the ObjectsTool morph around, the mouse pointer gives a red X, so<br>
possibly another case of assuming that morphs generally know their world,<br>
when apparently there are quite a few cases where this is not so.<br>
<br>
Sorry for introducing these problems, I'll try to make them right as soon<br>
as I can.<br>
<br>
Dave<br>
<br>
<br>
</blockquote></div><br></div>