in reply to Re: Perl/Tk and exit(0)
in thread Perl/Tk and exit(0)

Thanks you so much, and thanks to jcb as well. As I am sure you you can tell, I am new to Tk, but this gives me something to work with. I knew there were standard popups available--I use them elsewhere in the program--but I think I couldn't figure out how to close them programatically.

Replies are listed 'Best First'.
Re^3: Perl/Tk and exit(0)
by kcott (Archbishop) on Apr 03, 2020 at 21:28 UTC
    "Thanks you so much"

    You are very welcome.

    "I knew there were standard popups ... but I think I couldn't figure out how to close them programatically."

    Take a look at the invoke() method of Tk::Button. You could give the option to close manually via a button or, if that option isn't taken, close programmatically after the specified delay.

    — Ken