Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Hi

I have a script that can take several seconds to run and it's difficult to know up front how long it might take. Obviously getting the script to work faster would be best and I am working on that, but in the mean time I want to pop up an alert to let the user know that FileMaker hasn't just hung or something. So in the middle of a loop I can use Show Custom Dialog if the elapsed time is greater than a certain amount. The problem is that the script stops execution until the dialog box is dismissed.

Is there a way to pop up a non-modal dialog box while allowing the script to continue? It would be even better if the dialog box could be dismissed automatically if the script finishes and the user has not yet clicked on the "OK" button.

Thanks.

Posted

The simple solution is to add a new standard window which has text saying the script is progessing. Event the window title could saying "Processing…"

Posted

The simple solution is to add a new standard window which has text saying the script is progessing. Event the window title could saying "Processing…"

Thanks for the suggestion. That does indeed sound simpler.

This topic is 4868 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.