July 19, 200223 yr 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
July 19, 200223 yr 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
Create an account or sign in to comment