Search found 15 matches

by harendra
Mon May 20, 2013 3:56 pm
Forum: General Questions
Topic: Ranorex.Core.dll problem
Replies: 1
Views: 2529

Ranorex.Core.dll problem

Hi, Is there a solution to this problem. Problem- I am using Ranorex version 3.3.0 for all the solutions. Now the latest version of Ranorex is 4.0.3, which comes with a totally new set of dlls. Whenever I have to run a solution on two different Ranorex platforms, I need to recompile my code on both ...
by harendra
Thu Jan 03, 2013 12:01 pm
Forum: General Questions
Topic: Controls has dynamic elements which are getting repainted
Replies: 12
Views: 2309

Re: Controls has dynamic elements which are getting repainted

Hi,

Any updates, will the plugin setting be enabled automatically if I port the solution from one machine to another.

Regards
Harendra
by harendra
Wed Jan 02, 2013 3:58 pm
Forum: General Questions
Topic: Controls has dynamic elements which are getting repainted
Replies: 12
Views: 2309

Re: Controls has dynamic elements which are getting repainted

Hi, No ,I think I have misled you. Actually, for making a GDI capture list plugin to work on one machine, I can enable the plugin and then write some code. But if you port the same code having ranorex but GDI plugin setting not yet made, would the rawtext elements be still visible or again I have to...
by harendra
Wed Jan 02, 2013 11:21 am
Forum: General Questions
Topic: Controls has dynamic elements which are getting repainted
Replies: 12
Views: 2309

Re: Controls has dynamic elements which are getting repainted

hi, Issue is here: When you open a "View spy" then Raw Text Ranorex elements are not shown. Only after adding this manually, I started seeing the Ranorex raw text elements. So now the question is when I am coding this, can I still get the Ranorex Rawtext elements without adding a GDI class, or will ...
by harendra
Wed Jan 02, 2013 9:59 am
Forum: General Questions
Topic: Controls has dynamic elements which are getting repainted
Replies: 12
Views: 2309

Re: Controls has dynamic elements which are getting repainted

Hi,

Is there some way of enabling the plugin "Add Class or Process to GDI Capture List", programmatically, I mean through the code?

I require to track the raw elements though code.

Regards
Harendra
by harendra
Fri Dec 28, 2012 5:17 pm
Forum: General Questions
Topic: Controls has dynamic elements which are getting repainted
Replies: 12
Views: 2309

Re: Controls has dynamic elements which are getting repainted

Just sent a separate e-mail. please advise.

regards
Harendra
by harendra
Fri Dec 28, 2012 3:51 pm
Forum: General Questions
Topic: Controls has dynamic elements which are getting repainted
Replies: 12
Views: 2309

Re: Controls has dynamic elements which are getting repainted

Hi Markus,

I have sent you the snapshot. Please let me know in case you have problems downloading the attachments. Actually just one concern all the cells represented are bitmaps, represented by System.Drawing.bitmap.

regards
Harendra
by harendra
Fri Dec 28, 2012 12:11 pm
Forum: General Questions
Topic: Controls has dynamic elements which are getting repainted
Replies: 12
Views: 2309

Controls has dynamic elements which are getting repainted

Hi, i am working on an automation piece right now using Ranorex 3.3.0. wherein I have a control which has elements. everytime when I close the form and re-open it, the control is static however the elements int he control get repainted depending upon the layout you choose. When I use the spy to chec...
by harendra
Fri Oct 19, 2012 10:32 am
Forum: General Questions
Topic: Ranorex.Libs.WinForms.dll FileNotfoundException
Replies: 1
Views: 1775

Ranorex.Libs.WinForms.dll FileNotfoundException

Hi, I have compiled solution under "Any" processor setting in project options, on a windows 7- 64 bit operating system. I use the ranorex test suite runner 64 bit to run the solution and it works fine. When I use the ranorex studio to open the solution -> this also works fine. But when I run the sol...
by harendra
Tue Sep 18, 2012 4:40 pm
Forum: General Questions
Topic: Dataconnector binding
Replies: 2
Views: 1765

Re: Dataconnector binding

Markus,

Thank you very much for your help. Actually I wanted to get the file path of the already defined data connector. This helped me to actually get the connector itself and then I type-casted and achieved what I wanted.

Harendra
by harendra
Mon Sep 17, 2012 1:57 pm
Forum: General Questions
Topic: Dataconnector binding
Replies: 2
Views: 1765

Dataconnector binding

Hi, I already have a data connector defined in my solution via GUI. However for my code development I need to get the file name with which the data connector was created. I did have a look at the data connector class , filedataconnector class etc. and they do give a filename method, but they donot g...
by harendra
Wed Aug 29, 2012 8:41 am
Forum: General Questions
Topic: In recording only Mouse Down events are comming
Replies: 5
Views: 2138

Re: In recording only Mouse Down events are comming

Hi,

Thanks for the information, I think it was an element not found error message for most of it, but just one more thing then we use Sophos antivirus in our company. Are we prone to get missing mouse clicks then for this.

Regards
Harendra
by harendra
Fri Aug 24, 2012 12:01 pm
Forum: General Questions
Topic: In recording only Mouse Down events are comming
Replies: 5
Views: 2138

Re: In recording only Mouse Down events are comming

Hi,

I do see an issue with finding this setting. Where is this?

Also I have been facing a problem as when we click a button for a recording on one machine it works ok, but the same mouse click doesnt work on some other machine.

Is this a problem?

Regards
Harendra
by harendra
Mon Aug 20, 2012 9:20 am
Forum: General Questions
Topic: Report.Log
Replies: 4
Views: 2501

Re: Report.Log

Thanks Artur, it does work, but just one more thing , trying to validate this statement. Screenshots are always taken when the function completes its execution. Because if you turn this option to True just at the end of the function, screenshots are still taken in case of multiple lines you are writ...
by harendra
Fri Aug 17, 2012 3:36 pm
Forum: General Questions
Topic: Report.Log
Replies: 4
Views: 2501

Report.Log

Hi,

Can i do Report.Failure(string, string) to login a FAILURE without saving the screenshot.

I know I can do it differently by Report.Log(ReportLevel.Failure, string) but this still does give in a screenshot.

Regards
Harendra