Re: [perl-win32-gui-users] WHERE IS THE LOGIC?

2007-12-04 Thread Waldemar Biernacki
Thank you Brian, it works! Waldemar Wednesday 05 of December 2007 02:34:50 napisałeś(-łaś): > Waldemar Biernacki wrote: > > Hello! > > > > At the end I've enclosed the little code of Perl/Win32:GUI. > > > > If you start the code you can notice that the sequence > > is the following: > > > >

Re: [perl-win32-gui-users] Problem with Win32::GUI and PerlApp with Vista

2007-12-04 Thread Jan Dubois
On Tue, 04 Dec 2007, Jeremy White wrote: > This looks like a --dyndll option issue with Vista - I have a case > were I am getting crashes. I have reported the problem to Activestate. It is indeed a problem with the --dyndll code. That code hooks and reimplements most parts of the Windows loader a

Re: [perl-win32-gui-users] WHERE IS THE LOGIC?

2007-12-04 Thread Brian Millham
Waldemar Biernacki wrote: > Hello! > > At the end I've enclosed the little code of Perl/Win32:GUI. > > If you start the code you can notice that the sequence > is the following: > > 1. Window appears on the screen. > 2. An incomplete "field1" appears too. > 3. After 2 seconds it disappears!!! for

[perl-win32-gui-users] WHERE IS THE LOGIC?

2007-12-04 Thread Waldemar Biernacki
Hello! At the end I've enclosed the little code of Perl/Win32:GUI. If you start the code you can notice that the sequence is the following: 1. Window appears on the screen. 2. An incomplete "field1" appears too. 3. After 2 seconds it disappears!!! for next 2 seconds and the field "field2" is di

Re: [perl-win32-gui-users] Problem with Win32::GUI and PerlApp with Vista

2007-12-04 Thread Jeremy White
This looks like a --dyndll option issue with Vista - I have a case were I am getting crashes. I have reported the problem to Activestate. Cheers, jez. > Date: Mon, 3 Dec 2007 14:37:44 + > CC: perl-win32-gui-users@lists.sourceforge.net > Subject: Re: [perl-win32-gui-users] Problem with Win3