-
Any way to run a script on dialog close? The problem arrises when the user simply clicks the 'X' and the dialog closes. the PLC is still copying the data and the common area is utilized. a simple option would be make the 'X' White so still active just not visible, Any ideas ??? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
I did find a work around, in the client file styles.12ccc0f8044a081d.css
I modified the color of the close 'X' from grey to White.
.material-icons{color:rgba(255, 255, 255, 0.9);
The Button is still active, but with the white dialog box, not visible.
Now the operator automatically selects the close button.
I have been forced to use this approach in the past