Page 1 of 1

Documentation errors (Ranorex 1.1.0)

Posted: Tue Apr 24, 2007 9:24 pm
by grahama
[Using Ranorex 1.1.0.0 for .NET 2.0 free download]

In the page for Application.FindForm Method, selecting "SearchMatchMode" results in a "This page cannot be displayed" error.

Also, most (all?) of the prototypes are missing the method/property name and the parameter names do not match those listed under "Parameters". For example, for Application.Close, the C# prototype is:

public static int (string String)

I think it should be:

public static int Close(string title)

This makes the documentation a bit difficult to follow.

Thanks.

Posted: Wed Apr 25, 2007 7:19 pm
by webops
Thanks for this info!
We updated the RanorexNet Documentation and extended it with some new features.

Download the new CHM from:
http://www.ranorex.com/download/RanorexNet.chm

or see the online documentation:
http://www.ranorex.com/Documentation/Net/

Gabor
Ranorex Team