bbaliner Posted July 19, 2002 Posted July 19, 2002 Dear FMers, I developed a solution, with one file being a menu with buttons to open other files (common UI). When the user closes the FMP application with X (Windows), or File->Quit (MAC), I want all the files to close automatically, without without related files bugging users to be reopened. Now, off course I can script an individual file to first close all related files, and then close itself. But how do I tell an APPLICATION to close a cetrain file last? The problem is with the menu file. When the whole FMP application is being exited, it sometimes dicides to close the Menu before certain other files, and the "open with password" or "cancel" dialog comes up. You have to Cancel every time for the process to continue. Thanks for any advice! BB
Kurt Knippel Posted July 19, 2002 Posted July 19, 2002 Script in Menu: Close ["FileA"] Close ["FileB"] Close ["FileC"] Close ["FileD"] Close ["FileE"] . . . Comment# Once all files are closed, leaving on Menu open, then... Quit Application
Recommended Posts
This topic is 8219 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