Running version 6.0.0 under Windows 10.
Even if I uncheck Show Progress Dialog on the test suite properties, the progress dialog still shows when the tests run.
6.0.0: Unchecking Show Progress Dialog still shows dialog
6.0.0: Unchecking Show Progress Dialog still shows dialog
Marc J. Balcer
Chief Architect
Model Compilers LLC
Chief Architect
Model Compilers LLC
Re: 6.0.0: Unchecking Show Progress Dialog still shows dialog
I am experiencing the same problem while using Windows 10 and Windows 7 after upgrading to 6.0.
Any quick workaround to make this dialog disappear so it stops causing unnecessary failures?
Other than this small issue, I am really enjoying the changes that you guys have made.
Thanks!!
Any quick workaround to make this dialog disappear so it stops causing unnecessary failures?
Other than this small issue, I am really enjoying the changes that you guys have made.
Thanks!!
Re: 6.0.0: Unchecking Show Progress Dialog still shows dialog
Found a workaround for anyone interested after digging in the forums.
I just added this line to my Startup code module:
Ranorex.Controls.ProgressForm.Hide();
So far even after moving to other test cases, the progress dialog has not re-appeared.
I just added this line to my Startup code module:
Ranorex.Controls.ProgressForm.Hide();
So far even after moving to other test cases, the progress dialog has not re-appeared.

Re: 6.0.0: Unchecking Show Progress Dialog still shows dialog
BSullivan's workaround works for me. Thank you.
Marc J. Balcer
Chief Architect
Model Compilers LLC
Chief Architect
Model Compilers LLC