<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
i tried doing a:<br>
<br>
[self call: IMSinglePointView new]<br>
<br>
which replaces the calling component only with IMSinglePointView..<br>
<br>
what i would like to do is dump everything... and turn control over to<br>
IMSinglePointView..<br></blockquote><div> </div><div>Try:</div><div> </div><div>self session presenter call: IMSinglePointView new</div><div><br></div><div>AFAIK self session presenter returns the outermost display component</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
this also begs another question..<br>
<br>
if i do a call:, but never answer: that call.. does this end up<br>
putting a bunch of objects of of the scope of gc?</blockquote><div><br></div><div>send #home before you do the next #show:/#call:</div><div>see: <a href="http://lists.squeakfoundation.org/pipermail/seaside/2009-December/022137.html">http://lists.squeakfoundation.org/pipermail/seaside/2009-December/022137.html</a> </div>
</div>