Hi there,
I have this problem, not so big a problem but bugs me from time to time.
I have a window where I have a few menus. I have attached commands to menuItems.
Now the problem is, whenever a command is run by clicking menuItem I get this text output in the script editor and in the command feedback bar AFTER my outputs.
editMenuUpdate MayaWindow|mainEditMenu;
Now incase I have any errors caught and displayed, they do not show up in the command Feedback area because this is what i get :
// some error //
editMenuUpdate MayaWindow|mainEditMenu; <<<< this becomes the last line or a blank line maybe.
its the same with the print command.
Any idea on how to show MY ERROR WARNINGS the last so that if a person is using my script he sees the error in red in command feedback rather than seeing nothing.
any feedback is appreciated,
Thanks a lot.
Ak