Screenshot data get lost, when converted to User code : Bug Reports

Screenshot data get lost, when converted to User code

Bug reports and feature requests.

Screenshot data get lost, when converted to User code

Postby slavikf » Thu Dec 30, 2010 11:50 pm

Screenshot data get lost, when converted to User code
Scenario:
- Record simple script:
- 1) Start Calc
- 2) Validation: Select Calculator -> Image -> Contains -> Select some region
So, you have 2 steps in your Recording.rxrec. Now
- convert both steps to User Code
- Cut code from 2nd method (Validation) and paste into 1st method (Calc start) and delete 2nd (now empty) method from recording and from code...
DEFECT:
- At this point Ranorex remove something from script's code or from resource library, so now i getting compile errors:
  • The name 'ElementCalc_Screenshot1_Options' does not exist in the current context (CS0103) - C:\Users\capture1\Documents\RanorexStudio Projects\screenshot test\screenshot test\Recording1.UserCode.cs:35,89
  • The name 'ElementCalc_Screenshot1' does not exist in the current context (CS0103) - C:\Users\capture1\Documents\RanorexStudio Projects\screenshot test\screenshot test\Recording1.UserCode.cs:35,64

Is there is a way to disable such "optimization"?

P.S.: Also, i found, that if i do it other way (cut code from 1st method and paste it to 2nd method) - it works. So it means, that data getting lost at moment, when method with Screenshot parameters are removed from original function... :-(
User avatar
slavikf
 
Posts: 97
Joined: Mon Sep 13, 2010 10:07 pm
Location: Toronto, Canada

Re: Screenshot data get lost, when converted to User code

Postby Support Team » Fri Dec 31, 2010 6:30 pm

Hi Slavikf,

thanks for this report. I will make a bug report out of it.

The problem is that 'ElementCalc_Screenshot1_Options' is in the Recording1.cs file, which gets automatically generated, while the usage of this variable is in the Recording1.UserCode.cs file.

We will have to move variables used by the usercode to the Recording1.UserCode.cs file as well, when converting an action list entry to usercode.

For now you could do that manually:
1) select a variable used by the user code
2) go to menu search/find and find all occurrences
3) copy the definition of the variable to the <recording>.UserCode.cs file
4) only then you should delete the entry in the action list

Cheers, Roland
User avatar
Support Team
Site Admin
 
Posts: 4845
Joined: Fri Jul 07, 2006 5:30 pm
Location: Graz, Austria


Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 0 guests