Re: [perl-win32-gui-users] Uninitialized value message

2001-03-15 Thread Eric Bennett
On Thu, 15 Mar 2001, Tom Allebrandi wrote: > Use of uninitialized value in subroutine entry at line > Try adding this to your script: sub warn_unless_win32_dialog_warning { my ( $warning_message ) = @_; my $hide_message = qr/^Use of uninitialized value in subroutine entry/;

[perl-win32-gui-users] Uninitialized value message

2001-03-15 Thread Tom Allebrandi
Hi! If I #! perl -w in a script that uses Win32::GUI, I get lots of Use of uninitialized value in subroutine entry at line where is the name of the script and is a line that says: Win32::GUI::Dialog(); The messages occur as I move the mouse around over the dialog

[perl-win32-gui-users] Printing

2001-03-15 Thread Cuthbert, Lance (DeepGreen Bank)
Is there a package that would open a Windows print dialogue box to allow for printing of a document opened in a RichEdit textbox? Thanks to Jonathan Southwick for helping me out on my other question about the RichEdit package. > Lance S. Cuthbert

[perl-win32-gui-users] TopMost

2001-03-15 Thread Jonathan Southwick
Has anyone figured out a way to change a window's -topmost value after the window has already been created? Jonathan Southwick Technical & Network Services Allegheny College, Meadsville, PA [EMAIL PROTECTED]