<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="4">Hi Ken, <br>
      </font></p>
    <p><font size="4">Indeed parent class of Color Edit, Panel, has  a
        lower layer number, 30. <br>
      </font></p>
    <p><font size="4">When invoking a Panel on top of an application
        window, it should not fall behind this application window (kids
        will do that) otherwise user will get lost. Or imagine the
        ColorPanel used to set color on object in a window underneath.<br>
      </font></p>
    <p><font size="4">May be your change with the property could be
        moved up to Panel in the class hierarchy, with a default value
        of 30, and ColorPanel could adjust its property to 100 in its
        initialize method. This will give more freedome for user of
        these classes to adjust accordingly to their needs. <br>
      </font></p>
    <div class="moz-cite-prefix">Le 17/05/2025 à 01:15, ken.dickey---
      via Cuis-dev a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:7240d95e7f96bf3fa95beb5c40b733ff@whidbey.com">Greetings!
      <br>
      <br>
      As I am going through docs/tutorials again, I found that the
      ColorEditor panel stayed at front, which does not accord with the
      Layout Tutorial.   Also, moving this Morph to back via morph menu
      did not work.
      <br>
      <br>
      I updated this to be #layerNumber 100, which acts as a regular
      Morph with respect to Z-order.
      <br>
      <br>
      At the same time, I updated all package requirements to the
      latest/current.
      <br>
      <br>
      If you are using UI-Color-Panel.pck.st, you will need to update to
      latest.
      <br>
      <br>
      Sorry for any problems.
      <br>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
<a class="moz-txt-link-freetext" href="http://mamot.fr/@drgeo">http://mamot.fr/@drgeo</a></pre>
  </body>
</html>