Relative Content

Tag Archive for c#scriptingintegration

Is there a way to achieve Preactor.prmdf config with Button and event to be properly triggered

‘Hello there. I have specific problem on trying to open and modify Preactor specific file.I am new to this syntax and manipulation of Preactor UI with external scripting code. I have some knowledge in C#. I understood that Preactor.prmdf file can carry configuration of Preactor, so that functions/methods(from C#) could be called from dlls , scripts can be executed etc. I have the original file and tried to learn what and how has been executed inside. It seems to be tough for me at this point. I would greatly appreciate If someone familiar with this scripting language (Preactor with integration with C#) to help me understand what are the best possible options in modifying such files. In other words I simply want to be able to integrate Class Library generated from C# code into Preactor.prmdf file. The simplest result I want to achieve for now is the following: Getting some method executed from the produced dll(from C# project) to Preactor. E.g -> After clicking button in Preactor to execute C# code where writing into a file some text or just printing some text or something else, which is a sign that the code has been executed successfully inside the DLL and has been integrated to Preactor.