Getting notified when user closes window

Hi, I am creating windows in the Smart Client using MultiWindowCommandData and one of the commands OpenFullScreenWindow and OpenFloatingWindow. Can I get notified somehow when the user closes one of the windows?

No, it is not possible to get notification when you close one of the windows.

As a workaround, we tested ConfigurationDump sample. https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/configdump/readme.html&tree=tree_1.html

Deploy the sample and start Smart Client. Create a configuration dump view.

Select any view and right click. Select Send view to and Floating window.

Once click another view and back to the configuration dump view, you will see Floating window in the item list.

Then, close the floating window.

Click another view once and get back to configuration dump view. You will not see the floating window anymore in the list.

This means that the sample notice the floating view is gone (closed), so we think this way might be a workaround for you to use.