Something like this should do the trick:
my $req = new HTTP::Request GET => $url;
my $res = $ua->request($req, sub {Win32::GUI::DoEvents();},
1024);
That will make your request and update the window every 1024
bytes read from the response. That particular snippet obviously
does nothing with the r
Hello again,
Thanks for the help with forking and the ideas for using
DoEvents() as a replacement for forking. It seems I will have to
go with that route.
The latest problem I have encountered has to do with ListView
checkboxes. I searched the mailing list archives and saw that in
version .665 Al
I don't know why but to fix it you should do:
$AnimateWindow->Call($window->{-handle}, $msec, AW_ACTIVATE | AW_CENTER);
$window->InvalidateRect(0);
Bye.
Luigino Masarati
OutSys snc
- Original Message -
From: "Brewster Rob-RBREWST1" <[EMAIL PROTECTED]>
To: "'Luigino Masarati'" <[
I've been using this code with great success on Windows2000. (Really adds a
professional touch to the GUI!).
Now I've added a menu button to my window I get a greyed out background on
my TextField boxes. I've tried to update the box's colour but only seem to
be able to update the background of the
4 matches
Mail list logo