I have a python script with a Tkinter menu interface. When I start the script, it always pops up the Tool Parameters window. I have no parameters. I have to press the OK button before my Tkinter menu appears. Is there some command that I can use in my python script to not have the Tool Parameters window appear? (Even if I do have parameters, I would like to use the Tkinter menu interface to get the parameters.)
Thanks.
Karl