Re: [Tutor] Disable menubar

2005-05-20 Thread Alberto Troiano
Thank you very much for your help Now it's all clear Thanks again and best regards Alberto >From: "Michael P. Reilly" <[EMAIL PROTECTED]> >Reply-To: "Michael P. Reilly" <[EMAIL PROTECTED]> >To: Alberto Troiano <[EMAIL PROTECTED]> >Subject:

Re: [Tutor] Disable menubar

2005-05-19 Thread jfouhy
Quoting Alberto Troiano <[EMAIL PROTECTED]>: > About disabling the button it would be nice to know if that can be done > , although I made some work around and I managed to restrict the > Toplevels. You can disable buttons and menu items with the state option. Setting state=DISABLED will grey-ou

Re: [Tutor] Disable menubar

2005-05-19 Thread Alberto Troiano
now if that can be done , although I made some work around and I managed to restrict the Toplevels. If anybody wants to know how I can post the code Thanks in advanced Alberto >From: [EMAIL PROTECTED] >To: Alberto Troiano <[EMAIL PROTECTED]> >Subject: Re: [Tutor] Disable menubar

[Tutor] Disable menubar

2005-05-19 Thread Alberto Troiano
Hey everyone I've read about menubars and I decided to use the MenuBar from PMW instead of Tkinter's The reason is that I couldn't find an example to make a menu with cascade submenus and another cascade submenu inside the submenu and so on. Now I want to ask if somebody knows how to accomplis