ControlSystemStudio / cs-studio

Control System Studio is an Eclipse-based collections of tools to monitor and operate large scale control systems, such as the ones in the accelerator community.
https://controlsystemstudio.org/
Eclipse Public License 1.0
111 stars 96 forks source link

Css537 modal displays #2698

Closed willrogers closed 3 years ago

willrogers commented 3 years ago

Specific functionality for standalone windows.

If a standalone window is open and a CS-Studio also has a modal dialog open, the standalone window will not respond. This is the same as OPIs in a workbench, but it is less obvious to the user what is happening.

This change means that if the standalone window is blocked and the user clicks on that window, a widget appears to make it clear what is happening. When the modal dialog is closed everything returns to normal.

image