Re: [perl-win32-gui] timer memory leak?

2000-09-01 Thread Hoff Miller
;wondering if there may be a leak there. If you move >the mouse over the window you can watch the process >increase in 4k increments. As soon as you stop, the >memory stops increasing. This also happens if you >move the window around. > >I may be wrong with my analysis, but p

[perl-win32-gui] timer memory leak?

2000-08-27 Thread Hoff Miller
# I'm seeing what looks like a memory leak. The script below uses a timer to # trigger the T_Timer subroutine every second which prints a counter's value. # Using NT's performance monitor, I see the Perl process using 3244K of memory. # At the following counter values the corresponding memory u

[perl-win32-gui] non-rectangular windows ?

2000-08-23 Thread Hoff Miller
Are there any constructs for opening windows of different shapes? Is there any constructs for graphical effects when opening/closing windows (i.e. fade-in/out) ? Thank you. [EMAIL PROTECTED]

[perl-win32-gui] Setupsup

2000-07-27 Thread Hoff Miller
I tried to install Win32::Setupsup using PPM. It complained: "Error installing 'Win32-Setupsup': Could not locate a PPM binary of 'Win32-Setupsup' for this platform" I'm using Activestate Perl 5.6.0 for MSWin32-x86-multi-thread Build 613. Hints or suggestions? TIA

[perl-win32-gui] pc shutdown

2000-04-21 Thread Hoff Miller
This isn't gui related but I'm using Win32::InitiateSystemShutdown(MACHINE, MESSAGE, TIMEOUT, FORCECLOSE, REBOOT) and only found that reboot or a dialog to reboot options. I'd like to have the pc powerdown completely, until manually powered-up via the power switch. Is this possible? Thanks

Re: [perl-win32-gui] system tray icon

2000-03-20 Thread Hoff Miller
Hoff Miller >X-Apparently-From: <[EMAIL PROTECTED]> >From: Cam <[EMAIL PROTECTED]> >X-Priority: 3 (Normal) >To: Hoff Miller <[EMAIL PROTECTED]> >Subject: Re: [perl-win32-gui] system tray icon >Mime-Version: 1.0 >Content-Transfer-Encoding: 7bit > >Hello

[perl-win32-gui] system tray icon

2000-03-20 Thread Hoff Miller
ogram. I can change the window's icon but not the system tray icon. Is it possible to dynamically change the system tray icon? Hoff Miller

[perl-win32-gui] updating the icon

2000-03-15 Thread Hoff Miller
Is there a way to change the icon in the system tray while the program executes? I'm using a timer to update values in a progress bar in a window but I don't see how to update the icon. Thank you.

Re: [perl-win32-gui] no console script running as service proble

2000-02-16 Thread Hoff Miller
You hit the nail on the head! I tried setting my script name as the argument for guiperl.exe and the internal error went away. Then I read my email this morning and your answer was there. I was using guiperl, but tonight I'll try without as you noted. Thank you. >From: "Jenda Krynicky" <[EMA

[perl-win32-gui] no console script running as service problem

2000-02-15 Thread Hoff Miller
On NT4 sp6: I ran the makeguiperl script to be able to run a script without a console. The script runs properly when double-clicked from NT explorer. I installed the srvany.exe program to allow running my own service I edit the registry to specify the (.gpl) script to run as a service The se