Re: [perl-win32-gui-users] camel

2007-05-24 Thread erik
Quoting Geoffrey Spear <[EMAIL PROTECTED]>: > The docs at http://cpan.uwinnipeg.ca/htdocs/PAR-Packer/pp.html mention the -a option to add files to the package. -i sets the app's icon, but I'm trying to add an icon to use within my program (as a NotifyIcon). Oddly enough, while the --help opti

Re: [perl-win32-gui-users] camel

2007-05-23 Thread Erik Kieffer
- Original Message - From: "Geoffrey Spear" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 23, 2007 9:29 PM Subject: Re: [perl-win32-gui-users] camel > I hate to bring back a nearly 6 month old thread, but is there some > sort of trick to getting Win32::GUI to find icons bundled with a >

Re: [perl-win32-gui-users] Launching a detached child process fromWin32 app

2006-12-28 Thread erik
I've reply'd by e-mail since this isn't a win32::gui problem. I think this is what he wants: #!/usr/bin/perl system 'rundll32.exe url.dll,FileProtocolHandler notepad.exe'; print foreach (1..10); __END__ While notepad is running, the main program still counts to 10 and exits nicely. Quo

Re: [perl-win32-gui-users] Checking for memory leaks?

2006-08-16 Thread Erik Kieffer
There is Win32::SystemInfo where you can track memory. But that only works if you don't have a leak but a sinking ship :). From the POD: MemoryStatus Win32::SystemInfo::MemoryStatus(%mHash,[$format]); %mHash - The hash that will receive the results.

[perl-win32-gui-users] Dynamically changing foreground and other options

2003-08-14 Thread Erik Shön
Hello, I've been trying to dynamically change the -foreground value for a textfield. The following didnt work: $TextField->Change( -foreground => [ 255, 0, 0 ] ); $TextField->InvalidateRect(1); Nor did assigning different font objects. And from the info I've gathered on the