Search found 3 matches

by Paprikano
Mon Mar 25, 2013 10:37 am
Forum: General Questions
Topic: .rexp file not found corrupt
Replies: 1
Views: 1546

.rexp file not found corrupt

Guys how and if it's possible can I restore from a .bak file all the recordings i did ? out of the blue when I was playing my recordings after I recorded, Ranorex gave me an error message saying file not found, and i cant repeat 16 different recordings, there must be a way...pls help :cry: :cry: :cr...
by Paprikano
Wed Mar 20, 2013 9:20 am
Forum: General Questions
Topic: Help Replace empty string with valid string
Replies: 1
Views: 1738

Help Replace empty string with valid string

Hi guys, I have the following simple code public void Date0() { if (varList0.Length.Equals(0)) { //varList0.Insert(0, "20/03/2013"); varList0.Replace(" ", "21/03/2013"); } } and what I want to achieve is, when a recording re-plays, it must replace an empty date control with my own random date string...
by Paprikano
Tue Mar 05, 2013 8:38 am
Forum: Automation Tools
Topic: How do I add User Code with exception handling and Alerts
Replies: 1
Views: 2830

How do I add User Code with exception handling and Alerts

Question: is it possible in Ranorex while doing a user code, and on your method in C# code, throw exceptions, or create logfiles in case an action fails?