Modifying SCWorkspace to display a control panel in Management Client

How do I display a control panel in Management Client? I’ve copied and refactored all the code that is used to render a user control in Management Client but it refuses to render for some reason.

Hi. To make a custom UI plugin in Management Client, please use a Management Client plugin sample, not a Smart Client. For example, try this one:

https://doc.developer.milestonesys.com/html/index.html?base=samples/admintabplugin.html&tree=tree_search.html?search=admintabplugin

But i needed the UI to be in both the Management and Smart Client. Is there a way to make it work on both? I’d rather avoid having to write multiple separate plugins for this.

Hi. Yes, it’s possible to have all of them in one plugin. Use MIPSDK/ToolSamples/ConfigDump. Here in Admin folder you have controls for the Management Client and in Client folder - for the Smart client. If you need to reuse exactly the same UI for this, you can make a common .NET control, like a panel, that you use on both forms.