Re: [PyMOL] Accessing progress bar

2013-07-02 Thread Thomas Holder
Hi Matt, unfortunately, that's not possible. What you can do is show a message with the message wizard: cmd.wizard('message', 'Hello World') cmd.refresh() time.sleep(3) # do something cmd.wizard() http://pymolwiki.org/index.php/Wizard Cheers, Thomas Matthew Baumgartner wrote, On 07/01/13 23

[PyMOL] Accessing progress bar

2013-07-01 Thread Matthew Baumgartner
Hi, My google-fu didn't find anything, but is it possible to access the progress bar in pymol (the one that comes up when ray tracing) in a script? I have a script that is a little long running and it would benefit from giving users feedback on progress. Thanks, Matt -- ---