This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information

--Open a "managed" custom dialog

Information about development with ProjX.

--Open a "managed" custom dialog

Postby Development@SIB » Wed Oct 02, 2013 12:44 pm



This article is outdated - please use our new system at

https://doc.sibvisions.com




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:

Code: Select all
Dialog.openInternalFrame(...);

because the opened frame won't be in the list of managed frames. To open the dialog, simply call:

Code: Select all
<projx_instance>.openContent(this, "Title", true, dialog);


Information

All managed frames/contents will be closed automatically from ProjX after logout!
User avatar
Development@SIB
 
Posts: 325
Joined: Mon Sep 28, 2009 1:54 pm

Return to Documentation