Search found 3 matches

by ninjaduck
Fri Sep 29, 2006 11:02 pm
Forum: Automation API
Topic: Form.Close() is not working
Replies: 3
Views: 4267

Oh I get it. That makes sence. :) Thanks for the explanation.

Yes, Application.Close() works just fine.

Thank you for developing Ranorex and a quick reply on such a minor issue. I have been using Ranorex in the last few days and I am amazed by what it can do.
by ninjaduck
Fri Sep 29, 2006 12:02 am
Forum: Automation API
Topic: Form.Close() is not working
Replies: 3
Views: 4267

FindFormClassName Method

It looks like FindFormClassName method is the cause. If I change it to FindFormTitle Method it seems to work just fine.
by ninjaduck
Thu Sep 28, 2006 8:23 pm
Forum: Automation API
Topic: Form.Close() is not working
Replies: 3
Views: 4267

Form.Close() is not working

Somehow the Close() method in Form class is not working for me. It is even happenning to RanorexVS2005Sample1.exe from the bin directory of Ranorex. It is not able to close the calculator at the end. I re-compiled the solution for RanorexVS2005Sample1 but still is unable to close the calculator when...