How to Hide test run dialogbox when run a recording

Ranorex Studio, Spy, Recorder, and Driver.
Andrea
Posts: 12
Joined: Fri Dec 16, 2016 1:48 pm

How to Hide test run dialogbox when run a recording

Post by Andrea » Tue Jan 17, 2017 11:34 am

Hi,

I know there is a setting to turn on/off the dialogbox for the test stuite, but is this also possible for running only a recording?

Best,
Andrea

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 when run a recording

Post by Support Team » Thu Jan 19, 2017 3:43 pm

Hi Andrea,

You can use the following line of code within an User Code action to hide the progress dialog
Ranorex.Controls.ProgressForm.Hide();
Regards,
Markus (S)