I originally found the file win32-gui-0.0.558.tar.gz on the web site http://dada.perl.it/. Uncompressing that file you will find a tutorial Win32-GUI-0.0.558/docs/tut/guitut1.html. Oh about 30 or 40 lines down from top.

Louis

At 06:10 AM 6/26/2001 -0400, you wrote:
On Tue, 26 Jun 2001 08:45:20 -0400, Louis Bohm said:

| I found that this line was in error:
|       $main->AddLabel(-text   => "Hello World");
|
|  I needed to include the -name as shown bellow:
|       $main->AddLabel(
|           -name   => "Test",
|           -text   => "Hello World",
|       );
|
|  What bothers me about this is that I pulled the top line right from
|  the=20
|  documentation.       I am sure no one has time but the docs should be
|  changed=20
|  accordingly.

What documentation had you found this?

regards,

erick

_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users

--
¤¤º°`°º¤ø,¸¸,ø¤º°`°º¤øø¤º°`°º¤ø,¸¸,ø¤º°`°º¤øø¤º°`°º¤
¤°`°Lightbridge, Inc
¤°`°67 South Bedford St.
¤°`°Burlington MA 01832
¤°`°781.359.4795 mailto:[EMAIL PROTECTED]
¤°`°http://www.lightbridge.com
¤¤º°`°º¤ø,¸¸,ø¤º°`°º¤øø¤º°`°º¤ø,¸¸,ø¤º°`°º¤øø¤º°`°º¤


Reply via email to