Exit confirmation window
June 24, 2008 12:00 AM
You can assign actions for this. I would suggest action groups, actually, but you may get by with just a single action.So, if I were doing this, I'd do something like this:On (Exit) Click, I would show a Confirmation Group.Confirmation Group consists of the warning message, a Yes button, and a No button.On (No) Click, I would Hide Confirmation Group. No further action is needed. On (Yes) Click, I would run the Exit action (or Goto the menu, or whatever you need done).That's how I would tackle it, based on how I interpret your needs. If you have variables or other weirdness, you may consider running Action Groups instead of just actions. It may be easier to edit them later if they're in Action Groups (since the target only has to point to the Group).Kevin
Discussions have been disabled for this post