[perl-win32-gui] Restore button bug

2000-01-23 Thread Ravi Singh
I'm using Win32::GUI version 0.0.434, and I've encountered a bug with the DialogBox. I created a dialogbox with a style that includes a maximize button in the top right corner of the window (WS_MAXIMIZEBOX). Once the window is maximized, the maximize button is replaced by a restore button, as it

Re: [perl-win32-gui] Can't read/write Edit control from the other process

2000-01-23 Thread Indy Singh
-Original Message- From: Mike Blazer <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Sunday, January 23, 2000 5:26 AM Subject: [perl-win32-gui] Can't read/write Edit control from the other process >Hello guys, >I've got some very special problem and damn, had broken m

Re: [perl-win32-gui] Win32::GUI::Dialog() + -w = uninitialised value

2000-01-23 Thread Lyndon Rickards
Ho Hum.. If my $W = new Win32::GUI::Window(... is changed to: my $W = new Win32::GUI::DialogBox(... What's up? > > If there's a way round this, what is it please? I like > to keep -w and strict at all times. > > TIA > Lynn.

[perl-win32-gui] Win32::GUI::Dialog() + -w = uninitialised value

2000-01-23 Thread Lyndon Rickards
I have: Binary build 522 provided by ActiveState Built 09:52:28 Nov 2 1999 running on NT4 sp5. It seems that any script - even the examples - run with -w throws two.. Use of uninitialized value at prgui3.gpl line 46. at startup, and streams of the same on any mouseover or event within the ma