Page 1 of 1

--Open a "managed" custom dialog

PostPosted: Wed Oct 02, 2013 12:44 pm
by Development@SIB


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!