Has anybody been able to get the Tooltip package to work? The only example
I've found is in Johan's Loft examples, but it doesn't work on my system and
I can't figure out the correct parameters to make it work.
Alternatively, has anybody been able to change the tooltip created with the
-tip optio
Calvin,
>From the ActiveState FAQ:
"Signals are unsupported by the Win32 API. The C Runtime provides crude
support for signals, but there are serious caveats, such as inability to
die() or exit() from a signal handler. Perl itself does not guarantee that
signal handlers will not interrupt critica
Hi,
I'm not sure if signals is the way to go - you might have a bit more joy with
hooking the one of the windows shutdown messages
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/system_shutdown_messages.asp
cheers,
jez.
- Original Message -
From: Cal
(Just as a note: I changed the subject to reflect the content of the
post!
It was originally [perl-win32-gui-users]
perl-win32-gui-users@lists.sourceforge.net ~ by mistake)
Thanks Greg...but that didn't work.
I tried $SIG{__DIE__} = $SIG{QUIT} = $SIG{HUP} = $SIG{INT} =
$SIG{KILL} = $SIG{QUIT} =
Hello,
Is there any way to have a Win32::GUI app catch a signal for when a
windows system logs off the current user? What I want to happen is have
my program exit, preferably running some clean up code first, when a
user logs out of windows. Right now, when logging off of windows, an end
program
> Its not Tk - Win32::GUI:) What version are you using?
>
> Cheers,
>
> jez.
Oh - I guess so :-)
package Win32::GUI::GridLayout;
says:
$VERSION = "0.03";
package Win32::GUI::BitmapInline;
says:
$VERSION = "0.01";
Mike
6 matches
Mail list logo