Re: [perl-win32-gui-users] Re: Perl-Win32-GUI-Users digest, Vol 1 #518 - mousemove

2002-11-25 Thread Jonathan Southwick
That worked. Thanks Alan. Jonathan At 11/22/2002 10:46 PM, you wrote: Try playing about with the following (it won't work in version .665 - and don't ask me how/why it works in .558!). I use it to draw rectangles for widgets in a primitive but quite useful gui designer that makes Perl do muc

Re: [perl-win32-gui-users] Win32::GUI and Warnings

2002-11-25 Thread markd
i tried it, it works fine. i'm using activeperl 5.6.1.633 on windows 98 and win32::gui 0.0.665. the only problem i see is if you 'use strict' (which you should) you'd need to change $Win2 = new. to my $Win2 otherwise you'll get an error about a global symbol requiring an explicit package name.

[perl-win32-gui-users] Win32::GUI and Warnings

2002-11-25 Thread Pascal Lagasse
G'day, I found a piece of Code in the list. Unfortunately, when I tried it, (although it works fine), I got warnings. I am using always the switch -w (perl -w ... program name) What I got as warning is: ... Use of uninitialized value in subroutine entry at wintest.pl line 54. (in clean