How do I make a background plugin open a ViewGroup/View on Smart Client?

Is there any way to do this?

I have an HTTP server that receives requests and I want it to open a specif ViewGroup/View based on the body of the request.

We assume that you have a background pluing in Event server.

You will need to make one more background plugin in Smart Client, which can communicate with the plugin in Event server. Also you might want to use messages for creating a view in Smart Client. This means, you can use MessageCommunication for communicating between Event server and Smart Client.

Please see this sample - Smart Client Dynamic View –

https://doc.developer.milestonesys.com/html/index.html?base=samples/dynamicview_sample.html&tree=tree_1.html

In this sample, a MIP message is sent within the Smart Client and it creates a new view in a floating window when a message is received.