Search found 16 matches

by Liam
Tue Feb 21, 2012 3:06 am
Forum: General Questions
Topic: Ranorex Repository Issue
Replies: 1
Views: 1570

Re: Ranorex Repository Issue

When you open the Help files, does the title of your main application change to end with "License Agreement" or "License Agreement for Use on Personal Computers"? Edit: I think you need to change the XPath of the Adobe Reader form to be /form[@title~'License Agreement$ | License Agreement for Use on...
by Liam
Mon Oct 31, 2011 6:53 am
Forum: Automation Tools
Topic: Unable to identify context menu items using Ranorex studio
Replies: 7
Views: 8768

Re: Unable to identify context menu items using Ranorex studio

Furthermore, I am new to Ranorex and I cannot find a definition of which is the <SCROLL> key on Windows (UK keyboard layout). Can someone tell me what it its? Is it simply an arrow key? I think what you want is the "Scroll lock" button. http://en.wikipedia.org/wiki/Scroll_lock On an IBM PC keyboard...
by Liam
Fri Jul 15, 2011 10:31 am
Forum: Object Identification and Technologies
Topic: MFC Feature Pack and Ranorex
Replies: 9
Views: 3729

Re: MFC Feature Pack and Ranorex

Currently our AUT is changing to use menu components from Microsoft MFC Feature Pack 2008. Does Ranorex plan to support this in the near future?

Thanks...
by Liam
Mon Nov 08, 2010 12:11 pm
Forum: Automation API
Topic: Could not access cells in a wxWindow
Replies: 8
Views: 2888

Re: Could not access cells in a wxWindow

Thank you again sdaly, I can see how it works in your way. But sometimes I will need to get the value of myCheckBox.Checked. So I will ask our developer to implement MSAA for this control.
by Liam
Mon Nov 08, 2010 7:40 am
Forum: Automation API
Topic: Could not access cells in a wxWindow
Replies: 8
Views: 2888

Re: Could not access cells in a wxWindow

Hi, I take a try with the GDI Plug-In - very nice feature :) But, sadly I don't think it fits my situation quite well. As you can see from my snapshot, we have checkboxes inside the window, for which there is no text. :( So it seems the only way is to implement MSAA for the control? Thanks, Liam
by Liam
Fri Nov 05, 2010 10:30 am
Forum: Automation API
Topic: Could not access cells in a wxWindow
Replies: 8
Views: 2888

Re: Could not access cells in a wxWindow

Thanks, sdaly, I will try the GDI Plug-In to see if it works for me.

Hi Peter,
Could you help to take a look at the snapshot?

Thank you for your help.

Regards,
Liam
by Liam
Fri Nov 05, 2010 7:24 am
Forum: Automation API
Topic: Could not access cells in a wxWindow
Replies: 8
Views: 2888

Could not access cells in a wxWindow

Hi,

Some dialogs in my AUT use wxWidget, and Ranorex Spy could only recognize the top window, but could not access the cell level. Please see below image:
cell_in_wxwindow.png
Is Ranorex going to support this? Or there is already a way but I didn't find?

Thanks!
Liam
by Liam
Fri Aug 06, 2010 11:06 am
Forum: Automation API
Topic: Calling Functions / Modules dynamically
Replies: 13
Views: 3802

Re: Calling Functions / Modules dynamically

Thank you Alex, for your quick response. I will try that next week. Have a good weekend!

Liam
by Liam
Fri Aug 06, 2010 10:35 am
Forum: Automation API
Topic: Calling Functions / Modules dynamically
Replies: 13
Views: 3802

Re: Calling Functions / Modules dynamically

Great sdaly also helped me out of a similar problem - http://www.ranorex.com/forum/how-to-loop-all-recordings-t1462.html :D I've converted the code to c# and now there seems to be a problem with this line: m.Invoke(g,null); Invoke will catch all exceptions thrown by the target method, wrap them in a...
by Liam
Thu Jul 22, 2010 10:29 am
Forum: Bug Reports
Topic: "Searched image" always display whole range of screenshot
Replies: 1
Views: 2009

"Searched image" always display whole range of screenshot

Hi, I am very happy to see this release note for 2.3.2: "Image validation now always adds images to the report if validation fails". I can see if validation fails, both "expected image" and "searched image" are listed in the report, which is very nice. However, if I only select a region of the scree...
by Liam
Tue Jun 29, 2010 11:05 am
Forum: Automation Tools
Topic: Image Validation VS Different PCs
Replies: 1
Views: 2281

Image Validation VS Different PCs

Hi, I made some charts in MS Excel, and I would like to check if they were plotted correctly. I tried Ranorex Spy, but it could not detect the "chart" as an element. My second thought was to use the Image Validation Mode. This worked, at least on the same PC. But when I migrated the test to another ...
by Liam
Mon Jun 28, 2010 9:16 am
Forum: Automation API
Topic: how to loop all recordings
Replies: 2
Views: 2409

Re: how to loop all recordings

Hi Scott,

Thank you very much for your help! I read your sample and converted it to C# (learning this language :) ) -- it's working pretty good!

Cheers!
Liam
by Liam
Mon Jun 28, 2010 9:10 am
Forum: Automation Tools
Topic: Recording class name and Repository class name
Replies: 1
Views: 2098

Recording class name and Repository class name

I am using Ranorex Version 2.3.1.8466 and am confused by the Recording/Repository class name in Code Generation. Let's say: 1. Start Ranorex Recorder and save the (blank) recording as "New_Recording.rxrec", then check the Recording class name in the Current Recording tab of Configuration dialog --> ...
by Liam
Fri Jun 25, 2010 9:20 am
Forum: Automation API
Topic: how to loop all recordings
Replies: 2
Views: 2409

how to loop all recordings

beginner to programming, so maybe a stupid question, but... I am organizing my testing cases this way: toRanorex.png Considering that more and more recordings will be added to the "cases" folder, is there some method I can use in Program.cs to auto-loop and run all existing recordings in that folder...
by Liam
Tue May 04, 2010 11:00 pm
Forum: General Questions
Topic: output the expected image to report when a validation fails
Replies: 2
Views: 1988

Re: output the expected image to report when a validation fails

BTW, I also read this post http://www.ranorex.com/forum/continue-script-automatically-after-failure-t666.html ---- ohm wrote: May be you guys should put it in your future improvement list so users can use it from 'Properties' without having to go through user codes. It is really helpful when you get...