Re: [perl-win32-gui-users] 1st tutorial

2001-09-13 Thread Johan Lindstrom
Marcus wrote: Are there any example programs I can look at? I didn't see any links on Sourceforge. In the source distriution (at SourceForge) there are a few indispensible sample scripts. Other programs you can study: A PerlMonks chat client

Re: [perl-win32-gui-users] Two questions

2001-09-13 Thread Johan Lindstrom
Ultimate Red Dragon wrote: Also, um, why do 'multiline' textfields (and richedit fields) that I create not seem to go down a line when I hit enter? That's the way it works(tm). Enter will trigger the Default button (the Ok button usually). Ctrl-Enter will give you the newline. But, you can c

RE: [perl-win32-gui-users] Horizontal scroll bars on richedit

2001-09-13 Thread Piske, Harald
> How do you get horizontal bars on a richedit window. I don't > want the text > to wrap around. Is this possible? use -addstyle => WS_VSCROLL | WS_HSCROLL it should not wrap by default. hth Harald

RE: [perl-win32-gui-users] 1st tutorial

2001-09-13 Thread Marcus
On 13.09.01 at 17:24 Peter Eisengrein wrote: >the samples didn't come with the module download? I can zip 'em and send >to >you off line, if you'd like. Yes please. I installed via PPM a week or so ago. I can't find any samples in the Perl directory. Thanks, Marcus

RE: [perl-win32-gui-users] 1st tutorial

2001-09-13 Thread Peter Eisengrein
the samples didn't come with the module download? I can zip 'em and send to you off line, if you'd like. > -Original Message- > From: Marcus [mailto:[EMAIL PROTECTED] > Sent: 13 September 2001 17:14 > To: perl-win32-gui-users@lists.sourceforge.net > Subject: [perl-win32-gui-users] 1st tuto

[perl-win32-gui-users] 1st tutorial

2001-09-13 Thread Marcus
Hi, I've been using Perl/Tk and just decided to try Win32::GUI. I was able to get the 2nd and 3rd tutorials from Sourceforge, but the 1st one shows an empty page. Does anybody know why? Are there any example programs I can look at? I didn't see any links on Sourceforge. Thanks, Marcus

[perl-win32-gui-users] Two questions

2001-09-13 Thread Ultimate Red Dragon
Question: Is it possible to make portions of images transparent in this? I've tried a PNG with no sucess... Also, um, why do 'multiline' textfields (and richedit fields) that I create not seem to go down a line when I hit enter? Thanks ~Flame/Ultimate Red Dragon -=UDIC=- ___