From: Peter E. <Pet...@at...> - 2001-06-26 17:47:58
|
that did the trick. thanks! > -----Original Message----- > From: Glenn Linderman [mailto:Gle...@ne...] > Sent: Tuesday, June 26, 2001 1:34 PM > To: per...@li... > Subject: Re: [perl-win32-gui-users] Disable menu item? > > > $Window->Menu -> {'SortNot'} -> Enabled ( 0 ); > > > Peter Eisengrein wrote: > > > How can you disable (grey-out) an item in a menu? I don't > see anything in > > the docs and it has ignored everything I have tried, > including the obvious: > > > > $Window->Menu->{MenuItem}->Disable(); > > > > _______________________________________________ > > Perl-Win32-GUI-Users mailing list > > Per...@li... > > http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > > -- > Glenn > ===== > Due to the current economic situation, the light at the > end of the tunnel will be turned off until further notice. > > > > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Per...@li... > http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > |