Hi Bobby,

Bobby Sciacchitano wrote:
> Hi All,
> 
> I¹m just starting with QooxDoo and really enjoying the power and flexibility
> given by the library. In 4 days I¹ve been able to write a business app that
> meets our needs. Just adding the finishing touches.
Welcome to the qooxdoo project! Nice to hear you like it :-)

> Basically my question is, I¹m developing an application which includes a
> Login and Logout screen. I¹m trying to write a method so that when the user
> logs out from the system, all commands, menus and windows (we are using a
> MDI-style interface) are unloaded from the application root. Is there any
> quick and easy way of doing it without having to specify all the elements
> that have to be unloaded?
Maybe the "shutdown" method of the static class "qx.core.ObjectRegistry" 
is the right thing for you. It disposes all registered objects and 
cleans up the registry.

-> 
http://demo.qooxdoo.org/current/apiviewer/#qx.core.ObjectRegistry~shutdown

cheers,
   Alex

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to