Thanks!
Some sample-Code would be nice :)

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Raul Gutierrez 
S.
Gesendet: Mittwoch, 27. Dezember 2006 15:03
An: qooxdoo Development
Betreff: Re: [qooxdoo-devel] how to hide page?

Hi Tobias,

Tobias Koller (GERMO GmbH) wrote:
> I made a loginscreen and when I push the login-Button I want to hide
> this Login-Site and load another Site with some test-content.
>
> How can I handle this?
>
>   
What I do is use a class that creates a new window with setModal(true) 
and has a callback property. Once you have
logged in successfully the window is closed and the callback is called.  
On the plus side it is easy to handle expired sessions and you also have 
a performance win since the login class is a Singleton.

If you are interested I can send some example code. I am not sure it 
applies to your case though.

Raul

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to