Search found 3 matches

by tman786
Wed Jan 29, 2014 12:55 pm
Forum: How To …
Topic: How to scroll to a flex item if EnsureVisible is not working
Replies: 7
Views: 13416

Re: How to scroll to a flex item if EnsureVisible is not working

code for scrolling to object did not work for me however the following setting change did:

Configuration.Current.Adapter.DefaultUseEnsureVisible = false;

Regards,

Tman786
by tman786
Wed Jan 29, 2014 12:51 pm
Forum: Automation API
Topic: Use Ranorex Repository or XPaths in variables?
Replies: 2
Views: 2851

Use Ranorex Repository or XPaths in variables?

Hi, I am new to Ranorex but have substantial experience using QTP. I am in the process of creating a framework in C# and im currently storing xpaths in variables in a class file and using host.local.FindSingle<> statements to set references to an objects before performing actions against it. What i ...
by tman786
Wed Jan 15, 2014 12:23 pm
Forum: How To …
Topic: How to scroll to a flex item if EnsureVisible is not working
Replies: 7
Views: 13416

Re: How to scroll to a flex item if EnsureVisible is not working

Hi Support,

I'm trying this code as i am having the same problem with FlexObjects.

After placing in a class, Visual Studio is reporting issues with the type of 'Point', 'Rectangle' and 'Size' types.

I have the using System.drawing namespace as you have advised.

Please assist.

Thanks