Hi, I've implemented the display progress action and its not disappearing at the end.
I read in the wiki that if I put a value of "100" then it should automatically disappear, but it doesn't for me.
I have 5 instances of "Display Progress". One at the beginning "0", one at 25%, one at 50%, one at 75% and then one at 100% (at the end).
The progress bar stops advancing at 75%. and the Macro ends, and the progress bar remains.
As this is not the behaviour of the Progress Bar Action there must be something unique to your Macro. If you upload a copy of your Macro here (with an image too) I am sure it will be possible to fix it.
Without seeing the actual Macro, my guess is that the Macro is terminating before the last Progress Action and that last Progress Action never gets to fire.
You could troubleshoot by moving that last Progress Action to an earlier point in the Macro (before that last move and click action) and see if that fixes things. Maybe that last move and click Action is failing and ending the Macro?
Thats it. Moving it in from the end seemed to work. Leaving it at the very end caused an issue. But bringing it up in the stack, it now disappeared. Thanks