<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Squeak3.10.gamma.7159, WinXP/SP2<br>
<br>
I have a window with four panes: <br>
&nbsp;&nbsp;&nbsp; top left: LayoutFrame fractions: (0@0 corner: <a class="moz-txt-link-abbreviated" href="mailto:0.2@0.5">0.2@0.5</a>)).<br>
&nbsp;&nbsp;&nbsp; top right pane: LayoutFrame fractions: (0.2@0 corner: <a class="moz-txt-link-abbreviated" href="mailto:1@0.5">1@0.5</a>).<br>
&nbsp;&nbsp;&nbsp; bottom left pane: LayoutFrame fractions: (<a class="moz-txt-link-abbreviated" href="mailto:0@0.5">0@0.5</a> corner: 0.19@1).<br>
&nbsp;&nbsp;&nbsp; bottom right pane: LayoutFrame fractions: (<a class="moz-txt-link-abbreviated" href="mailto:0.19@0.5">0.19@0.5</a> corner: 1@1).<br>
<br>
self addPaneSplitters does its impressive magic; <br>
&nbsp;&nbsp;&nbsp; a horizontal pane splitter right across the window at y=0.5<br>
&nbsp;&nbsp;&nbsp; two vertical pane splitters one between top left and top right and
another between bottom left and bottom right.<br>
(The latter two has 'splitsTopAndBottom'=false)<br>
<br>
The curious thing is that the two vertical pane splitters are linked;
any one of them cannot be moved past the other one. The constraint is
in these methods <br>
<i><b>ProportionalSplitterMorph&gt;&gt;</b></i><br>
&nbsp;&nbsp;&nbsp; <b>normalizedX: x</b><br>
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ^ (x max: self leftBoundary) min: self rightBoundary<br>
&nbsp;&nbsp;&nbsp; <b>rightBoundary</b><br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ^ (self splitterRight ifNil: [self containingWindow
panelRect right] ifNotNil: [self splitterRight left]) - 50<br>
&nbsp;&nbsp;&nbsp; <b>splitterRight</b><br>
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; | splitters |<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; splitters _ ((self siblingSplitters select: [:each | each x
&gt; self x]) asSortedCollection: [:a :b | a x &lt; b x]).&nbsp;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ^ splitters ifEmpty: nil ifNotEmpty: [splitters first]<br>
&nbsp;&nbsp;&nbsp; <b>siblingSplitters</b><br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ^ self owner submorphsSatisfying: [:each | (each isKindOf: self
class) and: [self splitsTopAndBottom = each splitsTopAndBottom] and:
[each ~= self]]<br>
&nbsp;&nbsp;&nbsp; <br>
Does anybody know the motivation for this curious behavior? The easiest
workaround would be to hack <b>siblingSplitters </b>to return an
empty collection. Perhaps it would be better with a new preference?
(Subclassing <i><b>ProportionalSplitterMorph</b></i> does not seem
practicable).<br>
<br>
I'll be grateful for enlightenment about this curious behavior.<br>
--Trygve<br>
<b></b>
<div class="moz-signature">-- <br>
<meta http-equiv="Content-Type" content="text/html; ">
<meta name="ProgId" content="Word.Document">
<meta name="Generator" content="Microsoft Word 10">
<meta name="Originator" content="Microsoft Word 10">
<link rel="File-List" href="TrygveSignature-filer/filelist.xml">
<title>-- </title>
<!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:SpellingState>Clean</w:SpellingState>
  <w:GrammarState>Clean</w:GrammarState>
  <w:HyphenationZone>21</w:HyphenationZone>
  <w:PunctuationKerning/>
  <w:DrawingGridHorizontalSpacing>6 pt</w:DrawingGridHorizontalSpacing>
  <w:DrawingGridVerticalSpacing>6 pt</w:DrawingGridVerticalSpacing>
  <w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery>
  <w:DisplayVerticalDrawingGridEvery>3</w:DisplayVerticalDrawingGridEvery>
  <w:UseMarginsForDrawingGridOrigin/>
  <w:DoNotShadeFormData/>
  <w:Compatibility>
   <w:FootnoteLayoutLikeWW8/>
   <w:ShapeLayoutLikeWW8/>
   <w:AlignTablesRowByRow/>
   <w:ForgetLastTabAlignment/>
   <w:LayoutRawTableWidth/>
   <w:LayoutTableRowsApart/>
   <w:UseWord97LineBreakingRules/>
  </w:Compatibility>
  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]-->
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-parent:"";
        margin:0cm;
        margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Times New Roman";
        mso-fareast-font-family:"Times New Roman";}
span.SpellE
        {mso-style-name:"";
        mso-spl-e:yes;}
span.GramE
        {mso-style-name:"";
        mso-gram-e:yes;}
 /* Page Definitions */
 @page
        {mso-page-border-surround-header:no;
        mso-page-border-surround-footer:no;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;
        mso-header-margin:35.4pt;
        mso-footer-margin:35.4pt;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
        {mso-style-name:"Vanlig tabell";
        mso-tstyle-rowband-size:0;
        mso-tstyle-colband-size:0;
        mso-style-noshow:yes;
        mso-style-parent:"";
        mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
        mso-para-margin:0cm;
        mso-para-margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:10.0pt;
        font-family:"Times New Roman";}
</style>
<![endif]--><!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="2050"/>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1"/>
 </o:shapelayout></xml><![endif]-->
<div class="Section1">
<p class="MsoNormal" style=""><span class="SpellE"><span
 style="font-size: 10pt; font-family: Arial;" lang="EN-GB">Trygve</span></span><span
 style="font-size: 10pt; font-family: Arial;" lang="EN-GB">
Reenskaug<span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>mailto: <span class="SpellE"><a class="moz-txt-link-abbreviated" href="mailto:trygver@ifi.uio.no">trygver@ifi.uio.no</a></span></span><span
 style="font-size: 10pt; font-family: Arial;"><o:p></o:p></span></p>
<p class="MsoNormal" style=""><span class="SpellE"><span class="GramE"><span
 style="font-size: 10pt; font-family: Arial;" lang="EN-GB">Morgedalsvn</span></span></span><span
 class="GramE"><span style="font-size: 10pt; font-family: Arial;"
 lang="EN-GB">.</span></span><span
 style="font-size: 10pt; font-family: Arial;" lang="EN-GB"> 5A <span
 style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><a class="moz-txt-link-freetext" href="http://heim.ifi.uio.no/~trygver">http://heim.ifi.uio.no/~trygver</a><o:p></o:p></span></p>
<p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: Arial;">N-0378
Oslo<span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>Tel: (+47) 22 49 57 27<o:p></o:p></span></p>
<p class="MsoNormal" style=""><span class="SpellE"><span
 style="font-size: 10pt; font-family: Arial;">Norway</span></span><span
 style="font-size: 10pt; font-family: Arial;"><o:p></o:p></span></p>
</div>
</div>
</body>
</html>