How to Hide test run dialogbox or progress bar

Ranorex Studio, Spy, Recorder, and Driver.
omayer
Posts: 458
Joined: Thu Oct 28, 2010 6:14 pm

How to Hide test run dialogbox or progress bar

Post by omayer » Sat May 12, 2012 6:53 am

How to Hide test run dialogbox or progress bar
You do not have the required permissions to view the files attached to this post.
Tipu

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: How to Hide test run dialogbox or progress bar

Post by Support Team » Sat May 12, 2012 8:32 am

There's a checkbox in the Test Suite Settings -> Show Progress Dialog:
http://www.ranorex.com/support/user-gui ... html#c3024

Regards,
Alex
Ranorex Team

omayer
Posts: 458
Joined: Thu Oct 28, 2010 6:14 pm

Re: How to Hide test run dialogbox or progress bar

Post by omayer » Sun May 13, 2012 6:50 am

Thank you Alex
Tipu

swmatisa
Posts: 123
Joined: Fri Aug 05, 2011 7:52 am

Re: How to Hide test run dialogbox or progress bar

Post by swmatisa » Mon May 14, 2012 12:31 pm

or in the code
Ranorex.Controls.ProgressForm.Hide();
// and later
Ranorex.Controls.ProgressForm.Show();
SW