Search found 2 matches

by darkheart
Mon Mar 24, 2008 4:13 am
Forum: General Questions
Topic: automating 3rd party controls
Replies: 1
Views: 3096

automating 3rd party controls

From Ranorex 1.4 feature list: Calling methods or setting/getting custom properties of controls in the tested application Problems with automating 3rd party controls? The new version of Ranorex allows you to extend your .NET application with properties and methods and call them from your test code. ...
by darkheart
Tue Mar 04, 2008 5:11 am
Forum: General Questions
Topic: Ranorex Thread in a C# Windows Application
Replies: 1
Views: 3705

Ranorex Thread in a C# Windows Application

I have a windows application that's written in C# where I'm using a separate thread to read a large list of values from another window (SysListView32 custom control with 10,000+ elements). I'm using a loop in the Ranorex thread that looks like the following: int listsize = ParentElement.ChildCount; ...