try <br><br>container changeTableLayout<br><br><div class="gmail_quote">2011/5/26 Chris Muller <span dir="ltr">&lt;<a href="mailto:ma.chris.m@gmail.com">ma.chris.m@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

I seem to be going crazy because I&#39;ve done lots of Morphic programming<br>
in the past.  But, for the life of me, I cannot seem to get layout to<br>
work the way I remember it always working.  I want rightCenter but<br>
can&#39;t get anything but topLeft.<br>
<br>
| container item |<br>
container := Morph new color: Color yellow; extent: 150@150;<br>
cellPositioning: #rightCenter.<br>
item := Morph new.<br>
item cellPositioning: #rightCenter.<br>
container addMorph: item.<br>
container openInHand<br>
<br>
I always thought cellPositioning was set on the _container_, but the<br>
comment says on the &quot;receiver&quot;, so even when I set it on both it is<br>
still placed at the top left.<br>
<br>
What am I missing here?<br>
<br><br>
<br></blockquote></div><br>