<div dir="ltr"><div>I'm trying to modify rather than subclass BoxedMorp, adding a new instance var to the class definition. This fails while Transcript reports what follows.</div><div><br></div><div>I'm guessing that recompilation of BoxedMorph does not play well while a WorldMorph (a subclass of BoxedMorph itself) instance is running.</div><div><br></div><div>What would be a way to work around this?</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"><font face="monospace" size="1">Class reshaping: InnerTextMorph has some instance running #acceptContents. This CompiledMethod would become invalid. Class reshaping aborted.<br>Class reshaping: InnerTextMorph has some instance running #processKeystrokeEvent:. This CompiledMethod would become invalid. Class reshaping aborted.<br>Class reshaping: InnerTextMorph has some instance running #processKeystrokeEvent:. This CompiledMethod would become invalid. Class reshaping aborted.<br>Class reshaping: InnerTextMorph has some instance running #keyStroke:. This CompiledMethod would become invalid. Class reshaping aborted.<br>Class reshaping: InnerTextMorph has some instance running #keyStroke:. This CompiledMethod would become invalid. Class reshaping aborted.<br>Class reshaping: HandMorph has some instance running #startKeyboardDispatch:. This CompiledMethod would become invalid. Class reshaping aborted.<br>Class reshaping: HandMorph has some instance running #processEventQueue. This CompiledMethod would become invalid. Class reshaping aborted.<br>Class reshaping: WorldMorph has some instance running #doOneCycleNow. This CompiledMethod would become invalid. Class reshaping aborted.<br>Class reshaping: WorldMorph has some instance running #handsDo:. This CompiledMethod would become invalid. Class reshaping aborted.<br>Class reshaping: WorldMorph has some instance running #doOneCycleNow. This CompiledMethod would become invalid. Class reshaping aborted.<br>Class reshaping: WorldMorph has some instance running #doOneCycle:. This CompiledMethod would become invalid. Class reshaping aborted.<br>Class reshaping: WorldMorph has some instance running #mainLoop. This CompiledMethod would become invalid. Class reshaping aborted.<br>Class reshaping: WorldMorph has some instance running #mainLoop. This CompiledMethod would become invalid. Class reshaping aborted.</font></blockquote></div>