<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div>For me Morph feels a little bit broken. Too simplified and feels like a special case. (But I certainly doesn't have a comprehensive overview of Morphic in Cuis.) E.g.: If I try to add a Morph instance inside a LayoutMorph I get an MNU because Morph doesn't implement layoutSpec. It brakes the uniformity of morphs.<br></div><div><br></div><blockquote type="cite"><div>a := Morph new.<br></div><div>b := LayoutMorph newColumn.<br></div><div>b addMorph: a.<br></div><div>b openInWorld <br></div></blockquote><div><br></div><div>But I understand what was the rationale behind it.<br></div><div><br></div><div>Regards,<br></div><div>Szabolcs<br></div><div><br></div><div>On Tue, Aug 15, 2023, at 22:25, Hilaire Fernandes via Cuis-dev wrote:<br></div><blockquote type="cite" id="qt" style=""><p><span class="size" style="font-size:18px;">If not a PlacedMorph you can't move it, it does
        not have the location attribute as does its submorph
        PlacedMorph.</span><br></p><p><span class="size" style="font-size:18px;">Morph not moveable can be usefull, it is the ones
        I use to render the math objects in DrGeo canvas.</span><br></p><div class="qt-moz-cite-prefix">Le 15/08/2023 à 22:04, Szabolcs
      Komáromi via Cuis-dev a écrit :<br></div><blockquote type="cite" cite="mid:9e3ccb98-9a7c-42dd-8c21-884250ec9ed2@app.fastmail.com"><div><br></div><div>I instantiated a new instance of the class Morph and opened
        in the word and tried to move it with the move morphic halo
        handle. The mophic halo moves alongside the HandMorph but the
        Morph instance doesn't. The pick up handle doesn't do anything
        visible. The message openInHand doesn't work, at least
        seemingly.<br></div><div><br></div></blockquote><pre class="qt-moz-signature" cols="72">-- 
GNU Dr. Geo
<a class="qt-moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="qt-moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a><br></pre><div>-- <br></div><div>Cuis-dev mailing list<br></div><div><a href="mailto:Cuis-dev@lists.cuis.st">Cuis-dev@lists.cuis.st</a><br></div><div><a href="https://lists.cuis.st/mailman/listinfo/cuis-dev">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br></div><div><br></div></blockquote><div><br></div></body></html>