Hello again!
We are using FFS not only for ongoing backups (which is working really well), but also for on-demand system backups as part of XP to Windows 7 migrations. Our configuration settings do not show the progress dialog because the backup portion is embedded in a larger process. Based on customer feedback that the backup phase is confusing (no idea how far along it might be), we are looking for ways to use the progress bar *but safely*.
Would it be possible to add configuration options in the XML that could enable or disable the Cancel button and the Close control for the dialog?
Add option to disable the Close and Cancel buttons in the Progress dialog
- Posts: 74
- Joined: 17 Mar 2008
- Site Admin
- Posts: 7210
- Joined: 9 Dec 2007
This reminds me of
http://blogs.msdn.com/b/oldnewthing/archive/2013/01/16/10385357.aspx
You can check for error code "3" (Helpfile -> Batch Scripting) to detect the user pressing cancel in a .ffs_batch job.
http://blogs.msdn.com/b/oldnewthing/archive/2013/01/16/10385357.aspx
You can check for error code "3" (Helpfile -> Batch Scripting) to detect the user pressing cancel in a .ffs_batch job.