Autoit script migration to Ranorex

Class library usage, coding and language questions.
poi212003
Posts: 1
Joined: Sun Feb 20, 2011 10:59 am

Autoit script migration to Ranorex

Post by poi212003 » Sun Feb 20, 2011 11:28 am

Hi Guys,

I'm trying to migrate my autoit script to ranorex but having some issues.

My autoit script can run without GUI (rdp minimized/closed) and i cant do the same with ranorex (not sure if its even possible)

for example i have in autoit :

ControlClick(appHandle, "", "[CLASS:SysTreeView32; INSTANCE:1]","left",2,81,45)

How can i do the same in ranorex ? if i use the .click() method it just uses the mouse which depends on the GUI and the .press() method is not supported.

is it possible to do the same with ranorex?

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Autoit script migration to Ranorex

Post by Support Team » Mon Feb 21, 2011 2:39 pm

Hi,

as you expected correctly, Ranorex will not work correctly with minimized/closed RDP window, thus the screen will be locked by RDP.

Have a look at following link to get more information:
http://www.ranorex.com/forum/running-au ... t1295.html

Kind regards,
Tobias
Support Team