<!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">
    Hi Hilaire,<br>
    <br>
    I just tried with the link you sent in separate thread. I saw the
    difference, and could find the update that broke Layouts. It was
    indeed a silly bug of mine. Fix is now at GitHub.<br>
    <br>
    Thanks for reporting. Thanks for DrGeo!<br>
    <br>
    Cheers,<br>
    <br>
    On 9/29/2021 12:39 PM, Juan Vuletich via Cuis-dev wrote:
    <blockquote cite="mid:615488A9.2050305@jvuletich.org" type="cite">
      <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
      <title></title>
      Hi Hilaire,<br>
      <br>
      I need more help from you. I need details on:<br>
      - How to get the relevant, updated version of DrGeo.<br>
      - How to create the window<br>
      - If possible, a screen capture of how it should look, and with
      what is the latest Cuis update #, and VectorGraphics.pck.st
      version number, for that correctly working environment.<br>
      <br>
      Thanks!<br>
       <br>
      On 9/29/2021 12:20 PM, Hilaire Fernandes via Cuis-dev wrote:
      <blockquote
        cite="mid:02a99954-5d97-c1e8-d22a-d104109d1c88@drgeo.eu"
        type="cite">
        <meta http-equiv="content-type" content="text/html;
          charset=UTF-8">
        <p><font size="+1">Hi,</font></p>
        <p><font size="+1">I saw recent changes in Layout. After
            updating image, now, DrGeo windows looks wrongly like this:</font></p>
        <img moz-do-not-send="false"
          src="cid:part1.07010102.01080306@jvuletich.org" alt=""
          height="463" width="708">
        <p><font size="+1">I use a transparent morph as an elastic
            morph. Maybe it does not work anymore with the recent
            changes?<br>
          </font></p>
        <p><font size="+1">Installation code is:</font></p>
        <p><font size="+1"><font face="monospace">installTools<br>
              " Install menu, toolbar, tree, wheels, statusbar "<br>
                  | row col |<br>
                  row _ LayoutMorph newRow.<br>
                  row addMorphUseAll: self window drawable.<br>
                  col _ LayoutMorph newColumn name: #wheelsYZ.<br>
                  self isWheelZ ifTrue: [<br>
                      col addMorph: self zoomWheel layoutSpec:
              (LayoutSpec <br>
                          fixedExtent: DrGeoSystem wheelWidth @
              DrGeoSystem wheelHeight)].<br>
                  col addMorphUseAll: self transparentMorph.<br>
                  self isWheelY ifTrue: [<br>
                      col addMorph: self verticalWheel layoutSpec:
              (LayoutSpec <br>
                          fixedExtent: DrGeoSystem wheelWidth @
              DrGeoSystem wheelHeight)].            <br>
                  row addMorph: col layoutSpec: (LayoutSpec fixedWidth:
              DrGeoSystem wheelWidth proportionalHeight: 1).    <br>
                  self window addMorph: row.<br>
                  row _ LayoutMorph newRow axisEdgeWeight: #rowRight;
              name: #wheelX; yourself.<br>
                  self isWheelX ifTrue: [<br>
                      row addMorph:self horizontalWheel layoutSpec:
              (LayoutSpec <br>
                          fixedExtent: DrGeoSystem wheelHeight @
              DrGeoSystem wheelWidth)].<br>
                  row addMorph: self transparentMorph layoutSpec:
              ((LayoutSpec<br>
                          fixedExtent: DrGeoSystem wheelWidth asPoint) 
              offAxisEdgeWeight: #columnRight).<br>
                  self window addMorph: row layoutSpec: (LayoutSpec
              fixedHeight: DrGeoSystem wheelWidth)</font><br>
            <br>
          </font></p>
        <p><font size="+1"><br>
          </font></p>
        <p><br>
        </p>
        <pre class="moz-signature" cols="72">-- 
GNU Dr. Geo
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
      </blockquote>
      <br>
      <br>
      <pre class="moz-signature" cols="72">-- 
Juan Vuletich
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="http://www.cuis-smalltalk.org">www.cuis-smalltalk.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://github.com/jvuletich">https://github.com/jvuletich</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://www.linkedin.com/in/juan-vuletich-75611b3">https://www.linkedin.com/in/juan-vuletich-75611b3</a>
@JuanVuletich</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Juan Vuletich
<a class="moz-txt-link-abbreviated" href="http://www.cuis-smalltalk.org">www.cuis-smalltalk.org</a>
<a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a>
<a class="moz-txt-link-freetext" href="https://github.com/jvuletich">https://github.com/jvuletich</a>
<a class="moz-txt-link-freetext" href="https://www.linkedin.com/in/juan-vuletich-75611b3">https://www.linkedin.com/in/juan-vuletich-75611b3</a>
@JuanVuletich</pre>
  </body>
</html>