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

2007-07-28 Thread Jan Dubois
On Sat, 28 Jul 2007, Robert May wrote: > On 28/07/07, Jan Dubois <[EMAIL PROTECTED]> wrote: > > CreateProcess() will return and not wait for command.com/cmd.exe to > > initialize. Upon return win32_spawnvp() will call win32_msgwait(), > > which should continue to pump the message loop until the ext

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

2007-07-28 Thread Robert May
On Sat, 28 Jul 2007, Robert May wrote: > Here's what happens - the call to system, or using backticks, makes a > request to the OS to find the program associated with *.html files, > launch it (if it isn't already running) and ask it to open the html > file. > > As part of the process of finding ou

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

2007-07-28 Thread Jan Dubois
On Sat, 28 Jul 2007, Robert May wrote: > Here's what happens - the call to system, or using backticks, makes a > request to the OS to find the program associated with *.html files, > launch it (if it isn't already running) and ask it to open the html > file. > > As part of the process of finding o

Re: [perl-win32-gui-users] Request for help tracking down bug

2007-07-28 Thread Robert May
On 28/07/07, Robert May <[EMAIL PROTECTED]> wrote: > On 28/07/07, Robert May <[EMAIL PROTECTED]> wrote: > > In order to help me track this down, I'd like to get some information > > from as wide a set of perl versions and operating systems as possible, > > but I only have Win98 available to me rig

Re: [perl-win32-gui-users] Request for help tracking down bug

2007-07-28 Thread Apu islam
here you go Rob. Two different scenario. First when I have firefox open(1 sec), second when I have it closed (8 sec) (It does not find the file. i checked and it gets unlinked before firefox can display it.) D:\Documents and Settings\Administrator.APU-DESKTOP\Desktop>perl delay_bug.pl Perl Versio

Re: [perl-win32-gui-users] Request for help tracking down bug

2007-07-28 Thread Robert May
On 28/07/07, Robert May <[EMAIL PROTECTED]> wrote: > In order to help me track this down, I'd like to get some information > from as wide a set of perl versions and operating systems as possible, > but I only have Win98 available to me right now. I'd appreciate it > if as many people as possible

[perl-win32-gui-users] Request for help tracking down bug

2007-07-28 Thread Robert May
All, We've had a recent thread discussing a delay in launching an external program after creating a Win32::GUI window. After some investigation I think this is a problem in perl, and not something we can do anything about in Win32::GUI. In order to help me track this down, I'd like to get some

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

2007-07-28 Thread Robert May
On 26/07/07, Robert May <[EMAIL PROTECTED]> wrote: > On 26/07/07, Marc Nürnberger <[EMAIL PROTECTED]> wrote: > > H... I found a strange behavior after adding some "debugging" prints. > > The delay occurs when the last command is executed. That `links.html` > > one. Everything works fine up to t