04evildave Posted January 28, 2006 Posted January 28, 2006 On one of my layouts, I need to make it impossible for the user to exit the application. So, when they click on the upper right red cross, I'd like to display a message "go to the main layout before exiting" and then stop the shutdown process (I can't simply go to the main layout because of various user based validations). Any help would be appreciated :clap:
Reed Posted January 28, 2006 Posted January 28, 2006 Put the users into a paused script on that layout with "Allow User Abort" turned off. Also, place a hidden field on that layout that has a not empty validation. Users will be stuck on that layout until they press a button resuming your script and filling the hidden field.
flapjacks Posted February 1, 2006 Posted February 1, 2006 Look at the SecureFM plugin. It's made for this. John
Vaughan Posted February 1, 2006 Posted February 1, 2006 One suggestion I heard recently is to make the shutdown script open a new window before closing. Make the new window the samw as the window being closed.
Recommended Posts
This topic is 6873 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now