I’ve been wondering if I could replace having a progressbar in my script GUI’s with just outputting the progress in the Prompt Line instead. I’m currently using displayTempPrompt to output the progress:
displayTempPrompt ("Progress: " + currentProgress) 10000
However, certain script operations overrides my message to the Prompt Line (example: when merging in multiple max-files):
Is there any way to “freeze” the Prompt Line (similar to the way disableSceneRedraw() works in the viewport)? If there is, then I could replace all of the progressbars in my script with messages to the Prompt Line instead, but that’s only applicable if it’s possible to prevent Max from overriding my own messages to the Prompt Line. Is this possible?



