There is no URL. I checked the samples. You MUST download the source in order to get the documention and the samples. Several of the samples have Menus to look at. Note that several of the samples WILL NOT work without modifications. Most are just missing a -name for some of the controls.
-----Original Message-----
From: Mark Wilkinson
Sent: Sun 9/30/2001 12:26 PM
To: Frazier, Joe Jr
Cc: [email protected]
Subject: Re: [perl-win32-gui-users] (no subject)
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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 27, 2001 12:18 AM
> To: [email protected]
> 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
> [email protected]
>
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
<<winmail.dat>>

