Search found 10 matches

by jara
Thu Jul 08, 2010 6:41 am
Forum: Automation Tools
Topic: Can update repository/recording code be done on the fly?
Replies: 4
Views: 2462

Re: Can update repository be done on the fly?

If there is a change in the Rxpath of the recorded item in the latest repository, even after a open and save, the value within <path> tag doesn't change. Is this expected? Is it only the id of the <info> tag within the <recordeditems> tag ,is the one which matters to access the repository item? For ...
by jara
Tue Jul 06, 2010 12:05 pm
Forum: Automation Tools
Topic: Can update repository/recording code be done on the fly?
Replies: 4
Views: 2462

Re: Can update repository be done on the fly?

Thanks peter.

If such a method is provided, it would be of great help, since now it is a pain to every time open and save all the recordings to reflect the latest repository.

Thanks,
Jayalakshmi.
by jara
Mon Jul 05, 2010 11:51 am
Forum: Automation Tools
Topic: Can update repository/recording code be done on the fly?
Replies: 4
Views: 2462

Can update repository/recording code be done on the fly?

Hi, I'm using C# to replay the recording created by Ranorex, and I have a common repository for storing all the items which are used across recordings. Now, if an element in the repository is updated, instead of opening and saving all the recordings, can i use the "UpdateRepository" method of "Recor...
by jara
Wed May 12, 2010 8:27 am
Forum: General Questions
Topic: Ranorex is not able to detect controls implemented in C++
Replies: 6
Views: 1874

Re: Ranorex is not able to detect controls implemented in C++

I examined in 2.3.1 version and found that Ranorex is able to recognize child controls embedded in ListView32.

Thank You peter.
by jara
Tue May 04, 2010 5:45 am
Forum: General Questions
Topic: Ranorex is not able to detect controls implemented in C++
Replies: 6
Views: 1874

Re: Ranorex is not able to detect controls implemented in C++

Thanks for your reply.

Is there any other way to automate the MFC control(button) implemented in C++ which is under listview ? Say by setting the AccessibleName and AccessibleRole ?

I'm not able to find such an option available in MFC. Any help on this would be great.

Thanks,
Jayalakshmi.
by jara
Fri Apr 30, 2010 7:02 am
Forum: General Questions
Topic: Ranorex is not able to detect controls implemented in C++
Replies: 6
Views: 1874

Re: Ranorex is not able to detect controls implemented in C++

Please find the attached snapshot file,
The buttons inside the table are not getting detected by Ranorex.

Thanks,
Jayalakshmi,
Cypress SemiConductors.
by jara
Thu Apr 29, 2010 1:55 pm
Forum: General Questions
Topic: Ranorex Image Comparison Quality
Replies: 1
Views: 2711

Ranorex Image Comparison Quality

Hi,

I have a Button control which is not detected by Ranorex, If I'm doing an image comparison of the control in its greyed out and normal state will Ranorex be able to detect it ?
by jara
Thu Apr 29, 2010 1:52 pm
Forum: General Questions
Topic: Ranorex is not able to detect controls implemented in C++
Replies: 6
Views: 1874

Ranorex is not able to detect controls implemented in C++

Hi,

When I tried to detect the controls which are implemented in C++ application, Ranorex is not able to detect the controls. Is this an expected behavior, since Ranorex itself is written in C# ?
by jara
Mon Apr 12, 2010 5:59 am
Forum: Automation Tools
Topic: Recording replay problem in 64 bit machine.
Replies: 1
Views: 2168

Recording replay problem in 64 bit machine.

Hi, I recorded a recording in a 32 bit xp machine, and tried to play back it in a 64 bit machine by calling the replay method from C# code. But Ranorex is not able to identify the elements in 64 bit machine. But the same code works fine in 32 bit machine. When i explored the machine, Ranorex has got...
by jara
Sun Jan 24, 2010 3:49 pm
Forum: General Questions
Topic: Replay of double clicks on images from C# code is not workin
Replies: 3
Views: 2855

Re: Replay of double clicks on images from C# code is not workin

Hi, Even I'm facing the same problem. I'm trying to play back the recording, by calling it from my C# application. and I'm testing a imagebox (image within a control) The playback returns success and not an exception. Actually my scenario is like this. The whole box is recognized as a single control...