Search found 10 matches

by Luis Leon
Fri Oct 22, 2010 11:01 pm
Forum: Automation Tools
Topic: Ranorex Studio not starting
Replies: 1
Views: 2016

Ranorex Studio not starting

Hi,

After copying a solution to a different machine I cannot get the solution to run. I keep getting this message:

Image

Any ideas on what may cause this?

Regards,
by Luis Leon
Tue Oct 05, 2010 12:52 am
Forum: Automation Tools
Topic: ListBox control not recognized on a different platform
Replies: 2
Views: 2812

Re: ListBox control not recognized on a different platform

This issue also replicates in Windows 7 x64 and x86 in German
by Luis Leon
Mon Oct 04, 2010 9:05 pm
Forum: Automation Tools
Topic: ListBox control not recognized on a different platform
Replies: 2
Views: 2812

ListBox control not recognized on a different platform

Hi, For some reason the Spy is not recognizing a control in a given platform. This is a screenshot from my machine (US windows 7 x64): http://usera.ImageCave.com/Modjoe/en-us-x64.jpg And this is the other machine (Korean, window 7 x86 and x64): http://usera.ImageCave.com/Modjoe/ko-x86.jpg Any ideas ...
by Luis Leon
Mon Oct 04, 2010 8:18 pm
Forum: Automation Tools
Topic: RxPath for Recognizing forms
Replies: 4
Views: 2705

Re: RxPath for Recognizing forms

Hi,

Thanks for the help, regular expressions solved my issue.

Regards,
by Luis Leon
Fri Oct 01, 2010 6:40 pm
Forum: Automation Tools
Topic: RxPath for Recognizing forms
Replies: 4
Views: 2705

Re: RxPath for Recognizing forms

Hi, Thanks for the replies. The only common identifier found with the Spy is the "@class" attribute which is displayed in a a very odd way will look something like [executable.exe ;; GUID] but I can't manage to get this parameter to work. I'll try to use the regular expressions and I'll keep you pos...
by Luis Leon
Thu Sep 30, 2010 5:47 pm
Forum: Automation Tools
Topic: RxPath for Recognizing forms
Replies: 4
Views: 2705

RxPath for Recognizing forms

Hi, I have been using Ranorex for a while now and I run into the following issue: The main Window of my application changes its title depending on the users actions. By default the recorder locates the form by its accessible name but when a given user action (or localization setting) changes the for...
by Luis Leon
Thu Aug 26, 2010 6:38 pm
Forum: Automation Tools
Topic: Image validation fails after being converted to user code
Replies: 1
Views: 2027

Image validation fails after being converted to user code

Hi, I used the Image validation item on the action recorder in order to check for a given icon, this action has to be executed in a given situation so I decided to convert it to user code in order to add the required logic. However, the user code generated does not run since the taken screenshot of ...
by Luis Leon
Tue Aug 10, 2010 8:25 pm
Forum: Automation Tools
Topic: Localization issues
Replies: 5
Views: 2614

Re: Localization issues

It seems that the MessageBox.Show appearances can be catched using /form[@class='32770'] and their buttons also have static ControlId values regarldless of the button configuration. I found these button/controlid relationships: yes = '6' No = '7' Cancel = '2' This thread provided a solution, You hav...
by Luis Leon
Tue Aug 10, 2010 6:10 pm
Forum: Automation Tools
Topic: Localization issues
Replies: 5
Views: 2614

Re: Localization issues

After taking a look at the code, I realized all the windows affected by this issue are Messagebox.Show instances with custom messages and button sets.

Is there a way to indentify the messagebox.show instances regardless of their caption?

Regards
by Luis Leon
Tue Aug 10, 2010 12:38 am
Forum: Automation Tools
Topic: Localization issues
Replies: 5
Views: 2614

Localization issues

Hi, I've been trying ranorex 2.3 for some automation tasks, so far it seems that every form is located using its caption which is a major issue for me since the application I'm testing is localized to 12 languages thus Xpaths are not the same. For some reason, I noticed that there are some windows u...