You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by robbudge October 19, 2023
Any way to run a script on dialog close?
or to disable the close 'x' in the top right.
i use a common dialog and tag structure in the PLC for read only information, so when the use clicks on a device the PLC is sent an index to copy into the standard structure.
Write tags we use the Variable bind.
When the 'Close' button is clicked a value of 255 is written to the PLC inform the PLC the common structure is not required. This common structure can be upwards of 30 Variables Binding them would be a nightmare for 50 devices.
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 ???
The text was updated successfully, but these errors were encountered:
Discussed in #936
Originally posted by robbudge October 19, 2023
Any way to run a script on dialog close?
or to disable the close 'x' in the top right.
i use a common dialog and tag structure in the PLC for read only information, so when the use clicks on a device the PLC is sent an index to copy into the standard structure.
Write tags we use the Variable bind.
When the 'Close' button is clicked a value of 255 is written to the PLC inform the PLC the common structure is not required. This common structure can be upwards of 30 Variables Binding them would be a nightmare for 50 devices.
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 ???
The text was updated successfully, but these errors were encountered: