Trace: • Customize an Application Without Derivation • Programatically Application Setup • Defining and Using Application Parameters • Using XmlSecurityManager • Remove Default Padding of Workscreen • Detecting Manual Logout • Show an Exception With Stack Trace • Push support • Portlet Integration • Open a “Managed” Custom Dialog
This is an old revision of the document!
Our ProjX application has its own content and window management. If you need a dialog, follow the description in Open a custom dialog but DON'T open the dialog with:
Dialog.openInternalFrame(...);
because the opened frame won't be in the list of managed frames. To open the dialog, simply call:
<projx_instance>.openContent(this, "Title", true, dialog);
Information
All managed frames/contents will be closed automatically from ProjX after logout!