[perl-win32-gui] Changing the font size

2000-12-15 Thread Sean Healy
Here's something else I couldn't find in the archives: Is it possible to change the size in a font object? I've tried using the Change method to change the size and then resetting the font using the SetFont method, but it doesn't work. I don't want to create a whole bunch of font objects jus

Re: [perl-win32-gui] Changing the background color

2000-12-15 Thread Sean Healy
>have you tried this: > > # change to red > $Textfield->Change( -background => [ 255, 0, 0 ] ); > # repaint the control > $Textfield->InvalidateRect(1); > >hope this helps. It's not working for me. Not only that, but if I try change the background color, it fails and the foregro

[perl-win32-gui] Changing the background color

2000-12-14 Thread Sean Healy
I searched the archives, but could not find what I needed. Is there actually a way to change the background color of a textfield after it is created? I can do it with foreground color, but not background. The closest thing I found in the archives was this from Aldo: $Richedit->SendMessage(1

[perl-win32-gui] got it to run

1999-12-09 Thread Sean Healy
I got the thing to run on my system. Thanks to those who offered help. (I still don't know why the debugger's not finding perl5db.pl, but at least win32GUI is working...) __ Get Your Private, Free Email at http://www.hotmail.com

[perl-win32-gui] perl5db.pl and @INC

1999-12-09 Thread Sean Healy
Okay, I installed ActiveState's Perl on my system, and now it tells me that it can't find perl5db.pl. I searched the archives for perl5db.pl and @INC, but found nothing helpful. Here's the error message I get: Can't locate perl5db.pl in @INC. I get this when I run the sample script hello.gpl

Re: [perl-win32-gui] gui.bs

1999-12-09 Thread Sean Healy
Thanks for your prompt response, Jenda. >Could you post the relevant code? I get the message in reference to GUI.pm line 1334. Lines 1334-1336 follow: for my $i (0..($self->Count-1)) { push @list, Win32::GUI::Listbox::Item->new($self, $i); } > >is GUI.pm supposed to be empty when you

[perl-win32-gui] gui.bs

1999-12-09 Thread Sean Healy
I keep getting a "Missing $ on loop variable..." error statement. I looked in the archive, and there was a similar message in whichnit turned out the sender had not received all the necessary files in the distribution he downloaded. I checked, and I have all the files, but GUI.bs is just an