RE: $text-insert(?);

2002-11-18 Thread Toby Stuart
-Original Message- From: Hudson T Clark [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 30, 2002 4:45 PM To: [EMAIL PROTECTED] Subject: $text-insert(?); I'm having problems finding examples of inserting text into a Text widget... use strict; use Tk; my $mw = new

Re: $text-insert(?);

2002-11-18 Thread Hudson T Clark
why doesn't this work... I'm so frusted ERR... lol #!/usr/bin/perl -w use Tk; use strict; my $mainwindow = MainWindow-new(); $mainwindow-minsize( qw(330 240)); $mainwindow-maxsize(qw(330 240)); my $textbox = $mainwindow-Text(-height = 5, -width = 30, -state = 'disabled')-pack();

RE: $text-insert(?);

2002-11-18 Thread Toby Stuart
-Original Message- From: Hudson T Clark [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 30, 2002 6:37 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: $text-insert(?); why doesn't this work... I'm so frusted ERR... lol #!/usr/bin/perl -w use Tk; use strict