From: Erick B. <er...@je...> - 2001-06-26 14:12:38
|
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 |