Search found 5 matches

by Dmitry
Tue May 24, 2011 9:44 pm
Forum: General Questions
Topic: Ranorex does not continue to perform the following commands
Replies: 10
Views: 2305

Re: Ranorex does not continue to perform the following commands

How did you add a delay? I used simple Delay.Seconds(5). Please, insert following code before and after the command that blocks (causes Ranorex to sleep for 5 seconds): Code with changes: System.Threading.Thread.Sleep(5000); repo.App.Database.ButtonNext.Click();//It's problem button System.Threadin...
by Dmitry
Mon May 23, 2011 9:50 pm
Forum: General Questions
Topic: Ranorex does not continue to perform the following commands
Replies: 10
Views: 2305

Re: Ranorex does not continue to perform the following commands

Could you clarify what you mean by "debug mode"? Does this mean when you step through the code with the debugger, you do not experience the hanging issue? Yes, when I debug code no exception or error occurred and this issue doesn't reproduce. I think that step by step debuging interrupts the execut...
by Dmitry
Sat May 21, 2011 7:51 am
Forum: General Questions
Topic: Ranorex does not continue to perform the following commands
Replies: 10
Views: 2305

Re: Ranorex does not continue to perform the following commands

Ciege, thanks for your answer.
1) When I use try/catch no exception occurred.
2) I make verification for existing form.
3) In debug mode everything is OK and next command always run without any problems.
by Dmitry
Fri May 20, 2011 10:37 pm
Forum: General Questions
Topic: Ranorex does not continue to perform the following commands
Replies: 10
Views: 2305

Re: Ranorex does not continue to perform the following commands

When installing MS SQL I don't have modal windows what waiting for inputting some data, but I think some element doesn't return control back to the Ranorex, but I don't know what to do in such situation. Can you advise something?
Such situation happens not only in this case but in similar too.
by Dmitry
Fri May 20, 2011 2:26 pm
Forum: General Questions
Topic: Ranorex does not continue to perform the following commands
Replies: 10
Views: 2305

Ranorex does not continue to perform the following commands

Hi, there is one problem. I automate the installation of one application at one moment when clicking on the NEXT button on the form of installation the new form appears and runs the installation of the database without user intervention, during this time this button is pressed. After the database is...