|
From: Mark W. <ma...@il...> - 2001-09-30 16:24:50
|
I can't find anywhere in the documentation that describes how to create/use
Menu's... it just says "TBA" everywhere.
How are you finding this information?? Please send me the URL. I checked
all of the URL's from the "Documentation" thread and they didn't help. I
have also read the source code, but it isn't documented in any useful way
either, so... I'm stuck.
:-(
Mark
"Frazier, Joe Jr" wrote:
> Given:
>
> $menu = Win32::GUI::MakeMenu(
> "&File" => "File",
> " > E&xit" => "Exit",
> "&Search" => "Search",
> " > &Client ID" => "CID",
> );
>
> then this:
> $menu->{CID}->Enabled(0);
>
> disables the Client ID menu command and
>
> $menu->{CID}->Enabled(1);
>
> reenables it.
>
> -----Original Message-----
> From: Eva...@ao... [mailto:Eva...@ao...]
> Sent: Thursday, September 27, 2001 12:18 AM
> To: per...@li...
> Subject: [perl-win32-gui-users] (no subject)
>
> I've got 2 questions...
>
> In a listview control, is there a way I can select *all* of the items in
> the control? Along those same lines, could i also select *none* of the
> items?
>
> And one more thing...can i enable/disable specific items in a
> Win32::GUI::Menu object (and if so, how)?
>
> -
> ______________________________
> "Very funny Scotty. Now beam up my clothes."
>
> _______________________________________________
> Perl-Win32-GUI-Users mailing list
> Per...@li...
> https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
|