Stange, you should be able to see the dialog and continue script execution.
Of course if the script finish, all the dialogs created by the script will be destroyed.
Dialog should be created and showed with
DIALOG SHOW MODELESS hDlg
The function creating the dialog should return the dialog handl into a script variable. Than use the handl inside the script in order to manage the window.
Maybe in this case you should post your module source code to me, maybe via private message, in order to have a look.
Bookmarks