[Closed] How to Test for closing a rolluout?
I’m trying to figure out if a user has pressed the close window “X”on a rollout.
Do rollouts return something when closed?
Thanks in advance.
Utility and Rollout Properties, Methods, and Event Handlers [left]on <rollout_or_utility> open do <expr>
[/left]
[left]Called when the rollout or utility is opened.
[/left]
[left]
[/left]
[left]on <rollout_or_utility> close do <expr>
[/left]
[left]Called when the rollout or utility is closed.
[/left]
[left]
[/left]
[left]on <rollout_or_utility> oktoclose do <expr>
[/left]
[left]Called when the user clicks the rollouts Close button so the script writer can decide whether to allow the close to proceed. If the expression evaluates to the value true, the rollout is allowed to close. If the expression evaluates to the value false, the action attempting the close is ignored and the rollout or utility is left open.
[/left]