Jump to content
Server Maintenance This Week. ×

Preventing file closure


This topic is 8387 days old. Please don't post here. Open a new topic instead.

Recommended Posts

In startup script add the following steps.

Allow User Abort [Off]

Loop

Pause/Resume script []

End Loop

BEFORE YOU DO THAT, have a script that does this:

Halt Script

Else you will have no way of closing the file rather than a force quit. Make sure you create a button for the user to quit. This doesn't have need a Halt Script or Exit script step. After all, if it did, then the script would halt and it would close anyway. Make sure you hide the status area too so the users don't see the pause button. You can do everything with buttons, all scripts will run properly, but as soon as any script calls for the halt script, they will be able to close the program. Just play with it, you'll figure out what you need.

Jeremy

Link to comment
Share on other sites

This topic is 8387 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.