<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 5/24/2024 1:57 PM, Mariano Montone via Cuis-dev wrote:
    <blockquote
cite="mid:CAHKx1Mgif0y9sbesQaRdL56rfzdnD6g9BpDwth+L2BeN=tYtrg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>Hi.</div>
        <div><br>
        </div>
        <div>I attach some fixes to the window resizes. The calculations
          were off.</div>
        <div><br>
        </div>
        <div>TODO: fix #tileOpenWindows. Doesn't work well for many
          windows.</div>
        <div><br>
        </div>
        <div>Mariano<br>
        </div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Fri, May 24, 2024 at
          1:05 PM Mariano Montone <<a moz-do-not-send="true"
            href="mailto:marianomontone@gmail.com">marianomontone@gmail.com</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 dir="ltr">It may be better if I reimplement the
            TileResizeMorph and avoid touching #allowedArea. So wait ...<br>
          </div>
          <br>
          <div class="gmail_quote">
            <div dir="ltr" class="gmail_attr">On Fri, May 24, 2024 at
              11:16 AM Mariano Montone <<a moz-do-not-send="true"
                href="mailto:marianomontone@gmail.com" target="_blank">marianomontone@gmail.com</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 dir="ltr">
                <div>Hello,</div>
                <div>      windows tile resize is broken in current
                  Cuis. The fix I found is replace the current
                  definition of SystemWindow>>allowedArea with:</div>
                <div><br>
                </div>
                <div>SystemWindow>>allowedArea<br>
                      "^(RealEstateAgent maximumUsableAreaInWorld: self
                  world) insetBy: Theme current fullScreenDeskMargin"<br>
                      ^ 0@0 extent: Display extent</div>
                <div><br>
                </div>
                <div>I imagine the RealEstateAgent is there for a good
                  reason, but I think it is fine to use the whole
                  Display extent for tiling resizes.</div>
                <div>Also, I don't observe bad behaviour for maximize
                  button after the change.</div>
                <div><br>
                </div>
                <div>Can somebody try the change and let me know what
                  would be wrong with it?</div>
                <div><br>
                </div>
                <div>Thanks,</div>
                <div>    Mariano<br>
                </div>
              </div>
            </blockquote>
          </div>
        </blockquote>
      </div>
    </blockquote>
    <br>
    Hi Mariano,<br>
    <br>
    Can you confirm that these changes sets do include your latest? I
    tried them, and I see no difference.<br>
    <br>
    Thanks,<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>