Search found 8 matches

by tcalderwood
Wed Dec 17, 2014 2:14 am
Forum: Automation API
Topic: Set SQT Slider Value to a specific value
Replies: 4
Views: 2806

Re: Set SQT Slider Value to a specific value

I just email a snapshot to support@ranorex.com as it was to large to post. I wish we could update to version 5, but first I have to prove that Ranorex will work with our software before I can renew the support contact. I will continue playing around with it and if I come across a solution, I will po...
by tcalderwood
Tue Dec 16, 2014 9:13 pm
Forum: Automation API
Topic: Set SQT Slider Value to a specific value
Replies: 4
Views: 2806

Set SQT Slider Value to a specific value

I have a QT slider control that has a range from 0 to 100. I am looking for a way to change the value of the slider without relying on the mouse clicking on a screen position. For example, I want to set the value to 47. Is there a way to instruct the control to set itself at the value of 47? I tried...
by tcalderwood
Thu Feb 28, 2013 9:39 pm
Forum: Object Identification and Technologies
Topic: Accessing data in custom MFC C++ control
Replies: 7
Views: 4282

Re: Accessing data in custom MFC C++ control

Attached is a snapshot that you requested. What we are trying to do is access each "block" of data found in element '59649'. In the attached screen capture, you can see the first 2 blocks with data, the rest of the blocks are blank. Back when we first looked at Ranorex at StarEast, I was told that t...
by tcalderwood
Wed Feb 27, 2013 8:42 pm
Forum: Object Identification and Technologies
Topic: Accessing data in custom MFC C++ control
Replies: 7
Views: 4282

Re: Accessing data in custom MFC C++ control

We are currently using Ranorex 4.0.1.21107. There is nothing specific that we can use easily use. Is there a COM+ option that would allow us to access each block? As per the screenshot, I am not sure what your asking for. As soon as I figure that out, I will post it here. Thanks for your help.
by tcalderwood
Mon Jan 21, 2013 9:30 pm
Forum: Object Identification and Technologies
Topic: Accessing data in custom MFC C++ control
Replies: 7
Views: 4282

Re: Accessing data in custom MFC C++ control

That almost works! We can get the data out of the custom control just like the article described. The problem is that our custom control contains a set of text box custom controls and Ranorex does not distinguish between these text box custom controls. It lumps all the text data together. I have att...
by tcalderwood
Fri Jan 18, 2013 6:39 pm
Forum: Object Identification and Technologies
Topic: Accessing data in custom MFC C++ control
Replies: 7
Views: 4282

Accessing data in custom MFC C++ control

We have a custom drawn MFC C++ control that we rely on to display information to the user. The information in the custom drawn box is filled with text. I was told at one time that we just needed to add in a hook to access this information. However, I can not find the example code that I thought I ha...
by tcalderwood
Tue Aug 16, 2011 9:46 pm
Forum: Automation Discussions
Topic: Ranorex and Perforce
Replies: 1
Views: 2857

Ranorex and Perforce

Our company uses the version control tool called Perforce for all our our source code including all code written for use with Ranorex. The issue we are running into is we need to check out or at least remove the read only flag off of the files Ranorex is accessing or we get a bunch of write errors. ...
by tcalderwood
Fri May 06, 2011 4:47 pm
Forum: How To …
Topic: Create a standalone library of tests
Replies: 3
Views: 7262

Create a standalone library of tests

Many of our controls have the same input requirements, for example lat/long values. Instead of writing a separate tests for each control, we want to pull the tests back into a library that we can call when ever we go to test that type of control, either passing in a control ID or control Name. In ad...