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
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
--
---