By the way, I always tried with "text" only where I am doing something as 
follows:
import maya.mel
def progress_bar_text(text):
    gMainProgressBar = maya.mel.eval('$tmp = $gMainProgressBar')
    cmds.progressBar(gMainProgressBar, edit=True, status=text)

    if gMainProgressBar:
      cmds.progressBar(gMainProgressBar, edit=True, status='')

However it does not seems to be showing any text, most likely suppress by 
the ` Warning: Cycle on '<name of the attribute>... may not evaluate as 
expected.  (Use 'cycleCheck -e off' to disable this warning.) # ` from the 
`bakeResults` I have used.

It does showcase my text only after the whole process has ended...

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/522827de-76c3-4e0c-8f83-84139b07433f%40googlegroups.com.

Reply via email to