in reply to making a GUI for a web client
You may want to $mw->update; to see the change immediately.
$fr1->Label(-textvariable=>\$lblStatus, -background=>'yellow', etc. ... $lblStatus = "Download failed: " . $request->status_line . " Retrying +$i... \n"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: making a GUI for a web client
by dannoura (Pilgrim) on Jul 14, 2004 at 11:38 UTC | |
by roju (Friar) on Jul 14, 2004 at 14:38 UTC | |
by dannoura (Pilgrim) on Jul 14, 2004 at 15:37 UTC |