Search found 7 matches

by darkness
Tue Feb 03, 2009 4:51 pm
Forum: Automation API
Topic: Changes from Preview to RC1
Replies: 1
Views: 2602

Changes from Preview to RC1

I was wondering why one of my scenarios evaluated with 2.0.0.4977 did not work any more when I realized that I have switched to the RC1. Under Preview the Control (Custom Control developed inhouse) is identified as Ranorex.Container. Under RC1 the same Control is now Ranorex.Unknown and I cannot get...
by darkness
Fri Jan 23, 2009 3:38 pm
Forum: Automation API
Topic: CaptureCompressedImage lossless?
Replies: 1
Views: 2416

CaptureCompressedImage lossless?

Hi!

I would like to know whether the compression of the screenshot of a control I take with the CaptureCompressedImage() function is lossless.

If not: is there another way to get such a screenshot?
by darkness
Mon Jan 19, 2009 2:58 pm
Forum: Automation Tools
Topic: Start Record from Ranorex Windows Application
Replies: 2
Views: 3216

Re: Start Record from Ranorex Windows Application

if your're lucky you just need to call

Code: Select all

PluginManager.Instance.LoadDefaultPlugins();
before calling the recorded action (that was my fault sometimes)
by darkness
Thu Jan 15, 2009 2:18 pm
Forum: Automation Tools
Topic: Finding out Properties and Functions of Control
Replies: 1
Views: 2715

Finding out Properties and Functions of Control

Is there a possibility to find out the Properties and Functions that can be used with Ranorex.Control.GetPropertyValue<>() and Ranorex.Control.InvokeRemotely() ?
(ideally using RanorexSpy or something similar)
by darkness
Tue Jan 13, 2009 4:40 pm
Forum: Automation Tools
Topic: Keeping changes made on generated code
Replies: 3
Views: 2917

The code is generated automatically every time you edit and save the recorded actions. Unfortunately it is also regenerated when the project is opened after it had been closed which makes changing the code more or less useless. This makes it impossible to parameterize recorded tests and identificat...
by darkness
Mon Dec 22, 2008 9:40 am
Forum: Bug Reports
Topic: Code generation overwrites changed code without warning
Replies: 1
Views: 2762

Code generation overwrites changed code without warning

Ranorex Studio Version : 2.0.0.4977 I'm not sure, whether it is an intended feature... I record a test I use 'play' button to have the source code generated I make some changes to the source code to use parameters with the test When I now push the 'play' button again the changes to the code are all ...
by darkness
Mon Dec 15, 2008 10:26 am
Forum: Bug Reports
Topic: F5 + control is not found > System.FormatException
Replies: 1
Views: 3193

F5 + control is not found > System.FormatException

when I use the play button for the recording the controls are recognized correctly. when I use F5 to compile and run the program that executes the same recording I get this Exception: Ranorex Studio Version : 2.0.0.4977 .NET Version : 2.0.50727.1433 OS Version : Microsoft Windows NT 5.1.2600 Service...