Forget it. I was so focused on doing things with the TextMorph, I completely forgot to call super initialize.<div><br></div><div>Cheers</div><div>Andy<br><br><div class="gmail_quote">On Thu, Mar 18, 2010 at 16:02, Andy Burnett <span dir="ltr">&lt;<a href="mailto:andy.burnett@knowinnovation.com">andy.burnett@knowinnovation.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Is there something fundamentally wrong with what I am doing, or is this a bug?<div><br></div><div>1. Set up a new category &#39;AB-Test&#39; </div>
<div><br></div><div>2. Subclass RectangleMorph, and add an instance variable &#39;textReporter&#39;   </div>
<div><br></div><div><div>RectangleMorph subclass: #AbRectangleMorph</div><div><span style="white-space:pre">        </span>instanceVariableNames: &#39;textReporterThing&#39;</div><div><span style="white-space:pre">        </span>classVariableNames: &#39;&#39;</div>

<div><span style="white-space:pre">        </span>poolDictionaries: &#39;&#39;</div><div><span style="white-space:pre">        </span>category: &#39;AB-Test&#39;</div></div><div> </div><div>
3. Create an initialization method in the new class...</div><div><div><br></div><div>initialize</div><div><span style="white-space:pre">        </span></div><div>textReporterThing := TextMorph new.</div><div>
textReporterThing := self bounds asString.</div></div><div><br></div><div>4. Create a new instance and openInWorld</div><div><br></div><div>Everything stops responding! I can still close without saving - from the menu - but all UI stuff stops.  Pressing Apple . doesn&#39;t produce a break.</div>

<div><br></div><div>System is OSX 10.6</div><div><div>PharoCore1.0rc1</div><div>Latest update: #10505</div><div><br></div><div><br></div><div>Cheers</div><div>Andy</div></div><font color="#888888"><div><br></div><div><br>
</div>
</font></blockquote></div><br></div>