Page 1 of 1

6.0.1 - Show Progress Dialog option getting turned off

Posted: Fri Jul 08, 2016 6:31 pm
by krstcs
Ranorex 6.0.1
Windows 10

The "Show Progress Dialog" option is being turned OFF by Ranorex automatically. When I installed Ranorex 6.0.1 it was set to OFF during the upgrade process, which it should not have been as it was ON with 5.4.6 in all of my projects.

After turning the option ON again, it will work for a couple of runs, and then it will turn OFF again, by itself.

Re: 6.0.1 - Show Progress Dialog option getting turned off

Posted: Mon Jul 11, 2016 7:25 am
by Support Team
Hi Kelly,

I'm afraid this is a known issue in Ranorex 6.0.

Currently, we do not know when this issue will be fixed. This depends on various factors. Nevertheless, all reported bugs and feature requests are documented in the release notes, with every new version release of Ranorex.

As a workaround, you could try enabling the Progress Dialog in the setup region of the test suite by using the following function.

Code: Select all

Ranorex.Controls.ProgressForm.Show();
Sincerely,
Johannes

Re: 6.0.1 - Show Progress Dialog option getting turned off

Posted: Mon Jul 11, 2016 2:48 pm
by krstcs
Ah, sorry, didn't see that it had been reported previously. Posting on a Friday afternoon is a bad idea... :D