Forum: Poser Python Scripting


Subject: How do I get showerror/showinfo/xxx to work?

Montressor opened this issue on Apr 16, 2002 ยท 4 posts


bushi posted Thu, 18 April 2002 at 9:57 PM

You can keep things in sync better if you use the ProcessSomeEvents method placed throughout your code. You'll have to tinker a bit to find the best placement. Oh, and as an added bonus try it with out specifying the number of events to process ie.: ProcessSomeEvents() It appears that using this form lets Poser process as few or as many as it needs to before returning.