[perl-win32-gui-users] making windows - help

2002-03-05 Thread Joe_Pfaltzgraff
Joe [EMAIL PROTECTED] 03/05/2002 01:45 PM I have code that is supposed to make 2 windows... only the second window is made, the first never appears and the two are identical. If I add code to make another window at the beginning, the two windows are created, but not the additional one. From

[perl-win32-gui-users] making windows - help w/code

2002-03-05 Thread Joe_Pfaltzgraff
Joe [EMAIL PROTECTED] 03/05/2002 01:59 PM I have code that is supposed to make 2 windows... only the second window is made, the first never appears and the two are identical. If I add code to make another window at the beginning, the two windows are created, but not the additional one. From

RE: [perl-win32-gui-users] making windows - help w/code

2002-03-06 Thread Joe_Pfaltzgraff
Joe [EMAIL PROTECTED] 03/06/2002 08:23 AM Yup, you're right, it must be an issue with Komodo, command line works fine, Komodo doesn't. My work around for now is I tell the window to hide, and then show and it works. Thanks! "Rogers, John" <[EMAIL PROTECTED]> on 03/05/2002 06:27:20 PM To

[perl-win32-gui-users] hiding title bar

2002-03-11 Thread Joe_Pfaltzgraff
Joe [EMAIL PROTECTED] 03/11/2002 11:13 AM Is there a way to hide the title bar and/or frame of a window? I want to get rid of the bar with the icon, name, and close buttons, and if possible get rid of the frame around the entire window. Thanks! Joe

[perl-win32-gui-users] newbie ? - creating PPM's

2002-03-19 Thread Joe_Pfaltzgraff
Joe [EMAIL PROTECTED] 03/19/2002 04:32 PM I'm using Active Perl, and have been having trouble with win32::gui::font - I can't seem to change the size. I saw one place that recomended I download and install the latest version - but the latest version hasn't been made into a PPM yet. How do I tak

[perl-win32-gui-users] intercept a kill?

2002-03-25 Thread Joe_Pfaltzgraff
Joe [EMAIL PROTECTED] 03/25/2002 02:58 PM If a user presses ctrl-alt-del and selects a perl win32 program from the list and says "end task" is there a way to intercept this and ask the user if he is sure? Thanks! Joe