I don't have
any examples of that.
Peter Guzis
Web Administrator, Sr.
ENCAD, Inc.
email: [EMAIL PROTECTED]
www.encad.com
-Original Message-
From: Byron Wise [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 08, 2001 2:53 PM
To: Perl-Win32-Users
Subject: ProgressBar via webpage?
Has anyo
Has anyone successfully created a Progress Bar for a
web page. I'm beginning to think this is imposable.
Any one with some "know how" I'd sure appreciate
hearing from you.
many thanks,
byron
__
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and
$status_var=#some_number;
$mw->update;
It would be better if you saved the progressbar widget reference and just
update that.
i.e.
$pb=$mw->ProgressBar(blah blah)->pack(blah);
$status_var=#some_number;
$pb->update;
Jack
> -Original Message-
> From: Carlo [mailt
Hi there,
I have a problem using ProgressBar.
I have created the W. :
$mw->ProgressBar(
-borderwidth => 2,
-relief => 'sunken',
-width => 200,
-padx => 2,
-pady => 2,
-variable => \$status