Search found 18 matches

by p.zott
Wed Jun 11, 2008 11:08 am
Forum: Automation Tools
Topic: Cannot compile the sample RanorexProVS2005Sample2
Replies: 1
Views: 3022

Cannot compile the sample RanorexProVS2005Sample2

If i try to compile the sample RanorexProVS2005Sample2 with Ranorex Studio i get the following error:

"The system cannot find the file App.ico"

Peter
by p.zott
Fri Apr 11, 2008 1:57 pm
Forum: Object Identification and Technologies
Topic: WebSpy performance problem?
Replies: 1
Views: 3321

WebSpy performance problem?

The WebSpy seems to have a performance problem if the web page has a large number of elements.
(But it works fine with smaller pages.)

Is this a known issue or has anyone the same problem?

Peter
by p.zott
Thu Mar 13, 2008 8:12 pm
Forum: General Questions
Topic: Continuous Integration and Ranorex?
Replies: 1
Views: 5688

Continuous Integration and Ranorex?

Hi,

We are planning to use Ranorex in a Continuous Integration process.
Any experiences with this?

Peter
by p.zott
Mon Feb 04, 2008 7:12 pm
Forum: Bug Reports
Topic: form.Text throws exception if window has no title
Replies: 1
Views: 3048

form.Text throws exception if window has no title

Hi, The following code throws an exception if the forms title is empty: foreach (Form form in Application.Forms) { try { if (form.Text.Contains("Microsoft Word")) { // do something } } catch (CommandFailedException) { } } I use the version V1.3. Peter
by p.zott
Fri Dec 14, 2007 12:35 am
Forum: Automation API
Topic: Estimated date of V1.4?
Replies: 1
Views: 3104

Estimated date of V1.4?

The ListView class will come with the following new functions in the next version V1.4 ...
We also need this functionality.
What is the estimated date of this version?

Peter
by p.zott
Wed Dec 05, 2007 12:22 am
Forum: Automation API
Topic: Menus of the Windows Explorer in Vista
Replies: 2
Views: 3466

Thank you, this works fine.

Peter
by p.zott
Thu Nov 15, 2007 11:15 pm
Forum: Automation API
Topic: Menus of the Windows Explorer in Vista
Replies: 2
Views: 3466

Menus of the Windows Explorer in Vista

I try to use the menus of the Windows Explorer in Vista but it does not work with the Menu class.
Can somebody suggest me an other way.

Peter
by p.zott
Thu Oct 18, 2007 9:12 pm
Forum: Automation Tools
Topic: Release date of the Recorder?
Replies: 1
Views: 3542

Release date of the Recorder?

What is the estimated release date of the recorder and what will the Premium Edition cost?

Peter
by p.zott
Tue Oct 16, 2007 5:25 pm
Forum: Bug Reports
Topic: Menu class for .NET form does not work
Replies: 2
Views: 3232

Thank you very much.
The function menuStrip.SelectItemText works :lol:

Peter
by p.zott
Mon Oct 01, 2007 9:28 pm
Forum: Bug Reports
Topic: Menu class for .NET form does not work
Replies: 2
Views: 3232

Menu class for .NET form does not work

I want to use the menus of a .NET application.
I tried the Menu class, but it does not work.

Any suggestion?

Peter
by p.zott
Wed Sep 12, 2007 9:54 pm
Forum: General Questions
Topic: Availability date for the Recorder?
Replies: 1
Views: 3043

Availability date for the Recorder?

When do you plan to release the Recorder?

Peter
by p.zott
Mon Jun 04, 2007 9:08 pm
Forum: Automation Tools
Topic: Cannot set the color in WordPad...
Replies: 1
Views: 3671

Cannot set the color in WordPad...

I recorded some actions in the WordPad application, almost everything works fine but i cannot set the color from the toolbar.
After popping up the color dialog the recorder stops with the following message:
ERROR: cannot find control by class name:#32768

Peter
by p.zott
Mon Apr 02, 2007 11:18 pm
Forum: Automation API
Topic: Recorder and user controls?
Replies: 1
Views: 2949

Recorder and user controls?

Hi,

When can we expect the first Recorder version?
Will it work also with user controls?

Peter
by p.zott
Mon Feb 26, 2007 12:14 am
Forum: Automation Tools
Topic: Properties cannot be copied
Replies: 1
Views: 3951

Properties cannot be copied

The text of the control properties cannot be marked and copied into the clipboard in RanorexSpyPro.

It works in RanorexSpy, is it a bug?
by p.zott
Sun Feb 25, 2007 11:59 pm
Forum: Automation API
Topic: How to read the control name?
Replies: 1
Views: 3271

How to read the control name?

Hi,

I read the controls of a form with form.GetControls and want to print out some properties of them.
But I couldn't find a property Name or ControlName of the Control class.
How can i retrieve the control name property?

Peter