May 8, 201312 yr Hello, In my ios solution I open windows to make my scripts go easier because then I can just shut a window down, but is it possible somehow to close all windows down EXCEPT the first one? So if u have 4 windows open and u push "home" button it shuts down 3 windows. and I have 1 left.
May 8, 201312 yr Because of the Home button's ability to kill a script, regardless of where the script is, many folks (myself included) got in the habit of switching layouts instead of opening new windows. You can get back to the original context by using the Go to Layout [Original Layout] script step instead of closing the window. If you find your users getting stranded on utility layouts after coming back to FileMaker from pressing the Home button, you could write your scripts to set a global variable with the name of the layout they started on, and add a "Back" button to your utility layouts to return the user to where they were before starting the script they interrupted.
Create an account or sign in to comment