[perl-win32-gui-users] Timer not being fired when using threads

2007-07-30 Thread Brian Fredette
All, I found the threads example posted in this group and began playing around. I've modified the code to add a splash screen using Win32::GUI:SplashScreen, a timer taken from Tutorial_Part4_timer.pl, a statusbar, and a notifyicon. For some reason the timer never gets fired. I've tried removing t

[perl-win32-gui-users] 1111

2007-07-30 Thread Tian8970
2007/7/31, [EMAIL PROTECTED] < [EMAIL PROTECTED]>: > > Send Perl-Win32-GUI-Users mailing list submissions to >perl-win32-gui-users@lists.sourceforge.net > > To subscribe or unsubscribe via the World Wide Web, visit >https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users >

[perl-win32-gui-users] 111

2007-07-30 Thread Tian8970
-- http://mail.google.com/mail/photos/static/UykTcFMUSSZlBPRqPNyMUKmXZaO60lDRgzMreAsYBtU10leFylauhTXh6Tlxc-MA - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Searc

Re: [perl-win32-gui-users] Why is my GUI hanging?

2007-07-30 Thread Robert May
Re-post to the win32-gui-users list, without the zip attachment, so that it goes through. Rob. On 30/07/07, Robert May <[EMAIL PROTECTED]> wrote: > > On 29/07/07, Jan Dubois <[EMAIL PROTECTED]> wrote: > > > The whole reason for *not* running a message pump is to allow an > > > embedding applicati

Re: [perl-win32-gui-users] HWND_MESSAGE on Win98

2007-07-30 Thread Robert May
On 30/07/07, Jan Dubois <[EMAIL PROTECTED]> wrote: > On Sun, 29 Jul 2007, Robert May wrote: > > On 29/07/07, Jan Dubois <[EMAIL PROTECTED]> wrote: > > > PS: Please let me know if you happen to know a mechanism to create a > > > message-only window on 98/NT (a window that is not top-level and >

Re: [perl-win32-gui-users] HWND_MESSAGE on Win98

2007-07-30 Thread Jan Dubois
On Sun, 29 Jul 2007, Robert May wrote: > On 29/07/07, Jan Dubois <[EMAIL PROTECTED]> wrote: > > PS: Please let me know if you happen to know a mechanism to create a > > message-only window on 98/NT (a window that is not top-level and > > will not receive broadcast messages). If this were p