I use windows-xp python 2.6
Could I have your help.
I need to hide and then show a Tkinter root window. And also "remove" the exit, minimize and maximize options.
I can't do it like this!
root.hide()
#do some stuff
root.show()
Root.hide works but root.show doesn't. No Exception thrown.
:(