Hello,
I have a python macro that takes a fair amount of time to complete and I’ve been sending messages to the command line asking the user to wait, which they may or may not see.
Is there a way to display a message box that simply says “Please Wait” and then turn it off after finishing the task in Python? It’s never going to be a set amount of time so a timer won’t work.
I thought about writing a text object to the Rhino Screen asking them to wait and then deleting it but I am looking for a cleaner way if possible.
Eric
1 post - 1 participant