Jump to content
Server Maintenance This Week. ×

Display a window that is continually updated while script continues to execute


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

Recommended Posts

I would like to display a window that might say,"Executing sort" with "sort" continually being updated to "delete", "search",or whatever as the script continues to execute. The purpose being to give a continual status of the execution of the script. Something like "Show Custom Dialog" but without requiring user input for script to continue, and allowing the displayed text to be continually updated.

Thanks for your help.

Link to comment
Share on other sites

Hey Chuck,

Here's a method using a progress bar to display the progress of a long script:

http://fmforums.com/forum/showtopic.php?tid/137110/

I use this in a couple places in my solution and it works great. If you wish, you can also display text in the window indicating what is being processed at any point in time.

Link to comment
Share on other sites

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