PDA

View Full Version : Is there a way to hide the script actions until they've finished?


ungoliath
06-02-2009, 07: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.

JHN
06-03-2009, 07:58 AM
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

CGTalk Moderation
06-03-2009, 07:58 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.