<div dir="ltr">I have an app that no longer runs with the latest Morphic updates.<div>The <font face="monospace">LayoutMorph</font> method <font face="monospace">addMorphFront:</font> sends <font face="monospace">#isPlacedMorph</font> to its argument.</div><div>In my case that is an instance of <font face="monospace">TextEntryMorph</font>.</div><div>This results in a MessageNotUnderstood error because <font face="monospace">TextEntryMorph</font> no longer supports the message <font face="monospace">#isPlacedMorph </font>(Did it previously?).</div><div>I see that the class <font face="monospace">TextEntryMorph</font> is a subclass of <font face="monospace">ProtoObject</font> and not <font face="monospace">Morph</font>.</div><div>That explains why it doesn't find the <font face="monospace">isPlacedMorph</font> method.</div><div>How should I fix this?<br clear="all"><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><font face="arial, helvetica, sans-serif">R. Mark Volkmann</font></div><div><span style="font-size:12.8000001907349px"><font face="arial, helvetica, sans-serif">Object Computing, Inc.</font></span></div></div></div></div></div></div></div></div></div></div>