in reply to Re^2: Tk - non-blocking messageBox without buttons closing without user input
in thread Tk - non-blocking messageBox without buttons closing without user input

Comment out the line:
# $notification->overrideredirect(1); # Remove window decorations # and probably add #prevents window from closing on close icon press $notification->protocol('WM_DELETE_WINDOW' => sub { });

I'm not really a human, but I play one on earth Remember How Lucky You Are
  • Comment on Re^3: Tk - non-blocking messageBox without buttons closing without user input
  • Download Code