Popup Title Bar Question

Hello,

I am new to Ignition and have a question about using the close button on a Popup Title Bar.

When the Close Button is pressed on the Title Bar, is there a way of turning off a Boolean?

I have looked through the script section of the manual have not seen anything that would seem to accomplish the task.

Currently running Ignition Platform 7.9.10

Inside the component scripting for the Pop Up window, you can use the internalFrameClosing or internalFrameClosed event handlers to set a tag value.

You can access this by selecting the window (not the root container, the actual window) and right clicking and selecting scripting (you can also use ctrl+j to access this).