[Seaside] Open popup window after button click

Julian Fitzell jfitzell at gmail.com
Tue Mar 1 11:31:11 UTC 2011


Hi Eduard,

As I recall, I think the simplest (more or less) equivalent is:

self session presenter call: PopupComponent new

The render loop code now operates on the presenter stored by the
session, so although it is possible to start a new loop, there is
little benefit to doing so.

Julian

On Tue, Mar 1, 2011 at 11:11 AM, Eduard Maydanik <eduard at maydanik.de> wrote:
> Hi, code sample:
>
>
>
> WARenderLoop new call: PopupComponent new
>
>
>
> From  http://www.seaside.st/documentation/faq/how-to#20704718
>
>
>
> Doesn’t work in current version.
>
>
>
> I am using WebVelocity 1.1a.
>
>
>
> WARenderLoopMain has no “call:” method.
>
>
>
> What is a right implementation?
>
>
>
> I need to open separate window with print version of document.
>
>
>
> Best regards,
>
> Eduard Maydanik
>
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the seaside mailing list