Popups

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Popups

Karsten Kusche
Hi,

I try to open a new component in a popup, but when I do something in the
new window and go back to the old window to do something there, it
creates a new session and the app restarts. My guess is that I do
something wrong when I open the popup. What's the right way to open a
popup with a new component (not a new application; I setup the component
before I open it) in a new window?

Btw: in WASession I saw methods like: #closePopup so I thought there're
also the counterparts somewhere, but I couldn't find anything, is that
somehow related?

Kind Regards
Karsten

--
Karsten Kusche - Dipl.Inf. - [hidden email]
Tel: +49 3496 21 43 29
Georg Heeg eK - Köthen
Handelsregister: Amtsgericht Dortmund A 12812

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Popups

Diogenes Moreira
Hi Karsten.
 
You must use, some thing like this.
 
   html popupAnchor callback:[ WARenderLoop new: YourComponent new  ].
 
To use closePopup, you must add dependent property to popup achors.
 
Regards

On Fri, Sep 26, 2008 at 10:38 AM, Karsten <[hidden email]> wrote:
Hi,

I try to open a new component in a popup, but when I do something in the new window and go back to the old window to do something there, it creates a new session and the app restarts. My guess is that I do something wrong when I open the popup. What's the right way to open a popup with a new component (not a new application; I setup the component before I open it) in a new window?

Btw: in WASession I saw methods like: #closePopup so I thought there're also the counterparts somewhere, but I couldn't find anything, is that somehow related?

Kind Regards
Karsten

--
Karsten Kusche - Dipl.Inf. - [hidden email]
Tel: +49 3496 21 43 29
Georg Heeg eK - Köthen
Handelsregister: Amtsgericht Dortmund A 12812

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Popups

Lukas Renggli
Have a look at WAPopupTest.

Cheers,
Lukas

On 9/30/08, Diogenes Moreira <[hidden email]> wrote:

>
> Hi Karsten.
>
> You must use, some thing like this.
>
>    html popupAnchor callback:[ WARenderLoop new: YourComponent new  ].
>
> To use closePopup, you must add dependent property to popup achors.
>
> Regards
>
>
> On Fri, Sep 26, 2008 at 10:38 AM, Karsten <[hidden email]> wrote:
>
> > Hi,
> >
> > I try to open a new component in a popup, but when I do something in the
> new window and go back to the old window to do something there, it creates a
> new session and the app restarts. My guess is that I do something wrong when
> I open the popup. What's the right way to open a popup with a new component
> (not a new application; I setup the component before I open it) in a new
> window?
> >
> > Btw: in WASession I saw methods like: #closePopup so I thought there're
> also the counterparts somewhere, but I couldn't find anything, is that
> somehow related?
> >
> > Kind Regards
> > Karsten
> >
> > --
> > Karsten Kusche - Dipl.Inf. - [hidden email]
> > Tel: +49 3496 21 43 29
> > Georg Heeg eK - Köthen
> > Handelsregister: Amtsgericht Dortmund A 12812
> >
> > _______________________________________________
> > seaside mailing list
> > [hidden email]
> >
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >
>
>
> _______________________________________________
>  seaside mailing list
>  [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Popups

Diogenes Moreira
In reply to this post by Diogenes Moreira
sorry I forgot the call message
 
html popupAnchor callback:[ WARenderLoop new call: YourComponent new  ].

On Tue, Sep 30, 2008 at 9:45 AM, Diogenes Moreira <[hidden email]> wrote:
Hi Karsten.
 
You must use, some thing like this.
 
   html popupAnchor callback:[ WARenderLoop new: YourComponent new  ].
 
To use closePopup, you must add dependent property to popup achors.
 
Regards

On Fri, Sep 26, 2008 at 10:38 AM, Karsten <[hidden email]> wrote:
Hi,

I try to open a new component in a popup, but when I do something in the new window and go back to the old window to do something there, it creates a new session and the app restarts. My guess is that I do something wrong when I open the popup. What's the right way to open a popup with a new component (not a new application; I setup the component before I open it) in a new window?

Btw: in WASession I saw methods like: #closePopup so I thought there're also the counterparts somewhere, but I couldn't find anything, is that somehow related?

Kind Regards
Karsten

--
Karsten Kusche - Dipl.Inf. - [hidden email]
Tel: +49 3496 21 43 29
Georg Heeg eK - Köthen
Handelsregister: Amtsgericht Dortmund A 12812

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside