Page 1 of 1

How to access Glabal settings programatically

Posted: Wed Jun 11, 2014 9:40 am
by kshekharkumar
Hi,

I just wanted to know if there is any way of updating Global Settings (see attachment) from code in Ranorex. Like setting
Use Ensure visible by default or Use Asynchronous dispatching of mouse and keyboard events, and so on.

I wanted to to see if I could switch off / switch on the settings during course of the Test execution.

Thanks,
Shekhar

Re: How to access Glabal settings programatically

Posted: Thu Jun 12, 2014 9:59 am
by Support Team
Hi Shekhar,

Yes, it is possible to set the "DefaultUseEnsureVisible property" or the
"AsynchronousDispatching property" in user code.
In order to get a detailed description please take a look at our "Online API Documentation"
Please let me know if you need more help or assistance.

Regards,
Bernhard

Re: How to access Glabal settings programatically

Posted: Tue Jun 24, 2014 10:55 am
by kshekharkumar
Thanks Bernhard. This would help.