Page 1 of 1

Running Two recording modules with different MSAA settings

Posted: Fri Sep 15, 2017 9:39 am
by anant.bimbar
Hello

I am using Filter Windows Form Elements under Global Settings -> Plugins as False. I need to use recording modules from a dll that I have referred which have been developed with the Filter Windows Form Elements setting as True.

When I try running the dll recording modules with my current MSAA settings Ranorex is unable to find some Repository items. Is there any way I can run my recording modules and dll recording modules together in a same project ?

Re: Running Two recording modules with different MSAA settings

Posted: Mon Sep 18, 2017 8:19 am
by odklizec
Hi,

I think your only hope is to enable the windows form filtering from code (before using recording module in question). Here is the code to enable filtering:

Code: Select all

Ranorex.Plugin.MsaaFlavor.Instance.WinFormsFilterEnabled=true;