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
- :
- Re: WaitOnDialog
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 05, 2008
04:22 PM
WaitOnDialog
This thing seems to update the dialog for the user. Is there another type of object that can be used that does the same thing except it doesn't return a value or wait for user input?
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 05, 2008
05:02 PM
For InstallScript projects, there's the miniature SdShowMsg dialog box; or else possibly the combo Enable(STATUSEX) + SetStatusWindow + (sometimes) StatusUpdate...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 05, 2008
06:14 PM
Thanks Robert while that suggestion didn't work, I was able to find a resource which does exactly what I need.
This script creates a window and sends messages to it and creates a progress with increments at amounts that I specify.
I need to see how this thing works in a loop, but damn dude I can now finalize my method in C# and pass status updates and percentage in a way that I envisioned.
It is brilliant! Simply Brilliant!
Reference to what I mean:
http://helpnet.acresso.com/robo/projects/DevStudio9HelpLangref/LangrefSetStatusWindow_example.htm
One thing that wasn't in there was to call Disable(STATUS); at the end to release the pop up.
This script creates a window and sends messages to it and creates a progress with increments at amounts that I specify.
I need to see how this thing works in a loop, but damn dude I can now finalize my method in C# and pass status updates and percentage in a way that I envisioned.
It is brilliant! Simply Brilliant!
Reference to what I mean:
http://helpnet.acresso.com/robo/projects/DevStudio9HelpLangref/LangrefSetStatusWindow_example.htm
One thing that wasn't in there was to call Disable(STATUS); at the end to release the pop up.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 08, 2008
08:50 AM
As an update, I've multithreaded my installer and I was successfully able to pass back status updates along with percentage updates back to the installer without a note of hanging or not responding issues.
This progress bar works like a charm!
This progress bar works like a charm!