Harlin Seritt wrote: > You can add this: > > button = Button(top, text="Close Me", command=top.destroy) > button.pack() > > That will kill the Toplevel window. > > Cheers, > > Harlin Seritt
Thank you, it worked great :) -- http://mail.python.org/mailman/listinfo/python-list