Dear All,
Can anyone tell me of how to synchronise the progress bar with the installation of files. how should I relate them & indicate the progress bar correctly??
Thanks ,
regards
Sankar
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

Progress Bar
Started by
shrishankaraan
, Nov 19 2002 04:47
2 replies to this topic
Posted 19 November 2002 - 07:44
Hello Sankar,
This will be done automatically, you don't have to care about this topic. Function MoveFileData() should have something like this:
Eberhard
This will be done automatically, you don't have to care about this topic. Function MoveFileData() should have something like this:
Code Sample |
SetStatusWindow(0, ""); Disable(DIALOGCACHE); Enable(STATUS); //Enable(STATUSDLG); if enabled: a customized colour (progress bar) will not take effect! Enable(INDVFILESTATUS); StatusUpdate(ON, 100); ... //prior to ending MoveFileData() call this: Disable(STATUS); |
Eberhard
Posted 19 November 2002 - 08:41
Hi
Thanks for your reply. Let me explain the position.
There was a install shield applciation which was running fine. and then, I added few more files to be copied to the target machine and then even when the Progress bar has compelted 100%, files were being copied ( the ones which I added to be copied ), how can I overcome this???
Thanks
Sankar
Thanks for your reply. Let me explain the position.
There was a install shield applciation which was running fine. and then, I added few more files to be copied to the target machine and then even when the Progress bar has compelted 100%, files were being copied ( the ones which I added to be copied ), how can I overcome this???
Thanks
Sankar