[Seaside] using a callback to render a new component..

Nick Ager nick.ager at gmail.com
Tue Apr 20 15:46:02 UTC 2010


>
>
> i tried doing a:
>
> [self call: IMSinglePointView new]
>
> which replaces the calling component only with IMSinglePointView..
>
> what i would like to do is dump everything... and turn control over to
> IMSinglePointView..
>

Try:

self session presenter call: IMSinglePointView new

AFAIK self session presenter returns the outermost display component


>
> this also begs another question..
>
> if i do a call:, but never answer: that call.. does this end up
> putting a bunch of objects of of the scope of gc?


send #home before you do the next #show:/#call:
see:
http://lists.squeakfoundation.org/pipermail/seaside/2009-December/022137.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100420/36df19bd/attachment.htm


More information about the seaside mailing list