Re: Problems with Win32::GUI::Brush / Pen

2005-07-11 Thread Sisyphus
- Original Message - From: "Chris Rogers" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 12, 2005 4:16 AM Subject: Problems with Win32::GUI::Brush / Pen > I have been playing around with samples/BitmapScroll.pl from the > Win32-GUI-1.0 source using perl 5.6 on WinXP SP2. I can't seem to

Problems with Win32::GUI::Brush and PEN

2005-07-11 Thread Chris Rogers
I have been playing around with samples/BitmapScroll.pl from the Win32-GUI-1.0 source using perl 5.6 on WinXP SP2. I can't seem to get a Brush or Pen working for me. No matter what I do (so far), the rectangle is drawn with the brush/pen I think I'm specifying. The majority of this code is strai

Re: security question on someones code

2005-07-11 Thread David Dick
Richard Morse wrote: On Jul 11, 2005, at 4:16 PM, lorid wrote: Just curious I found thisline in a sample perl program (which created a simple web page) line: delete @ENV{'BASH_ENV', 'CDPATH', 'ENV', 'IFS', 'PATH', 'SHELL'}; # For security. could someone tell me if I should include this on

Re: security question on someones code

2005-07-11 Thread Richard Morse
On Jul 11, 2005, at 4:16 PM, lorid wrote: Just curious I found thisline in a sample perl program (which created a simple web page) line: delete @ENV{'BASH_ENV', 'CDPATH', 'ENV', 'IFS', 'PATH', 'SHELL'}; # For security. could someone tell me if I should include this on all web pages I creat

security question on someones code

2005-07-11 Thread lorid
Just curious I found thisline in a sample perl program (which created a simple web page) line: delete @ENV{'BASH_ENV', 'CDPATH', 'ENV', 'IFS', 'PATH', 'SHELL'}; # For security. could someone tell me if I should include this on all web pages I create and if so why? thanks Lori __

ANNOUNCE: Win32::GUI v1.02

2005-07-11 Thread Robert May
I am please to announce that v1.02 of Win32::GUI is available for download from SourceForge. Win32::GUI is a Perl extension allowing creation of native Win32 GUI applications. Project summary and download: http://sourceforge.net/projects/perl-win32-gui/ Release notes: http://sourceforge.net/pr

Problems with Win32::GUI::Brush / Pen

2005-07-11 Thread Chris Rogers
I have been playing around with samples/BitmapScroll.pl from the Win32-GUI-1.0 source using perl 5.6 on WinXP SP2. I can't seem to get a Brush or Pen working for me. No matter what I do (so far), the rectangle is drawn with the brush/pen I think I'm specifying. Here's a sample of my broken code:

Re[2]: [OLE] QuitMessageLoop has no effect

2005-07-11 Thread Jan Ploski
Jan Ploski/BI/Offis schrieb am 11.07.2005 12:59:14: [EMAIL PROTECTED] schrieb am 11.07. 2005 11:41:02: > Здравствуйте Jan, > > Monday, July 11, 2005, 12:10:32 PM, Вы написали: > > JP> [EMAIL PROTECTED] schrieb am 08.07.2005 > JP> 20:40:56: > > >> Hello, > >> > >> I am unable to get Win32::O

Re[2]: [OLE] QuitMessageLoop has no effect

2005-07-11 Thread Сергей Черниенко
Здравствуйте Jan, Monday, July 11, 2005, 12:10:32 PM, Вы написали: JP> [EMAIL PROTECTED] schrieb am 08.07.2005 JP> 20:40:56: >> Hello, >> >> I am unable to get Win32::OLE::QuitMessageLoop working consistently: >> sometimes it causes a prior Win32::OLE::MessageLoop call to terminate, >> sometim

Re: [OLE] QuitMessageLoop has no effect

2005-07-11 Thread Jan Ploski
[EMAIL PROTECTED] schrieb am 08.07.2005 20:40:56: > Hello, > > I am unable to get Win32::OLE::QuitMessageLoop working consistently: > sometimes it causes a prior Win32::OLE::MessageLoop call to terminate, > sometimes it does not. Responding to myself and thinking out loud: I compiled a debug v