<div dir="ltr">Thanks so much for this fix!<div><br></div><div>I have a related question. I have a class that is a subclass of <font face="monospace">LayoutMorph</font>.</div><div>Where is the best place to configure the direction to be <font face="monospace">#vertical</font>?</div><div>My <font face="monospace">initialize</font> instance methods creates and adds a bunch of submorphs.</div><div>I added this immediately after "<font face="monospace">super initialize</font>" in my <font face="monospace">initialize</font> method:</div><div><br></div><div>  <font face="monospace">self direction: #vertical.</font></div><div><br></div><div>I also tried adding this:</div><div><br></div><div>  <font face="monospace">self beColumn.</font></div><div><br></div><div>I execute this in a Workspace: <font face="monospace">TodoApp new openAtCursor</font>.</div><div>But the <font face="monospace">direction</font> used is still <font face="monospace">#horizontal</font>, so my change to the <font face="monospace">direction</font> didn't take effect for some reason.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Aug 7, 2024 at 2:57 PM Juan Vuletich <<a href="mailto:juan@cuis.st">juan@cuis.st</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><u></u>

  
    
  
  <div bgcolor="#ffffff">
    On 8/4/2024 5:13 PM, Mark Volkmann via Cuis-dev wrote:
    <blockquote type="cite">
      <div dir="ltr">When I run the code in the debugger I see this in
        the class method "new" of <font face="monospace">LayoutMorph</font>:
        <div><br>
        </div>
        <div><font face="monospace">new<br>
                ^self newRow color: `(Color red alpha: 0.2)`</font><br>
        </div>
        <div><br>
        </div>
        <div>So that explains why the color is a shade of pink. It sends
          the message `#color:` to the instance AFTER sending the
          message `#newRow`.</div>
        <div>The `newRow` method calls `initialize` which I override to
          also send the message `#color` with my preferred color.</div>
        <div>So my color gets replaced by pink due to the order of the
          calls.</div>
      </div>
    </blockquote>
    <br>
    Yes. Not helpful, and annoying. Just pushed an update to remove
    that.<br>
    <br>
    <blockquote type="cite">
      <div dir="ltr">
        <div>Now I need to find a place other than `initialize` to set
          the color AFTER `new` is called.</div>
        <div>I suppose one option is to override the `drawOn:` method
          like this:</div>
        <div><br>
        </div>
        <div><font face="monospace">drawOn: aCanvas<br>
                self color: Color green.<br>
                super drawOn: aCanvas.</font><br>
        </div>
        <div><br>
        </div>
        <div>Is that what you recommend?</div>
      </div>
    </blockquote>
    <br>
    No, just use the update I just pushed.<br>
    <br>
    Thanks,<br>
    <pre cols="72">-- 
Juan Vuletich
<a href="http://cuis.st" target="_blank">cuis.st</a>
<a href="http://github.com/jvuletich" target="_blank">github.com/jvuletich</a>
<a href="http://researchgate.net/profile/Juan-Vuletich" target="_blank">researchgate.net/profile/Juan-Vuletich</a>
<a href="http://independent.academia.edu/JuanVuletich" target="_blank">independent.academia.edu/JuanVuletich</a>
<a href="http://patents.justia.com/inventor/juan-manuel-vuletich" target="_blank">patents.justia.com/inventor/juan-manuel-vuletich</a>
<a href="http://linkedin.com/in/juan-vuletich-75611b3" target="_blank">linkedin.com/in/juan-vuletich-75611b3</a>
<a href="http://twitter.com/JuanVuletich" target="_blank">twitter.com/JuanVuletich</a></pre>
  </div>

</blockquote></div><br clear="all"><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="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.8px"><font face="arial, helvetica, sans-serif">Object Computing, Inc.</font></span></div></div></div></div></div></div></div></div>