Search found 89 matches

by Gunner1980
Thu Aug 04, 2011 4:58 pm
Forum: General Questions
Topic: Form Freezing
Replies: 2
Views: 1659

Form Freezing

I am trying to launch a simple form with a few buttons on it which I made using designer. I am trying to show the form in a recordings user code using the following code and am having issues. public void AwaitingDataForm() { CommonUtilLib.Forms.AwaitingDataForm ADform = new CommonUtilLib.Forms.Await...
by Gunner1980
Wed Jul 13, 2011 5:28 pm
Forum: Bug Reports
Topic: 3.0.4 slow when opening files and editing user code
Replies: 4
Views: 2154

Re: 3.0.4 slow when opening files and editing user code

Hi, thanks for reporting the bug. This is a known issue and will be fixed within our next release which will be available at the first August week at the latest. So please be patient and work with Ranorex 3.0.2 until our next release will be available. Kind regards, Tobias Support Team Roger that t...
by Gunner1980
Tue Jul 12, 2011 7:28 pm
Forum: Bug Reports
Topic: 3.0.4 slow when opening files and editing user code
Replies: 4
Views: 2154

3.0.4 slow when opening files and editing user code

Just downloaded 3.0.4 and am going back to 3.0.2. 3.0.4 is super slow when opening recordings/updating user code. If I open a recording I can't click on anything for a good 5 seconds. If I want to change user code there is significant intellisense lag. Additionally when I open a user code file I can...
by Gunner1980
Tue Jun 07, 2011 7:01 pm
Forum: General Questions
Topic: IP communicating scripts?
Replies: 2
Views: 1749

IP communicating scripts?

Has anyone developed any test scripts that communicate between computers over IP? What I am wanting to do is develop two test scripts that work in tandem. On system 1 I want to initiate items using a ranorex scripts. On system 2 I want to validate the items being entered. I want to have two test scr...
by Gunner1980
Wed Jun 01, 2011 5:59 am
Forum: Bug Reports
Topic: "Play From Here" function in Recording 3.02
Replies: 2
Views: 2015

Re: "Play From Here" function in Recording 3.02

I have seen this as well it is very frustrating. I have also gotten stuck in a weird state where play from here would only play from the step that I had last asked it to play from and the only way to get it to reset was to delete the .cs file and regen it by opening the recording.
by Gunner1980
Tue May 24, 2011 8:45 pm
Forum: Bug Reports
Topic: Build Times
Replies: 19
Views: 4173

Re: Build Times

No I am not calling delays in the user code, that is my point. This piece of code will display the waiting for 10ms. public void GetMagneticCourse() { Accessible accElement2 = new Accessible(repo.FormMainCreate.ListItemMagnetic_Course); string MCrs = accElement2.Value; ValidateTrack.AirValidateTrack...
by Gunner1980
Tue May 24, 2011 3:58 pm
Forum: Bug Reports
Topic: Build Times
Replies: 19
Views: 4173

Re: Build Times

I am not calling delays in those functions I showed you the user code. I don't know what you mean by running in parallel how do you do this?
by Gunner1980
Fri May 20, 2011 5:29 pm
Forum: Bug Reports
Topic: Build Times
Replies: 19
Views: 4173

Re: Build Times

This build has fixed our speed issue thank you very much. I just received feedback from the rest of my team. I do not understand the logging issue though, where are these waiting 12ms and waiting 31ms items coming from? See the below video for this odd behavior. http://s185.photobucket.com/albums/x2...
by Gunner1980
Thu May 19, 2011 11:10 pm
Forum: Bug Reports
Topic: Build Times
Replies: 19
Views: 4173

Re: Build Times

It seems to be working much better for my project now, let me get with the rest of my team and make sure this has resolved their issues as well and I will report back. Something I did notice though is that that you have report functions in user code with the report function being the last thing that...
by Gunner1980
Tue May 17, 2011 4:09 pm
Forum: Bug Reports
Topic: Build Times
Replies: 19
Views: 4173

Re: Build Times

any updates?
by Gunner1980
Mon May 09, 2011 7:34 pm
Forum: Bug Reports
Topic: Build Times
Replies: 19
Views: 4173

Re: Build Times

Checking again, I have been tasked to ask every week by my upper management since we pay for support.
by Gunner1980
Thu May 05, 2011 4:03 pm
Forum: General Questions
Topic: Can you specify variables as int, bool, etc?
Replies: 1
Views: 2034

Can you specify variables as int, bool, etc?

When creating a global parameter or a parameter in a simple table is there any way to set the variable as an int, bool, etc? It seems to always be created as a string and then I have to do a bunch of converts in my user code.
by Gunner1980
Thu May 05, 2011 3:52 pm
Forum: Bug Reports
Topic: Build Times
Replies: 19
Views: 4173

Re: Build Times

What is the ETA on a fix for this? I have been patiently awaiting a new version for over a month now. The product is pretty much unusable while this issue persists. This issue is now affecting my work schedule. When will this be corrected?
by Gunner1980
Wed Apr 27, 2011 4:58 pm
Forum: Bug Reports
Topic: Screenshots cannot be opened to 100%
Replies: 1
Views: 1829

Screenshots cannot be opened to 100%

Maybe I am doing something incorrect but when I am viewing my reports there seems to be no way to get a screenshot to open to 100%. It does open and get larger maybe to 75% but it never goes 100%, it makes it very difficult to read text in this scenario and I hav eto track down the image in the repo...
by Gunner1980
Mon Apr 25, 2011 9:05 pm
Forum: General Questions
Topic: Data Bindings lost when using Subversion
Replies: 1
Views: 2112

Data Bindings lost when using Subversion

We are using Subversion to do our revision control and every time I bind variables to global parameters these bindings are lost when I do a fresh pull. I am assuming the bindings are saved in .rxtst file when I say this. I check in the .rxtst file and the data bindings are all unbound if I do a fres...