Re: help reading file url & loop

2003-02-16 Thread $Bill Luebkert
Malcolm Debono wrote: Hello, I have been trying to add some code to what was given to me without success. I am trying to get the 'input' text out of the html (eventually getting the name - value pairs). I cut a snip out of my (many) attempts, can someone please help me again. Malcolm my ($input

Re: Win32 Screenshot/Screencapture with perl

2003-02-16 Thread Roland Moriz
Hi Michael, At 21:46 16.02.2003, michael higgins wrote: >Roland Moriz wrote: >>Hi, >>I need to do screenshots with perl on win32. The only possible way i found >>is to simmulate they "printscrn" key and then read the clipboard. On the London.pm > >I don't know about that, but I remembered cribbing

Re: Win32 Screenshot/Screencapture with perl

2003-02-16 Thread michael higgins
Roland Moriz wrote: Hi, I need to do screenshots with perl on win32. The only possible way i found is to simmulate they "printscrn" key and then read the clipboard. On the London.pm I don't know about that, but I remembered cribbing this from the list, which does what you ask: #!perl -w -- u

Win32 Screenshot/Screencapture with perl

2003-02-16 Thread Roland Moriz
Hi, I need to do screenshots with perl on win32. The only possible way i found is to simmulate they "printscrn" key and then read the clipboard. On the London.pm mailinglist archive I found a short code-snippet which looks good to me: http://london.pm.org/pipermail/london.pm/Week-of-Mon-20020826/

Re: help reading file url & loop

2003-02-16 Thread Malcolm Debono
Hello, I have been trying to add some code to what was given to me without success. I am trying to get the 'input' text out of the html (eventually getting the name - value pairs). I cut a snip out of my (many) attempts, can someone please help me again. Malcolm my ($input,@input); # store input

Tk icon -> transparent?

2003-02-16 Thread Burak Gürsoy
I archive some old messages, and used the code that Chris Anderson posted last year to replace the "Tk" icon with an image I've defined. I've realised that Tk accepts base64 encoded image codes, instead of a raw image data, so I've changed the code a little: if (my $image = image('logo.gif')) {

Scroll mouse in a Tk window?

2003-02-16 Thread Burak Gürsoy
Maybe a silly question but, can we use the wheels of a scroll mouse in a Tk window? I couldn't find a way to do this... ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: Tk question

2003-02-16 Thread Burak Gürsoy
I found that packForget() is doing (nearly) what I want :) But instead of updating the area, it deletes the hlist part... > -Original Message- > From: Burak Gürsoy [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 15, 2003 3:28 PM > To: Tillman, James; Perl-Win32-Users > Subject: RE: