in reply to Re: How do I disable a parent widget
in thread How do I disable a parent widget

Hi I'm working on Tk , I managed to "-status => disabled"
the button that activate the browser , I pass it to the sub
that build the browser and there at one of my buttons
command statements I disable it .
but what I really want to do is to disable
the parent widget , and not part of it .
michaelg
  • Comment on Re: Re: How do I disable a parent widget

Replies are listed 'Best First'.
Re: Re: Re: How do I disable a parent widget
by castaway (Parson) on Oct 02, 2003 at 14:50 UTC
    Maybe you can show us how you are activating the browser. What you are looking for is a modal dialog (or the similar), which prevents other parts of your program from being used until it has been closed again.

    C.