<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<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.EDB3DC16.08121976@drgeo.eu" alt="" width="708"
height="463">
<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><font size="+1"></font><br>
</p>
<pre class="moz-signature" cols="72">--
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
</body>
</html>