Search found 7 matches

by Grogimer
Fri Jun 20, 2014 7:24 pm
Forum: Bug Reports
Topic: Screenshots of software running in full screen mode
Replies: 7
Views: 3909

Re: Screenshots of software running in full screen mode

Well if i really need to get a full screen screenshot i could automate snip it or do a print screen and code it to pull it from the clipboard. Just not worth the effort. So allot of ways to get around it. Just took the simple path and pulled it out of full screen. Validating if it exists would only ...
by Grogimer
Fri Jun 20, 2014 5:26 pm
Forum: Bug Reports
Topic: Screenshots of software running in full screen mode
Replies: 7
Views: 3909

Re: Screenshots of software running in full screen mode

You are probably right about it being something to do with DirectX. I am actually not trying to automate the game, I am testing the launcher. Just wanted the a screenshot that the game opened to be sent in an emailed report for spot checking.So image recognition is not necessary for this part (altho...
by Grogimer
Fri Jun 20, 2014 3:18 pm
Forum: Bug Reports
Topic: Screenshots of software running in full screen mode
Replies: 7
Views: 3909

Re: Screenshots of software running in full screen mode

Sorry, Left all that out. Windows 7 Pro but it also happens on Windows 8.1. Have not tried it on vista or xp yet. Ranorex Version 5.0.3.18203 DirectX 9.0c Can not really do that since when you leave a full screen application it minimizes.But doing the ctrl+lwindow when in the application pulls you b...
by Grogimer
Thu Jun 19, 2014 11:52 pm
Forum: Bug Reports
Topic: Screenshots of software running in full screen mode
Replies: 7
Views: 3909

Screenshots of software running in full screen mode

Ranorex does not like taking a screenshot of applications in full screen mode. Duplicate: 1. create a recording 2. in the recording add a new report line item to take a screenshot without a repository item selected 3. add a new line item to delay for 2 min (this is just so you can get the next one u...
by Grogimer
Thu Jun 19, 2014 8:36 pm
Forum: Automation API
Topic: How do I use a windows form to start off a set of test cases
Replies: 1
Views: 3341

Re: How do I use a windows form to start off a set of test cases

Ok, I would say there is probably a better/cleaner way to do this but i got it to work. Running the form on a separate thread and setting a do while loop to look for a change in a parameter. This is the user code in the recording: [language=csharp] public partial class Setup { /// <summary> /// This...
by Grogimer
Fri Jun 13, 2014 9:17 pm
Forum: Bug Reports
Topic: Adding elements to a form causes exception error
Replies: 1
Views: 1881

Adding elements to a form causes exception error

Hello, Really easy to reproduce this one. Ranorex Version 5.0.3.18203 .Net Runtime Version 4.0.30319.18444 Windows 7 Professional Right click on project and select add new item Select C# folder Select Windows Applications Select Form from templates Click Create Close the new form1.cs (as the tabs ar...
by Grogimer
Fri Jun 13, 2014 8:57 pm
Forum: Automation API
Topic: How do I use a windows form to start off a set of test cases
Replies: 1
Views: 3341

How do I use a windows form to start off a set of test cases

I am going to apologize in advance as i am a novice and had horrible luck searching for the answer. Basically, i am trying to get form to pop up and request an email address before running a specific subset of tests. What i have done thus far: Using C# Added Windows Application Form in Ranorex Setup...