Exit title from pop-up window
December 19, 2007 12:00 AM
When I click my Exit button in my title, I have a confirmation pop-up window appear with 2 buttons, Confirm exit and Cancel. When I click confirm exit, I want to exit the entire course (not just close the pop-up window). How do I do that?Right now I have 2 actions on my Confirm exit button on the pop-up window. - Modify variable - Updates a variable (exitConfirm = 1) when the Confirm exit button is clicked on the pop-up. - Close window - closes the pop-upIn my title (first line in the title), I have an on-show action that says if the if the exitConfirm variable equals 1, then exit the title.But it doesn't work. The variable is not getting updated until I click the Next button in my title. When I test it (i have a test text box that displays the value of the variable for debugging purposes), the exitConfirm variable is still equal to 0, until I click Next in the title..at which time the variable changes to 1 and the title exits.
Discussions have been disabled for this post