WWW::Mechanize through a proxy?

2004-03-11 Thread Taylor James
Hi all, Has anyone here sucessfully used WWW::Mechanize through a proxy server? This always fails for me. On Win32. Cheers, James #! /usr/bin/perl use strict; use WWW::Mechanize; my $a = WWW::Mechanize->new(); my $url = 'http://www.

RE: Image::Magick Montage usage

2004-03-10 Thread Taylor James
Taylor James wrote: > > Another good idea, which I shall try tonight along with the others, > or this afternoon if I can get Image::Magick installed on my work PC. > That's another story! > Done that, and revised the code as discussed earlier and it still seems to be hangi

RE: Image::Magick Montage usage

2004-03-10 Thread Taylor James
Wiggins d Anconia wrote: > I also notice that you catch the return result of 'Write' and then > warn > if it is positive, but 'Write' returns the number of images written, > so > it should be positive. I suspect this is because it is just test code, > but you will likely need to correct that befo

RE: Image::Magick Montage usage

2004-03-10 Thread Taylor James
Wiggins d Anconia wrote: > > HTH, > Indeed, you're right of course. I have a hunch that this is more than a resource issue, but of course I should try using less images first to eliminate it as a possibility. I'll try later and let you know how I get on. I was kind of hoping someone would spot

Image::Magick Montage usage

2004-03-10 Thread Taylor James
Hi there, I have 189 gif images at 200x200 and I want to combine them in a 3x61 arrangement, ending up with a 600x12200 gif. Firstly is this just crazy talk? I realise this is a large image, but I've dealt with larger in the past. Secondly, what the hell am I doing wrong!? My code is below. I ha

RE: Automatically write in uppercase

2004-03-03 Thread Taylor James
James Edward Gray II wrote: > On Feb 29, 2004, at 6:30 AM, John wrote: > > > That's a nice method but i would prefer to activate the CAPS-LOCK > > and user write in capitals in my text entry widget > > I would prefer you didn't. ;) > > The keyboard takes commands from me, not the computer. If