[Seaside] Open popup window after button click

Eduard Maydanik eduard at maydanik.de
Tue Mar 1 11:59:48 UTC 2011


Thanks!

-----Original Message-----
From: seaside-bounces at lists.squeakfoundation.org
[mailto:seaside-bounces at lists.squeakfoundation.org] On Behalf Of Julian
Fitzell
Sent: Tuesday, March 01, 2011 12:31 PM
To: Seaside - general discussion
Subject: Re: [Seaside] Open popup window after button click

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
>
>
_______________________________________________
seaside mailing list
seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list