Search found 16 matches

by kris123pra
Sun Jul 03, 2011 3:37 am
Forum: General Questions
Topic: Automation of an application written in java
Replies: 8
Views: 4852

Re: Automation of an application written in java

Do we have java swing support added to any new release? Even I am facing the problem with one of our appln here. I am using Rx v2.3
by kris123pra
Wed May 25, 2011 11:15 am
Forum: General Questions
Topic: Floating license issue
Replies: 3
Views: 1916

Re: Floating license issue

Hi Tobias

Yes, we do see the License server as mentioned.

Regards
Kris
by kris123pra
Wed May 25, 2011 7:16 am
Forum: General Questions
Topic: Floating license issue
Replies: 3
Views: 1916

Floating license issue

Hi We have brought a premium and a runtime license (both floating). These were installed on two different 32 bit XP machines. Both have the TCP and UDP ports enabled. We have 2.3.9 installed on both these machines. When I try to access these licenses from a 64bit XP machine, Rx license server does n...
by kris123pra
Tue Jan 04, 2011 3:30 pm
Forum: Bug Reports
Topic: Ranorex locates forms differently for .NET 2/4.
Replies: 5
Views: 2398

Re: Ranorex locates forms differently for .NET 2/4.

Hi Peter,
The issue will be fixed in one of the next Ranorex releases. We will inform you if we have an earlier solution.
Is there any release for supporting .Net 4? Currently we are facing the same issue as Vladimir.

Thanks and regards
Kris
by kris123pra
Thu Dec 02, 2010 4:22 am
Forum: How To …
Topic: Capturing Mouse movements
Replies: 1
Views: 3623

Capturing Mouse movements

Hi Till now the work I have done using Ranorex is real great. Thanks for such a great tool! I was wondering if I could record the mouse movements on a picture box. Since it is still in progress on our application, I gave a try on MSPaint. Here is what I did - -I started a recording, -Opened mspaint ...
by kris123pra
Mon Nov 29, 2010 4:44 am
Forum: Automation API
Topic: Handling objects
Replies: 5
Views: 2201

Re: Handling objects

Hi I used the code given in http://www.ranorex.com/forum/how-to-validate-a-non-exist-of-one-object-t1047.html This seems to be neater and works fine for my code. I would have been happy to put my code here, but I am not supposed to do that as per company policies. So here is a explanation of how my ...
by kris123pra
Wed Nov 10, 2010 11:22 am
Forum: Bug Reports
Topic: Unhandled exception when running delete annotation
Replies: 4
Views: 2411

Re: Unhandled exception when running delete annotation

Thanks Peter.. upgraded to 2.3.4 now!

Regards
Kris
by kris123pra
Wed Nov 10, 2010 11:21 am
Forum: Automation API
Topic: Handling objects
Replies: 5
Views: 2201

Re: Handling objects

Hi Since I am working on i18n, I use my own repository. I dont know how to use the selfInfo.exists() method. I tried using the TryFindSingle and it worked. Thanks ! Though this works for now, since I have lots of such different pop ups (errors, warnings), I would like to know if I can use the .Exist...
by kris123pra
Sun Oct 31, 2010 3:17 pm
Forum: Automation API
Topic: Handling objects
Replies: 5
Views: 2201

Handling objects

Hi I have a workflow, where we expect that as per the input given there might be a error message displayed or the workflow might just go on. Say, if there is a image open functionality which takes image string as input. If the image is valid, then it shall be opened and some operations are performed...
by kris123pra
Sun Oct 31, 2010 2:40 pm
Forum: Bug Reports
Topic: Unhandled exception when running delete annotation
Replies: 4
Views: 2411

Re: Unhandled exception when running delete annotation

Hi

Thanks Peter. But this error happened only once and after that, it started working fine. So I am not sure, what caused the error.

Now that it is working fine, thanks anyways :D

Regards
Kris
by kris123pra
Mon Oct 25, 2010 8:20 am
Forum: Bug Reports
Topic: Unhandled exception when running delete annotation
Replies: 4
Views: 2411

Unhandled exception when running delete annotation

Hi I get this error when I run delete annotation in my application. Ranorex Studio Version : 2.3.3.8879 .NET Version : 2.0.50727.3615 OS Version : Microsoft Windows NT 5.1.2600 Service Pack 3 Current culture : English (United States) (en-US) Terminal Server Session Working Set Memory : 85400kb GC He...
by kris123pra
Tue Oct 12, 2010 9:43 am
Forum: Bug Reports
Topic: Error while trying to do a save operation
Replies: 2
Views: 2399

Re: Error while trying to do a save operation

Thanks Peter. It works! :)
Regards
Kris
by kris123pra
Mon Oct 11, 2010 7:17 am
Forum: Bug Reports
Topic: Error while trying to do a save operation
Replies: 2
Views: 2399

Error while trying to do a save operation

Hi Please find the details below of the error when I try to do a save operation. I had this same code working on my machine. I am not sure why this is happening. I found that the folder Plugins was not getting created at all which was causing an error. Ranorex version: 2.3.3.8879 OS: XP Professional...
by kris123pra
Wed Sep 22, 2010 8:34 am
Forum: General Questions
Topic: Internationalization testing using Ranorex
Replies: 4
Views: 2037

Re: Internationalization testing using Ranorex

Thanks Peter, I will give a try and let you know if I were successful.

Regards
Kris
by kris123pra
Mon Sep 20, 2010 1:49 pm
Forum: General Questions
Topic: Internationalization testing using Ranorex
Replies: 4
Views: 2037

Re: Internationalization testing using Ranorex

Hi Peter Thanks for your response. Even I had the idea of searching the attribute which would not change with language, but I could only find that the childindex is an attribute which is unique. But since it is a read only value and cannot be accessed directly, I was unable to use it. Here is the Rx...