Notifications
Clear all
[Closed] Is there a way to hide the script actions until they've finished?
Jun 02, 2009 8:37 pm
I’ve got a script that takes a while to run. I was wondering can I just have that operate in the background and give me the finished product? Excel VBA has this capability I was wondering if it can be done here.
1 Reply
Jun 02, 2009 8:37 pm
It really dependents on what you want to do.
Dotnet has a “workerthread” class, that you can use to start some functions in a new thread thus leaving max alone, but not anything can be processed with a dotnet function.
Have a look at this thread http://forums.cgsociety.org/showthread.php?f=98&t=661832&highlight=worker+thread
-Johan