I have implemented a solution for both UiComboBox and UiTab controls from the Janus suite. Both worked fine using a custom AccessibleObject implementation.
However, I have trouble doing this with the Ribbon control. When I call InvokeRemotely, I get the following exception :
I have tried a few things so far. I referenced every Janus Dll in my solution, stripped down a delegate toRanorex.ActionFailedException : Action 'invokeremotely' failed on element '{Unknown:TopRibbon}'.
----> System.IO.FileNotFoundException : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
Code: Select all
var text = "test.";
return text;