Re: tkFileDialog question
James, thank you very much for your answer. Jaime -- http://mail.python.org/mailman/listinfo/python-list
tkFileDialog question
I am creating a very simple GUI with one Entry widget and one Button. The purpose of the Button widget is to Browse for a file using tkFileDialog.askopenfilename(). I bind the button to a handler which spawns a tkFileDialog. This works but the button __stays depressed__ after the handler returns!