[perl-win32-gui-users] Tooltips again

2004-12-22 Thread Glenn W Munroe
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

RE: [perl-win32-gui-users] terminate program at windows logoff

2004-12-22 Thread Glenn W Munroe
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

Re: [perl-win32-gui-users] terminate program at windows logoff

2004-12-22 Thread Jez White
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

[perl-win32-gui-users] terminate program at windows logoff

2004-12-22 Thread Calvin Perine
(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} =

[perl-win32-gui-users] perl-win32-gui-users@lists.sourceforge.net

2004-12-22 Thread Calvin Perine
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

Re: [perl-win32-gui-users] Win32::GUI AddRichEdit crash problem.

2004-12-22 Thread Mike Flannigan
> 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