Thanks for the response.  The problem, however, is that in these
examples I am forced to manually set the extents of the
PasteUpMorph.  I simply want to to tell it to fill its container
window and be done with it.<br>
<br>
Again, perhaps I'm using the wrong morph for the job.&nbsp; I want to
display a vertically scrollable list of text morphs.&nbsp; The width of
the text morphs should resize with the container window (as the single
one does in a SystemWindow).&nbsp; I chose PasteUpMorph as the
container for the texts, and they act as I want them to.&nbsp; The
problem is getting the PasteUpMorph itself to follow the outlines of
its own parent.<br>
<br><br><div><span class="gmail_quote">On 9/25/05, <b class="gmail_sendername">Matej Košík</b> &lt;<a href="mailto:kosik@fiit.stuba.sk">kosik@fiit.stuba.sk</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Steve Greenberg wrote:<br>&gt;<br>&gt; As a learning exercise, I'm writing an outliner in morphic (using<br>&gt; 3.8-6665 on WinXP).<br>&gt;<br>&gt; For some reason I am unable to make the PasteUpMorph fill the size of<br>
&gt; the containing widget and have to resize it manually.<br><br>If I understand your problem correctly then you can try to look at this.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://minnow.cc.gatech.edu/squeak/3875">http://minnow.cc.gatech.edu/squeak/3875
</a><br><br>There are some examples which might interest you.<br><br>&gt;<br>&gt; To build it, I create a SystemWindow, add a ScrollPane, and then add a<br>&gt; PasteUpMorph.&nbsp;&nbsp;I tried setting the PasteUpMorph's hResizing to
<br>&gt; #spaceFill, but no go.&nbsp;&nbsp;I tried sending layoutChanged to everyone in the<br>&gt; chain, but that didn't help either.<br>&gt;<br>&gt; Should I be using a different morph for this?<br>&gt;<br>&gt; As a side note, I've noticed that GeeMailMorph exhibits this same behavior.
<br>&gt;<br><br>Regards<br>--<br>Matej Košík<br><br></blockquote></div><br>