cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
PysnLiu
Level 3

How to Close a custom dialog?Here,'close' means invisible.

I've defined a custom dialog,which belongs to a feature.And i didn't place this dialog in OnFirstUIBefore.When this dialog displays,i push the NEXT button,the dialog still exists.
How can I close this dialog?I've tried EndDialog() and Disable(BACKGROUND),neither working.
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

Perhaps related to Disable(DIALOGCACHE)?
0 Kudos
J_anitha
Level 8

EndDialog (szDialogName) and then ReleaseDialog (szDialogName)
0 Kudos