This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How to Close a custom dialog?Here,'close' means invisible.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 19, 2009
04:22 AM
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.
How can I close this dialog?I've tried EndDialog() and Disable(BACKGROUND),neither working.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 19, 2009
09:11 AM
Perhaps related to Disable(DIALOGCACHE)?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 22, 2009
03:38 AM
EndDialog (szDialogName) and then ReleaseDialog (szDialogName)