PDA

View Full Version : Updating install progress dialog



NewsArchive
03-01-2010, 01:44 AM
Friedrich,

Is there a way to update the progress dialog? I'd like to notify the dialog
when I'm doing the copy file step (as opposed to the install file step) and
update it's text.

Or perhaps a custom dialog? Not sure where that would go since the progress
dialog is updating its progress bar as I do the extra copy step. But would
be nice to change the text on the dialog to inform the user that an
additional step is underway.

Can I update #DLG_INSTALL_TEXT# at runtime?

--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/devs.htm

NewsArchive
03-01-2010, 01:45 AM
Hi Russ,

The "Process Uninstall Queue" function automatically opens and closes the
uninstall dialog when it processes the uninstall .log.

It should be possible to display a "Wait" dialog (or a Progress Dialog)
after the "Process Uninstall Queue".

Friedrich

NewsArchive
03-01-2010, 01:45 AM
I added a message function for the time being.

--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/devs.htm