can you add after your 'insert'
$text1->update() to make a refresh.
You need an update if there is no new event in your widget.
Be areful : Don't use update for each line if you insert a lot of lines
but only at the end of a batch or only every 100 lines to keep good
performance.
macus
I am trying to make a tk app that parses the qrz callsign ham radio
database: It's not working. I'm trying to get information from the
text field, and the result in the gray box.
#!/usr/bin/perl
use Tk;
use LWP::Simple;
use LWP::UserAgent;
my $main = MainWindow -> new();
$entr
PM
> > To: ; [EMAIL PROTECTED]
> > Subject: Could you please help with a PERL/TK
> question.
> >
> >
> >
> > Hi, I developed a perl/TK script in Win-2000
> > environment.
> > when I run it the DOS-screen pops up and displays
> my
> > program e
istribution. But if that's the case, then you won't be able to double-click
anyway.
-Original Message-
From: Toby Stuart [mailto:[EMAIL PROTECTED]
Sent: Sun 7/11/2004 11:34 PM
To: 'Marco Perl'
Cc: '[EMAIL PROTECTED]'
Subject:
> -Original Message-
> From: Marco Perl [mailto:[EMAIL PROTECTED]
> Sent: Monday, 12 July 2004 4:19 PM
> To: ; [EMAIL PROTECTED]
> Subject: Could you please help with a PERL/TK question.
>
>
>
> Hi, I developed a perl/TK script in Win-2000
> environment.
Hi, I developed a perl/TK script in Win-2000
environment.
when I run it the DOS-screen pops up and displays my
program errors. but this screen closes so fast that
its
impossible to read the error. so, how do I debug my
perl.ptk script or how do I slow down the DOS-screen
to read the errors?
tha