Re: [perl-win32-gui-users] Why do Windows spontaneously minimize?

2001-08-10 Thread Alan Mizrahi - (Soporte Tecnico)
I've never seen the window problem, but the label thing may happen if the label width is too short for the new text. See the following example: use Win32::GUI; @files=('c:\config.sys','c:\windows\terminal.exe','c:\autoexec.bat'); $W=new Win32::GUI::Window(-width=>260,-height

RE: [perl-win32-gui-users] Why do Windows spontaneously minimize?

2001-08-10 Thread Peter Eisengrein
I've never seen this before. A little code showing how you call the other window might be helpful. -Original Message- From: Gross, Stephan [mailto:[EMAIL PROTECTED] Sent: 09 August 2001 19:18 To: 'Perl GUI' Subject: [perl-win32-gui-users] Why do Windows spontaneously minimize? I'm writ