Search found 3 matches

by jdres
Wed Jul 17, 2013 6:36 pm
Forum: General Questions
Topic: Ugrading from version 1.4 to current
Replies: 1
Views: 1457

Ugrading from version 1.4 to current

What can I expect if we upgrade our version from 1.4 to the most current version (is it 4.?)?
Is it 100% backwards compatible?
by jdres
Wed May 11, 2011 7:21 pm
Forum: Object Identification and Technologies
Topic: Control Properties change in Qt Application
Replies: 1
Views: 2952

Control Properties change in Qt Application

Operating Systems: Windows 7 Starter (test machines), Windows XP-Service Pack 3 (my local machine) Ranorex Version: 1.4 Qt version: 4.7.0 We need to extract the value of a label in a Qt application. To do so, we've been finding the control to obtain the element name of the label since the element na...
by jdres
Sat Feb 26, 2011 12:09 am
Forum: Automation API
Topic: Ranorex.Application.SendKeys("{{}{}}"); is outputting "{2}"
Replies: 1
Views: 3467

Ranorex.Application.SendKeys("{{}{}}"); is outputting "{2}"

I would like my test to type: {} The test executes the following code... public void jSendsKeys() { Ranorex.Application.SendKeys("{{}{}}"); } But instead of sending the curly braces, it sends: {2} In an effort to isolate the problem, I used the following code instead... public void jSendsKeys() { Ra...