- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Jun 17, 2020
12:54 AM
How to set progressbar value in the SetupProgress dialog
I've added some custom actions that runs after "Publish Components" in the Execute sequence. But I don't know to set correct value in the progressbar in the Setup Progress dialog. Now it shows 100% when my custom action run. How can I modify the progressbar value.
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Jun 17, 2020
03:25 AM
you could try following codes, i think they will work.
SetStatusWindow(30, "");
