Re: [perl-win32-gui-users] (no subject)

2001-09-30 Thread Mark Wilkinson
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: perl-win32-gui-users@lists.sourceforge.net
> 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
> Perl-Win32-GUI-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users




RE: [perl-win32-gui-users] (no subject)

2001-09-30 Thread Frazier, Joe Jr
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: perl-win32-gui-users@lists.sourceforge.net 
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: perl-win32-gui-users@lists.sourceforge.net
> 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
> Perl-Win32-GUI-Users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users



<>

[perl-win32-gui-users] RE: Menus, samples

2001-09-30 Thread Marcus
On 30.09.01 at 15:13 Frazier, Joe Jr wrote:
>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.

Look for a sample program with menus, and look at the source. It's very
simple. I just learnt about menus yesterday like that.

>Note that several of the samples WILL
>NOT work without modifications.   Most are just missing a -name for
some
>of the controls.  

Can't we collect the corrected samples and redistribute them?
I've just started with Win32::GUI and it's offputting as a newcomer.
You wonder about the status of development and whether it's worth
getting into Win32::GUI at this stage. I didn't find any hints that the
errors were due to syntax errors (or syntax changes?) in the samples.

Marcus