in reply to Re: Tk:Dialog is not entirely modal
in thread Tk:Dialog is not entirely modal

Thanks for testing!

Quickly share the answers to questions 1 and 4, since I did try:

DialogBox had the same issue.

I opened notepad, then opened its "save as" dialog, and could not close notepad with the dialog open - which is obviously the expected behavior of a modal dialog.

Peter (Guo) Pei

Replies are listed 'Best First'.
Re^3: Tk:Dialog is not entirely modal
by kcott (Archbishop) on Nov 08, 2010 at 14:49 UTC

    Thanks for the feedback.

    It occurred to me that one final check you could make would be to see if you get this same behaviour with the widget demo. You can check both Tk::DialogBox and Tk::MsgBox via Common Dialogs - Message boxes. I got the same as I reported above for Cygwin and Windows XP.

    -- Ken

      Same broken behavior on windows 7.

      Peter (Guo) Pei