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

It works, thank you!

Maybe one more thing: what should I change, that it will look like the messageBox window (with the title bar, borders, ...) - now it is just a rectangle

dzon
  • Comment on Re^2: Tk - non-blocking messageBox without buttons closing without user input

Replies are listed 'Best First'.
Re^3: Tk - non-blocking messageBox without buttons closing without user input
by zentara (Cardinal) on Sep 18, 2008 at 12:46 UTC
    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