Search found 12 matches

by Brett
Fri Aug 20, 2010 7:21 pm
Forum: Automation Tools
Topic: Program.cs template
Replies: 2
Views: 3307

Re: Program.cs template

Found it, thanks!
by Brett
Thu Aug 19, 2010 10:52 pm
Forum: Automation Tools
Topic: Program.cs template
Replies: 2
Views: 3307

Program.cs template

Is there a file that Ranorex uses to generate the program.cs that I can edit to get a different Program.cs file? I would like to add some fields to the default. Thanks.
by Brett
Wed Jul 21, 2010 7:01 pm
Forum: Bug Reports
Topic: Ranorex 2.3.3 issue
Replies: 4
Views: 1991

Re: Ranorex 2.3.3 issue

Thanks! That did it!
by Brett
Thu Jul 15, 2010 4:54 pm
Forum: Bug Reports
Topic: Ranorex 2.3.3 issue
Replies: 4
Views: 1991

Re: Ranorex 2.3.3 issue

Their is no error message that appears, the program acted like it clicked the list item. I cant give you a screenshot unfortunately, but the list item to click was found by: ListItem listItem = MyComboBox.FindSingle<ListItem> ("listitem[@text='" + ElementValue + "']"); And the RxPath of the combobox...
by Brett
Wed Jul 14, 2010 9:23 pm
Forum: Bug Reports
Topic: Ranorex 2.3.3 issue
Replies: 4
Views: 1991

Ranorex 2.3.3 issue

Hello, We have been using Ranorex 2.3.1 for sometime now and we just recently decided to try out 2.3.3 due to the changes regarding combobox visibility. We didn't have any problems before with them before but after we installed the new version our tests no longer worked. We have a combobox with abou...
by Brett
Thu Jun 10, 2010 10:15 pm
Forum: Automation API
Topic: Radio Button Group
Replies: 1
Views: 2309

Radio Button Group

Hello, Ive been trying to programmatically access radio buttons and its important that i know what radio buttons are grouped together. I want to update the changes made to them when I change a radio button linked to those buttons. How would I get the grouping of radio buttons using Ranorex.RadioButt...
by Brett
Tue Jun 01, 2010 11:55 pm
Forum: Bug Reports
Topic: Image comparison issue
Replies: 2
Views: 2281

Re: Image comparison issue

I cant replicate this anymore, I'll get pictures if it comes up again though
by Brett
Tue Jun 01, 2010 7:00 pm
Forum: Automation Tools
Topic: Configuration
Replies: 1
Views: 2355

Configuration

Hello all, Is there a configuration file that I can edit in the studio? I would like to change all recordings registries to a linked repository but clicking on each one and then selecting my registry is tedious. Also, how do I make my linked registry path relative instead of absolute. I would like t...
by Brett
Fri May 28, 2010 11:44 pm
Forum: Bug Reports
Topic: Image comparison issue
Replies: 2
Views: 2281

Image comparison issue

This isnt an exception but something i have noticed. When doing Image Comparison on two screenshots, if the speed is set to 0x then it will sometimes fail when it should pass. I did a play all selected right click on my recording items and they pass but when i build the project they fail. I have fou...
by Brett
Fri May 28, 2010 3:36 pm
Forum: Bug Reports
Topic: Out Of Memory Exception
Replies: 8
Views: 3484

Re: Out Of Memory Exception

It just happened again, I was renaming screenshots in the repository . Their are currently 20 items on the recording queue. Total of 7 screenshots. It gave me the same error as the one posted above.

This might be happening because im using a linked repository.
by Brett
Fri May 28, 2010 3:20 pm
Forum: Bug Reports
Topic: Out Of Memory Exception
Replies: 8
Views: 3484

Re: Out Of Memory Exception

I did a lot of work before saving it, thankfully it didnt crash or anything. Its hard to say how many, one of my projects it occured on has 159 steps in the recording. That wasnt created all at once however. The other project had 10 screenshots and about 10 other actions. I have a screenshot of my s...
by Brett
Thu May 27, 2010 9:47 pm
Forum: Bug Reports
Topic: Out Of Memory Exception
Replies: 8
Views: 3484

Out Of Memory Exception

Edit: Running on windows XP, i found you can replicate this if you get a large project and just start adding validation items to the recording. I saw another post with a memory exception a while back but i think this is different. This happened when I was renaming my screenshots in the repository an...