Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
Scripting is notorious for being slow to process, Python is relatively good but still a scripted system, so users waiting completion of a task is nothing new. So this makes me wonder:
Is there a standard easy way to make a sort of dialog or alert with animated hourglass show up while my process is running? Some methods I can call to set or drop the message and the message dropping automatically when my script dies?
I guess it does require spawing threads and watches. I'd rather go by a proven solution than invent something bad myself.