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.
6.0.1 - Show Progress Dialog option getting turned off
6.0.1 - Show Progress Dialog option getting turned off
Shortcuts usually aren't...
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: 6.0.1 - Show Progress Dialog option getting turned off
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.
Sincerely,
Johannes
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();
Johannes
Re: 6.0.1 - Show Progress Dialog option getting turned off
Ah, sorry, didn't see that it had been reported previously. Posting on a Friday afternoon is a bad idea... 

Shortcuts usually aren't...