Maybe something in a _Click event that triggers the memory flush? Just
guessing...
-Original Message-
From: carollyne courtney [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 02, 2003 7:37 AM
To: perl-win32-gui-users@lists.sourceforge.net
Subject: [perl-win32-gui-users] Memory usage
Th
The memory usage of my poller is increasing by about 200k between polls.
Maximizing and then minimizing the poller reduces the incremented memory
usage down to 196k.
I tried minimizing the poller between polls:
$w->CloseWindow();$w->Show();
But this doesn't release the incremented memory.
An
Hi,
Do something like this:
for (0..100) {
$Wmain->Progressbar->StepIt();
Win32::GUI::DoEvents();
#your work here
}
Cheers,
jez.
From: "Chris" <[EMAIL PROTECTED]>
To:
Subject: [perl-win32-gui-users] progress bars
Date: Wed, 1 Oct 2003 15:13:13 -0700
Okay, I'm working on making a progress
3 matches
Mail list logo