I have created several diaogs that have a progress bar which I would like for a MARQUEE to appear. For example, one of these is testing the SQL Server connection. I do not know how long this will take, a MARQUEE would be perfect.
So before I display the dialog, I call this command:
Set Variable PROGRESSMODE to MARQUEE
the very next command is:
Display Dialog: MyCustomDialog, use as progress dialog (non-modal)
However, the marquee never works. Is there something else I need to set in order for this to show up?
PROGRESSMODE with MARQUEE does not appear to work
-
- Posts: 76
- Joined: Mon Nov 06, 2006 2:07 pm
- Location: Texas
- Contact:
-
- Posts: 76
- Joined: Mon Nov 06, 2006 2:07 pm
- Location: Texas
- Contact:
I have tried setting this after the dialog is shown as well...no luck
I know that it will work as I have seen it work in the SQL Server Express install. I just can't make it work on a custom form.
I have changed the name of the progress bar to ProgressBar thinking it may require that name. It still is not working. Any suggestions would be greatly appreciated.

I have changed the name of the progress bar to ProgressBar thinking it may require that name. It still is not working. Any suggestions would be greatly appreciated.
-
- Posts: 3452
- Joined: Thu Dec 22, 2005 7:17 pm
- Contact:
What you probably forgot to do is tell the progress control to actually receive progress updates. To do this, double-click the control, and when the dialog appears that lets you specify detailed control behavior, choose the "receives progress updates" value there. Then it should work.
Michael Nesmith
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
-
- Posts: 76
- Joined: Mon Nov 06, 2006 2:07 pm
- Location: Texas
- Contact:
-
- Posts: 3452
- Joined: Thu Dec 22, 2005 7:17 pm
- Contact:
Just double-click another control, and then pick the progress bar when the dialog does show 

Michael Nesmith
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
-
- Posts: 76
- Joined: Mon Nov 06, 2006 2:07 pm
- Location: Texas
- Contact:
Who is online
Users browsing this forum: No registered users and 138 guests