Search found 6 matches

by claudio.souza
Mon Nov 24, 2008 12:16 pm
Forum: Automation Tools
Topic: Running a test binary on a different m/c without Studio
Replies: 3
Views: 3332

same error message but same machine

Hi Andy, To run Ranorex based automation binaries on another machine you have to install at least the Ranorex core components on that machine. In fact, you can uncheck Ranorex Studio during the setup process, to avoid the installation of Ranorex Studio. Christoph Ranorex Support Team Im getting the...
by claudio.souza
Mon Nov 24, 2008 12:08 pm
Forum: Automation API
Topic: Ranorex in VBA
Replies: 3
Views: 2933

samples

Hi Claudio, I'm not sure if MS Access supports the use of DLLs from .NET (RanorexNET.dll) directly. The RanorexNET is not COM compliant. Please try to wrap some Ranorex methods within a VS.NET library project. In addition set the option "Register for COM interop" (located under Project Properties |...
by claudio.souza
Mon Nov 17, 2008 5:08 pm
Forum: Automation API
Topic: How to get a combobox item ? Delphi form
Replies: 3
Views: 14840

the problem is name

the problem is that i can't get the combobox name...
by claudio.souza
Thu Nov 13, 2008 12:27 pm
Forum: Automation API
Topic: How to get a combobox item ? Delphi form
Replies: 3
Views: 14840

How to get a combobox item ? Delphi form

Im working in a project for automating tests for an application made in Delphi. (version unknow) With the Ranorex spy i can get the classname of the desired combo (TDBLookupComboBox) and also got the name of the list class (TPopupDataList). How can i get the selected text ? I'm using Ranorex 1.5 and...
by claudio.souza
Tue Nov 11, 2008 1:00 pm
Forum: Automation Tools
Topic: Import code generated by recorder
Replies: 1
Views: 2834

Import code generated by recorder

How do i start a new project and use/import a file recorded by the recorder ?
by claudio.souza
Fri Nov 07, 2008 1:45 pm
Forum: Automation API
Topic: Ranorex in VBA
Replies: 3
Views: 2933

Ranorex in VBA

I need to make calls for Ranorex functions in VBA (Access) :oops: .

Is there any way to acomplish it ?