[Cuis-dev] resolving recent Morphic changes

Mark Volkmann r.mark.volkmann at gmail.com
Sun Sep 22 17:11:59 PDT 2024


I have an app that no longer runs with the latest Morphic updates.
The LayoutMorph method addMorphFront: sends #isPlacedMorph to its argument.
In my case that is an instance of TextEntryMorph.
This results in a MessageNotUnderstood error because TextEntryMorph no
longer supports the message #isPlacedMorph (Did it previously?).
I see that the class TextEntryMorph is a subclass of ProtoObject and not
Morph.
That explains why it doesn't find the isPlacedMorph method.
How should I fix this?

-- 
R. Mark Volkmann
Object Computing, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20240922/919844e4/attachment.htm>


More information about the Cuis-dev mailing list