in reply to Tk:Dialog is not entirely modal

That behaviour seems to be OS-dependent: I can emulate it using Cygwin; I can't emulate it on Windows XP; I don't have access to Windows 7 to try it there.

In quite a few cases, Tk attempts to retain the look-and-feel of the underlying OS (e.g. window decorations, menus, scrollbars). This may be another of these cases.

Here's a few things you could try:

-- Ken

Replies are listed 'Best First'.
Re^2: Tk:Dialog is not entirely modal
by PeterPeiGuo (Hermit) on Nov 08, 2010 at 14:26 UTC

    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

      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