[perl-win32-gui-users] Help with a couple of problems

2005-08-10 Thread Jeremy White
Hi, Rob and I have been trying to track down a couple of issues, and we're not sure if they are OS or Perl related. We would be greatful if you could run the two scipts below and report back your findings. When you report back could you include your OS, Perl and Win32-GUI versions. Thanks,

RE: [perl-win32-gui-users] Help with a couple of problems

2005-08-10 Thread Lloyd, Steve
Windows XP Professional Service Pack 2 Win32::GUI version 1.02 perl, v5.8.4 built for MSWin32-x86-multi-thread The first script exited without any problems. The second script went into a loop printing the following on exit: Use of uninitialized value in substitution (s///) at C:/Perl/lib/AutoLoad

[perl-win32-gui-users] {Spam?} Re: MDIFrame and background Image

2005-08-10 Thread Daniel Fernandez
Hi, Sorry by my last mail. I sent you a wrong script. This it's my modified MDI script with your code. The problem is that the new child window is not visualized but the activate/deactivate events works when the window is created. Is there are any wrong in my code? I'll appreciate your comm

[perl-win32-gui-users] Draggable 'window' [Was: MDIFrame and background Image]

2005-08-10 Thread Robert May
Lloyd, Steve wrote: Is there a way using Win32::GUI to create a dragable child window that can be dragged and dropped onto another window like winspy does? Steve Are you referring to the 'Find' window from Windows Spy++? If so, then that's not a draggable window at all: the application chan

[perl-win32-gui-users] RE: Draggable 'window' [Was: MDIFrame and background Image]

2005-08-10 Thread Lloyd, Steve
Thanks Rob, I will give it a try in Perl and Win32::GUI. Steve -Original Message- From: Robert May [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 10, 2005 4:34 PM To: Lloyd, Steve Cc: perl-win32-gui-users@lists.sourceforge.net Subject: Draggable 'window' [Was: MDIFrame and background

[perl-win32-gui-users] Re: [win32gui] {Spam?} Re: MDIFrame and background Image

2005-08-10 Thread Robert May
Daniel Fernandez wrote: Hi, Sorry by my last mail. I sent you a wrong script. This it's my modified MDI script with your code. The problem is that the new child window is not visualized but the activate/deactivate events works when the window is created. Is there are any wrong in my code? I'

[perl-win32-gui-users] Re: [win32gui] RE: Draggable 'window' [Was: MDIFrame and background Image]

2005-08-10 Thread Robert May
Lloyd, Steve wrote: From: Robert May [mailto:[EMAIL PROTECTED] Lloyd, Steve wrote: Is there a way using Win32::GUI to create a dragable child window that can be dragged and dropped onto another window like winspy does? Steve Are you referring to the 'Find' window from Windows Spy++? If

RE: [perl-win32-gui-users] Help with a couple of problems

2005-08-10 Thread Brian Millham
Hi all, My setup: Windows 2000 SP4, perl 5.8.4 build 810, Win32::GUI 1.0 The results: First script: No problem on exit Second script: Looping error message - Use of uninitialized value in substitution (s///) at c:/Perl/lib/AutoLoader.pm line 40. Use of uninitialized value in concatenation (.) o