Sun, Nov 17, 12:27 PM CST

Renderosity Forums / Poser Python Scripting



Welcome to the Poser Python Scripting Forum

Forum Moderators: Staff

Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)

We now have a ProPack Section in the Poser FreeStuff.
Check out the new Poser Python Wish List thread. If you have an idea for a script, jot it down and maybe someone can write it. If you're looking to write a script, check out this thread for useful suggestions.

Also, check out the official Python site for interpreters, sample code, applications, cool links and debuggers. This is THE central site for Python.

You can now attach text files to your posts to pass around scripts. Just attach the script as a txt file like you would a jpg or gif. Since the forum will use a random name for the file in the link, you should give instructions on what the file name should be and where to install it. Its a good idea to usually put that info right in the script file as well.

Checkout the Renderosity MarketPlace - Your source for digital art content!



Subject: running hourglass type dialog


FVerbaas ( ) posted Tue, 24 August 2021 at 11:42 AM · edited Sun, 17 November 2024 at 12:24 PM
Forum Coordinator

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.


adp001 ( ) posted Tue, 24 August 2021 at 2:40 PM

Check out wxPython's dialogs in the online documentation. Starting with "BusyInfo".




FVerbaas ( ) posted Tue, 24 August 2021 at 3:09 PM · edited Tue, 24 August 2021 at 3:16 PM
Forum Coordinator

Great. Thanks!

Images are not supported, alas, let alone images that are animated.


adp001 ( ) posted Tue, 24 August 2021 at 3:23 PM

FVerbaas posted at 3:19PM Tue, 24 August 2021 - #4425984

Great. Thanks!

Images are not supported, alas, let alone images that are animated.

Make a standard dialog with all features you need. Wrap the Dialog with a similar class as BusyInfo does with it's simple dialog.




FVerbaas ( ) posted Wed, 25 August 2021 at 9:01 AM
Forum Coordinator

Thanks. Was already afraid so. Other priorities prevail for now so the hourglass goes on the wish list.


adp001 ( ) posted Wed, 25 August 2021 at 9:21 AM

I bet someone has done this allready. wxPython is a framework not only used with Poser and has thousends of users and contributors. A Poser forum may simple be the wrong place to ask.




FVerbaas ( ) posted Wed, 25 August 2021 at 9:28 AM · edited Wed, 25 August 2021 at 9:29 AM
Forum Coordinator

Yes, definitely it will be there somewhere. Will be looking further before I sit down to write and report when I found something.


Privacy Notice

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.