Do you know a smart way to hide or in any other way get rid of the root window that appears, opened by Tk()? I would like just to use a normal dialog.
Should I skip the dialog and put all my components in the root window? Is it possible or desirable? Or is there a smarter solution?