grahama
Joined: 24 Apr 2007 Posts: 8
|
Posted: Mon Jun 25, 2007 3:19 am Post subject: RanorexSpy shows different Size than RanorexNet |
|
I have found a situation where RanorexSpy shows the correct element size for a window, but RanorexNet Element.Size gives the wrong value.
The window is a child window in a MDI app.
To find a the Titlebar in RanorexNet, I first location the child window using the window title, and then find the element with the Role TitleBar.
RanorexSpy and RanorexNet.Element give the exact same values for
But RanorexSpy gives the (correct) client and screen position as
(-28, 175) - (1191, 201) 1219 x 26
and RanorexNet.Element gives the Location as (-28,175), and the Size as (28,-175) !!
Is this a bug in RanorexNet? I'm using Ranorex Pro 1.1 |
|