<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <br>
    #buildMorphicSystemCategoryList is called when the Window is
    built... See senders. Names do mean something!!!<br>
    <br>
    Just close that Window and open a new one.<br>
    <br>
    On 11/29/2024 9:59 AM, Mark Volkmann via Cuis-dev wrote:
    <blockquote
cite="mid:CAFfRWnXFr6j2OHMxCgDsjGmC4mmcaTz0dv+CvgWVkGu+C4kM7w@mail.gmail.com"
      type="cite">
      <div dir="ltr">That is because my screenshot is taken before I
        select "Changes ... Install New Updates".
        <div>After I do that I see that line changes to "<font
            face="monospace">menuNshortcutsKey: #systemCatListMenuSpec;</font>".</div>
        <div><br>
        </div>
        <div>But when I hover over the class category pane in a Browser
          and press cmd-f,</div>
        <div>I still get MessageNotUnderstood from the following
          expression in <font face="monospace">BrowserWindow</font></div>
        <div>because widgetKey is still set to <font face="monospace">#systemCategoriesListMenuSpec</font>.</div>
        <div><br>
        </div>
        <div><font face="monospace">(widgetKey numArgs = 0<br>
                ifTrue: [self perform: widgetKey]<br>
                ifFalse: [self perform: widgetKey with: aWidget]) do:
            aBlock.</font><br>
        </div>
        <div><br>
        </div>
        <div>Could the problem be that installing the changes doesn't
          update the shortcut keys which have already been initialized,</div>
        <div>so they still are set to use the old value for that
          widgetKey?</div>
        <div>Is there something I need to do to rerun some setup code
          after installing new updates?</div>
      </div>
      <br>
      <div class="gmail_quote gmail_quote_container">
        <div dir="ltr" class="gmail_attr">On Fri, Nov 29, 2024 at
          8:38 AM Juan Vuletich <<a moz-do-not-send="true"
            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: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div bgcolor="#ffffff"> On 11/29/2024 9:14 AM, Mark Volkmann
            wrote:
            <blockquote type="cite">
              <div dir="ltr">I cloned Cuis-Smalltalk-Dev again and was
                able to reproduce the issue.
                <div>It seems that the commit that causes the issue for
                  me is <span style="font-size: inherit; color: rgb(0,
                    0, 0);">f1ff80b.</span>
                  <div><span style="font-size: inherit; color: rgb(0, 0,
                      0);">See lines 159-160 in the file </span>CoreUpdates/<a
                      moz-do-not-send="true"
href="http://6844-BetterSelectors-JuanVuletich-2024Nov22-15h28m-jmv.001.cs.st"
                      target="_blank">6844-BetterSelectors-JuanVuletich-2024Nov22-15h28m-jmv.001.cs.st</a>.</div>
                  <div>These remove the systemCategoriesListMenuSpec
                    method.<br>
                    <div><span style="font-size: inherit; color: rgb(0,
                        0, 0);">With the commit before that which is </span>5f45738
                      I cannot reproduce the issue.</div>
                  </div>
                </div>
                <div><br>
                </div>
                <div>I think you are correct that there are no direct
                  senders of #systemCategoriesListMenuSpec.</div>
                <div>But there is a "self perform: widgetKey" where
                  widgetKey gets set to #systemCategoriesListMenuSpec in
                  SystemWindow.</div>
                <div>See the attached screenshots.</div>
              </div>
            </blockquote>
            <br>
            But #6844 also includes a redefinition of
            #buildMorphicSystemCategoryList dated 11/22/2024 15:29:47
            that fixes exactly that, and that seems missing from your
            screenshot.<br>
            <br>
            <blockquote type="cite">
              <div dir="ltr">
                <div><br>
                </div>
              </div>
              <br>
              <div class="gmail_quote">
                <div dir="ltr" class="gmail_attr">On Fri, Nov 29, 2024
                  at 6:15 AM Juan Vuletich <<a moz-do-not-send="true"
                    href="mailto:juan@cuis.st" target="_blank">juan@cuis.st</a>>
                  wrote:<br>
                </div>
                <blockquote class="gmail_quote" style="margin: 0px 0px
                  0px 0.8ex; border-left: 1px solid rgb(204, 204, 204);
                  padding-left: 1ex;">
                  <div bgcolor="#ffffff"> On 11/28/2024 5:29 PM, Mark
                    Volkmann via Cuis-dev wrote:
                    <blockquote type="cite">
                      <div dir="ltr">
                        <div>Perhaps there was a recent regression. I
                          get the error "MessageNotUnderstood
                          BrowserWindow>>systemCategoriesListMenuSpec"
                          when I follow these steps:</div>
                        <div><br>
                        </div>
                        <div>1. Start the base image Cuis7.1-6770.image</div>
                        <div>2. Click on the World.</div>
                        <div>3. Select Changes ... Install New Updates.</div>
                        <div>4. Open a Browser.</div>
                        <div>5. Hover over the class categories pane.</div>
                        <div>6. Press cmd-f (in macOS).</div>
                        <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>
                      </div>
                    </blockquote>
                    <br>
                    Hi Mark,<br>
                    <br>
                    #systemCategoriesListMenuSpec has no senders in an
                    updated stock image. Something is funky on your
                    setup.<br>
                    <br>
                    HTH,<br>
                    <pre cols="72">-- 
Juan Vuletich
<a moz-do-not-send="true" href="http://cuis.st" target="_blank">cuis.st</a>
<a moz-do-not-send="true" href="http://github.com/jvuletich" target="_blank">github.com/jvuletich</a>
<a moz-do-not-send="true" href="http://researchgate.net/profile/Juan-Vuletich" target="_blank">researchgate.net/profile/Juan-Vuletich</a>
<a moz-do-not-send="true" href="http://independent.academia.edu/JuanVuletich" target="_blank">independent.academia.edu/JuanVuletich</a>
<a moz-do-not-send="true" href="http://patents.justia.com/inventor/juan-manuel-vuletich" target="_blank">patents.justia.com/inventor/juan-manuel-vuletich</a>
<a moz-do-not-send="true" href="http://linkedin.com/in/juan-vuletich-75611b3" target="_blank">linkedin.com/in/juan-vuletich-75611b3</a>
<a moz-do-not-send="true" href="http://twitter.com/JuanVuletich" target="_blank">twitter.com/JuanVuletich</a></pre>
                  </div>
                </blockquote>
              </div>
              <div><br clear="all">
              </div>
              <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>
            </blockquote>
            <br>
            <br>
            <pre cols="72">-- 
Juan Vuletich
<a moz-do-not-send="true" href="http://cuis.st" target="_blank">cuis.st</a>
<a moz-do-not-send="true" href="http://github.com/jvuletich" target="_blank">github.com/jvuletich</a>
<a moz-do-not-send="true" href="http://researchgate.net/profile/Juan-Vuletich" target="_blank">researchgate.net/profile/Juan-Vuletich</a>
<a moz-do-not-send="true" href="http://independent.academia.edu/JuanVuletich" target="_blank">independent.academia.edu/JuanVuletich</a>
<a moz-do-not-send="true" href="http://patents.justia.com/inventor/juan-manuel-vuletich" target="_blank">patents.justia.com/inventor/juan-manuel-vuletich</a>
<a moz-do-not-send="true" href="http://linkedin.com/in/juan-vuletich-75611b3" target="_blank">linkedin.com/in/juan-vuletich-75611b3</a>
<a moz-do-not-send="true" href="http://twitter.com/JuanVuletich" target="_blank">twitter.com/JuanVuletich</a></pre>
          </div>
        </blockquote>
      </div>
      <div><br clear="all">
      </div>
      <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>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Juan Vuletich
cuis.st
github.com/jvuletich
researchgate.net/profile/Juan-Vuletich
independent.academia.edu/JuanVuletich
patents.justia.com/inventor/juan-manuel-vuletich
linkedin.com/in/juan-vuletich-75611b3
twitter.com/JuanVuletich</pre>
  </body>
</html>