Search found 10 matches

by tamiro
Mon Jun 07, 2010 4:51 pm
Forum: General Questions
Topic: Automation of an application written in java
Replies: 8
Views: 4852

Re: Automation of an application written in java

Add me to the count of those requesting Java SWING support. I was able to record some actions based on coordinates, but can't validate any results. Tried image based validation on the image of the Java SWING app window is blank.
by tamiro
Wed Jun 02, 2010 1:18 pm
Forum: Automation Tools
Topic: license expired due to connection loss
Replies: 12
Views: 2632

Re: license expired due to connection loss

Nope, the NIC power-off setting was not causing the problem. It still happens. I just changed another power saving setting so the computer never sleeps. BTW, I did do detect and the hostname was assigned. If the computer going to sleep isn't the problem, I'll try changing the license server to "loca...
by tamiro
Fri May 28, 2010 8:07 pm
Forum: Automation Tools
Topic: license expired due to connection loss
Replies: 12
Views: 2632

Re: license expired due to connection loss

Ciege,

Your suspicion was correct. My NIC is configured to save power. I disabled that. Now we will see if the problem goes away.

Thanks,

Tom
by tamiro
Fri May 28, 2010 7:29 pm
Forum: Automation Tools
Topic: license expired due to connection loss
Replies: 12
Views: 2632

Re: license expired due to connection loss

Ciege, Good points. The license server service is running as Local System. The machine I'm using is a Windows 7 desktop PC. I think it does have something to do with the computer being locked. But it seems to only happen when it is locked for a long time. When I go home at night, the computer gets l...
by tamiro
Thu May 27, 2010 4:20 pm
Forum: Automation Tools
Topic: license expired due to connection loss
Replies: 12
Views: 2632

Re: license expired due to connection loss

I have a theory. I just got the connection loss message today after going to a meeting for an hour. It might be that when windows locks the computer that is causing the break in connectivity.
by tamiro
Wed May 26, 2010 2:52 pm
Forum: Automation Tools
Topic: license expired due to connection loss
Replies: 12
Views: 2632

Re: license expired due to connection loss

Well, I can't say for sure. It seems to be a long time, like hours. I see that connection loss message most often when I come into work in the morning. Although I have seen it during the day. If I have the Studio up and don't do anything in it for hours that may trigger it. Since the instance of Stu...
by tamiro
Wed May 26, 2010 1:27 pm
Forum: Automation Tools
Topic: license expired due to connection loss
Replies: 12
Views: 2632

license expired due to connection loss

I have a Premium floating license for Ranorex 2.3.1. Studio is periodically saying that my license has expired due to a connection loss. The problem seems to happen after a period of inactivity. However, the license server is installed on the same machine. So it is very unlikely it has lost a connec...
by tamiro
Fri Apr 30, 2010 3:45 pm
Forum: General Questions
Topic: Handling dialog and pop up windows example
Replies: 3
Views: 2127

Re: Handling dialog and pop up windows example

Thanks. Both methods worked. I could have sworn that I tried using Abort and saw something about it being obsolete. I must have been confused. I like the background property, so this is what my code has now. dialogWatcher = new Thread(ClosePopUpDialogs); dialogWatcher.SetApartmentState(ApartmentStat...
by tamiro
Thu Apr 29, 2010 4:26 pm
Forum: General Questions
Topic: Handling dialog and pop up windows example
Replies: 3
Views: 2127

Handling dialog and pop up windows example

I'm having a hard time figuring out how to close the pop-up thread. I just want to leave it in the While loop watching for pop-ups until the main program finishes. When the main program returns the console window is left up. When I don't start the thread for clicking off pop-ups, when the test finis...
by tamiro
Fri Apr 16, 2010 3:59 pm
Forum: Bug Reports
Topic: Out of Memory Errors
Replies: 1
Views: 2428

Out of Memory Errors

I've have hit "Out of Memory" errors a number of times. Here is the exception from the last one. At the time I was trying to change the search timeout on an item. Before that I had renamed my solution name from "SDLT" to "SLDT". Had made a silly mistake when creating the project. Replaced the text e...