Search found 20 matches

by tsyingling
Mon Mar 26, 2012 6:19 pm
Forum: Bug Reports
Topic: App error running Ranorex 3.2.2. with Visual Studio 10
Replies: 4
Views: 2806

Re: App error running Ranorex 3.2.2. with Visual Studio 10

We can provide access via TeamViewer if that works for you. We'd need to set up a time and would need to have email contact for id/password setup with our tech people.
by tsyingling
Mon Mar 26, 2012 5:06 pm
Forum: Bug Reports
Topic: App error running Ranorex 3.2.2. with Visual Studio 10
Replies: 4
Views: 2806

Re: App error running Ranorex 3.2.2. with Visual Studio 10

I ran the recording w/o the debugger and that didn't help. I'm not quite sure what you mean by a Ranorex snapshot. I'm going to try to come up with a way that you can view the app and I could get you the recording where I'm having problems.
by tsyingling
Fri Mar 23, 2012 9:32 pm
Forum: Bug Reports
Topic: App error running Ranorex 3.2.2. with Visual Studio 10
Replies: 4
Views: 2806

App error running Ranorex 3.2.2. with Visual Studio 10

Updated to Ranorex 3.2.2, using with an app running VS10 and Silverlight. Have a recording which opens a combo box in our app and a popup can appear based on the choice. There are no errors when doing this without Ranorex and prior to updating from Ranorex 3.0.5 to 3.2.2 there were no errors when ru...
by tsyingling
Mon Mar 19, 2012 10:00 pm
Forum: Automation Tools
Topic: Linking cs files from one project to another
Replies: 1
Views: 2434

Linking cs files from one project to another

Just upgraded from Ranorex 3.0.5 to Ranorex 3.2.2. In the 3.0.5 version when I did an Add Existing Item from one project to another and chose the cs file whether it was a recording or repository I would get the option to either Copy or Link the cs file. I would choose the Link option which would all...
by tsyingling
Mon Dec 12, 2011 4:17 pm
Forum: Bug Reports
Topic: Feature request - ValidateNULL
Replies: 5
Views: 2317

Re: Feature request - ValidateNULL

Silverlight 4, data stored in SQL db
by tsyingling
Fri Dec 09, 2011 7:09 pm
Forum: Bug Reports
Topic: Feature request - ValidateNULL
Replies: 5
Views: 2317

Re: Feature request - ValidateNULL

It's because the value changes that I don't use the @text to identify the field. Let's say there's one text box field. I'll identify the field as text[1]. If I type "abc" in the text field and then use recorder to Match Name Text to Match Value abc then it works fine. If I have nothing in the text b...
by tsyingling
Thu Dec 08, 2011 5:20 pm
Forum: Bug Reports
Topic: Feature request - ValidateNULL
Replies: 5
Views: 2317

Feature request - ValidateNULL

Are there any plans in the future to perhaps implement something like a ValidateNULL Action via the Recorder for text boxes, combo boxes, etc.? Right now we really haven't come up with anything better than duplicating the items in the repository we want to check, adding a [@text=null()] to the path ...
by tsyingling
Tue May 31, 2011 5:44 pm
Forum: Bug Reports
Topic: "Play From Here" function in Recording 3.02
Replies: 2
Views: 2025

"Play From Here" function in Recording 3.02

Just had 3.02 installed over the weekend and when attempting to use the "Play From Here" function in a recording from Ranorex Studio, the recording always starts from the beginning. I had issues with 3.01 with this but if I ran a build prior to using Play From Here, then the recording playback would...
by tsyingling
Tue Aug 24, 2010 3:04 pm
Forum: Bug Reports
Topic: Error CS1010: Newline in constant
Replies: 4
Views: 5261

Re: Error CS1010: Newline in constant

Thanks for looking at this, Alex. I'll keep an eye out for the update.
by tsyingling
Mon Aug 23, 2010 8:46 pm
Forum: Bug Reports
Topic: Error CS1010: Newline in constant
Replies: 4
Views: 5261

Re: Error CS1010: Newline in constant

Ranorex version is 2.3.1.8466. Recording is attached. First place where the build errors are happening are line 126. You'll see text for "Does not open eyes" with a return character b/w not and open. I tried to attach the cs file as well so you could see how the recording is writing to the file but ...
by tsyingling
Mon Aug 23, 2010 8:04 pm
Forum: Bug Reports
Topic: Error CS1010: Newline in constant
Replies: 4
Views: 5261

Error CS1010: Newline in constant

Getting this when building a solution. Using a recording to validate text on a form that has labels with return characters. Recording runs fine, error only on build. Appears recording is putting in hard returns into the text in the recording.cs file instead of the "\r" that it uses for keyed text wh...
by tsyingling
Thu May 27, 2010 9:52 pm
Forum: Automation Tools
Topic: Popup not being seen on playback
Replies: 6
Views: 2720

Re: Popup not being seen on playback

We're going to apply the build of the app I'm using to the site that you'll be logging into and I'll set up the scenario so you'll just need to run the part of the recording that's failing. I should have this all in place by the middle of next week (losing resources to Memorial Day weekend). I'll em...
by tsyingling
Wed May 26, 2010 5:18 pm
Forum: Automation Tools
Topic: Popup not being seen on playback
Replies: 6
Views: 2720

Re: Popup not being seen on playback

If I emailed/attached the recording and the repository cs files and a URL to the app, would that work?
by tsyingling
Tue May 25, 2010 4:06 pm
Forum: Automation Tools
Topic: Popup not being seen on playback
Replies: 6
Views: 2720

Re: Popup not being seen on playback

My version of Ranorex is 2.1.2.6480. I've attached the report from the section of the recording I'm having problems with. As you can see by the report, I launch the popup (form encounter lead-in), validate the popup is visible, validate the items on the popup, hit OK on the popup to validate that an...
by tsyingling
Mon May 24, 2010 6:35 pm
Forum: Automation Tools
Topic: Popup not being seen on playback
Replies: 6
Views: 2720

Popup not being seen on playback

I've been having this problem for awhile. Have a Silverlight app that launches popups. Recorder has no problem validating the popup is visible. If I close the popup and launch again and revalidate popup visible, when I run playback I get an error that the popup is not there, visible-false. As soon a...