Search found 27 matches

by Gav
Fri May 09, 2014 3:48 pm
Forum: Object Identification and Technologies
Topic: Ranorex cannot find Qt elements in GraphicsView
Replies: 2
Views: 2187

Re: Ranorex cannot find Qt elements in GraphicsView

Hi there,

In case anyone else out there has experienced this issue, we have found a way for Ranorex to correctly identify elements. We implemented QAcessibleInterface and mapped DOM elements onto accessible controls.

Gav
by Gav
Fri Mar 28, 2014 4:03 pm
Forum: Object Identification and Technologies
Topic: Ranorex cannot find Qt elements in GraphicsView
Replies: 2
Views: 2187

Ranorex cannot find Qt elements in GraphicsView

We're using Qt's Webkit widget, powered by their GraphicsView as part of a new UI. We've found that Ranorex cannot identify any of the page objects. We have copied all Qt accessibility plugins into the application's directory and created the qt.conf file as per the advice in Ranorex Help but to no a...
by Gav
Wed Sep 11, 2013 9:02 am
Forum: Bug Reports
Topic: BUG: Ranorex 4.1 causing display problems with OpenGL
Replies: 3
Views: 2582

Re: BUG: Ranorex 4.1 causing display problems with OpenGL

Thanks, Michael.

We've rolled back to 4.0.6 for the time being, but I will try these alternative settings when we upgrade to 4.1 again.

Gav
by Gav
Tue Sep 10, 2013 8:59 am
Forum: Bug Reports
Topic: BUG: Ranorex 4.1 causing display problems with OpenGL
Replies: 3
Views: 2582

Re: BUG: Ranorex 4.1 causing display problems with OpenGL

Hi there,

Does anyone have any thoughts on this problem?

Gav
by Gav
Fri Sep 06, 2013 11:52 am
Forum: Bug Reports
Topic: BUG: Ranorex 4.1 causing display problems with OpenGL
Replies: 3
Views: 2582

BUG: Ranorex 4.1 causing display problems with OpenGL

Hi there, We have an application that contains child OpenGL windows which render images using a 3rd party library called OpenInventor. We rely heavily on Ranorex to validate the images shown in the OpenGL windows. However, since upgrading to 4.1, each time Ranorex attempts to access the application ...
by Gav
Tue Nov 20, 2012 11:31 am
Forum: General Questions
Topic: Easy way to replace screenshots that have changed?
Replies: 1
Views: 1697

Easy way to replace screenshots that have changed?

Hi there, I'm looking for an easy way to swap screenshots that have changed between software versions. Something along the lines of the test report showing the expected and actual images, but then asking if I'd like to accept the reported actual image to be the new expected image? Would this be poss...
by Gav
Wed Apr 11, 2012 5:32 pm
Forum: Object Identification and Technologies
Topic: Rx Spy not seeing obj properties that other UI utilities can
Replies: 12
Views: 3798

Re: Rx Spy not seeing obj properties that other UI utilities can

Actually just noticed that I'm being a complete numpty! When I turn off the MSAA filtering, the 'container' object appears below all the non-friendly objects. The container then expands to show all the objects with friendly names! Thanks for your help and guidance, and apologies for kind of missing ...
by Gav
Wed Apr 11, 2012 5:16 pm
Forum: Object Identification and Technologies
Topic: Rx Spy not seeing obj properties that other UI utilities can
Replies: 12
Views: 3798

Re: Rx Spy not seeing obj properties that other UI utilities can

Hi Markus, This is generally how I use Spy to identify objects: Start the AUT and Spy In Spy, hit 'Browse Local Host' or 'Refresh' and switch on 'Highlight Elements' I then expand the tree of the AUT and, using Highlight to guide me, find my way to the object I need. Or I may indeed choose to expand...
by Gav
Tue Apr 10, 2012 3:41 pm
Forum: Object Identification and Technologies
Topic: Rx Spy not seeing obj properties that other UI utilities can
Replies: 12
Views: 3798

Re: Rx Spy not seeing obj properties that other UI utilities can

Hi Tobias,

I'm sorry but I don't follow what you're saying.

Whether using the demo application or our AUT, I don't really use the tracking facility, but let Spy scan and then I expand the various trees manually.

Thanks,

Gav
by Gav
Tue Apr 10, 2012 11:21 am
Forum: Object Identification and Technologies
Topic: Rx Spy not seeing obj properties that other UI utilities can
Replies: 12
Views: 3798

Re: Rx Spy not seeing obj properties that other UI utilities can

Hi there, Disabling the MSAA filtering options has had no effect - I am still unable to see the items correctly in either the demo app or our own application. However, inputting the path you suggested for 'New File' directly into the RanoreXPath bar does find the item and shows it with each of its a...
by Gav
Wed Apr 04, 2012 9:39 am
Forum: Object Identification and Technologies
Topic: Rx Spy not seeing obj properties that other UI utilities can
Replies: 12
Views: 3798

Re: Rx Spy not seeing obj properties that other UI utilities can

Hi chaps,

Have you managed to make any progress with this issue yet?

Thanks,

Gav
by Gav
Tue Mar 27, 2012 10:44 am
Forum: Object Identification and Technologies
Topic: Rx Spy not seeing obj properties that other UI utilities can
Replies: 12
Views: 3798

Re: Rx Spy not seeing obj properties that other UI utilities can

Hi there, Please find attached a sample application that exhibits the same problems we are seeing with our own application. For example, Ranorex Spy shows none of the specific toolbar item details when running under any combination of user, administrator and 32/64 bit configurations, whereas UISpy s...
by Gav
Mon Mar 26, 2012 3:42 pm
Forum: Object Identification and Technologies
Topic: Rx Spy not seeing obj properties that other UI utilities can
Replies: 12
Views: 3798

Re: Rx Spy not seeing obj properties that other UI utilities can

Hi there,

We can probably get something together for you, but in the meantime do you have any other suggestions we could try to get Spy recognising the controls?

Thanks,

Gav
by Gav
Fri Mar 23, 2012 3:43 pm
Forum: Object Identification and Technologies
Topic: Rx Spy not seeing obj properties that other UI utilities can
Replies: 12
Views: 3798

Rx Spy not seeing obj properties that other UI utilities can

I'm having problems with Ranorex Spy identifying certain properties of our controls that are detected quite happily by other utilities. We're writing a C++ application that uses wxWidgets to implement its user interface. Currently we have no accessibility support built into the application but we ha...
by Gav
Tue Mar 13, 2012 11:58 am
Forum: General Questions
Topic: How to organise a test suite with >1 .exes and shared repo
Replies: 2
Views: 1991

Re: How to organise a test suite with >1 .exes and shared repo

Hi there,

That seems to have done the trick! It's a little irritating that it automatically creates those references, though.

Thanks,

Gav