Page 1 of 1

6.0.0: Unchecking Show Progress Dialog still shows dialog

Posted: Tue May 31, 2016 2:27 am
by mjbalcer
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.

Re: 6.0.0: Unchecking Show Progress Dialog still shows dialog

Posted: Wed Jun 01, 2016 1:40 pm
by BSullivan
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!!

Re: 6.0.0: Unchecking Show Progress Dialog still shows dialog

Posted: Wed Jun 01, 2016 2:00 pm
by BSullivan
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. 8)

Re: 6.0.0: Unchecking Show Progress Dialog still shows dialog

Posted: Wed Jun 01, 2016 5:59 pm
by mjbalcer
BSullivan's workaround works for me. Thank you.