WPF Windows Not Accepting Input In Textboxes On Machines With Third Party Mdlapp

I seem to be having an issue with clients that have a separate third party  mdl application installed where our textboxes will not receive any input from the keyboard.

If I disable their separate mdlapp, our plugin will work fine.

Alternatively, if I do NOT attach the wpf window to MicroStation using these lines:

    // Create the PowerPlatform Interop Helper and Attach the Window
    _wpfHelper = new WPFInteropHelper(this)
    {
        ForwardEscapeKey = false, ForwardF1Key = false, ForwardFunctionKeys = false,
    };


    _wpfHelper.Attach (Client.Addin,  WindowStartupLocation != WindowStartupLocation.CenterOwner, Title);

then text boxes will also function properly when they have their separate mdlapp installed.   Unfortunately, this causes our windows to fall behind MicroStation and possibly other side affects as well.

Has anyone run into any similar issues?  If you can point me to a specific direction to get this resolved, that would be great!

Parents Reply Children
No Data