Feature request - Console on top

Bug reports.
User avatar
sdaly
Posts: 238
Joined: Mon May 10, 2010 11:04 am
Location: Dundee, Scotland

Feature request - Console on top

Post by sdaly » Thu Oct 14, 2010 10:27 am

Hi

Usually when we run tests, the console is displayed on a seperate monitor so you can see what's going on at runtime. When using one screen however when doing demo's etc, we can't see the console. Would it be possible to make the console always be on top, until Ranorex needs to find a control behind it?

Thanks
Scott

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

Re: Feature request - Console on top

Post by Support Team » Thu Oct 14, 2010 11:32 am

Hi Scott,

In Ranorex 3.0 you have a progress form bottom right (always on top), which shows you the actual actions. At the moment you can use the EnsureVisible method of Ranorex for the Console, but I would not recommend to use this solution, because it could cause problems with your automation. I would recommend you to place a Console.ReadKey() on points you want to check the console.

Regards,
Peter
Ranorex Team