[perl-win32-gui-users] Font size - problems and workaround

2001-05-08 Thread Marjolein Katsma
I'vew been running into problems getting and setting correct font sizes. Since I'm new to this list, I searched the archives, but could find no reference. What I did find was a problem with GetTextExtentPoint32( STRING, [FONT] ) reported to always deliver values that were too large. I didn't in

[perl-win32-gui-users] Regions in statusbar? (was: DrWatson build 623 mod:558 W2k Pro)

2001-05-08 Thread Marjolein Katsma
Talking about status bars - while I have no problem creating a status bar and mn aking it resize with the main window, I wondered if it's possible to create one with different regions. I could really use that since I have different pieces of information I need to show (filename, state, ...) Any

[perl-win32-gui-users] Hello!

2001-05-08 Thread Marjolein Katsma
Hi, Glad I found this list! And since you'll all be seeing more of me, I thought I'd give a short intro of myself. I was born and raised in the Netherlands - and very nearly moved to the US but that won't happen now that my employer has been taken over by another company, so I'll stay in beaut

Re: [perl-win32-gui-users] Drag-n-drop (was: Show In Taskbar)

2001-05-08 Thread Johan Lindstrom
Dave wrote: In all likelihood, your best bet is to subclass the window you want it to accept the files, then filter for the appropriate message. I can dig up some MSKB articles on it if you'd like. Um... are we talking subclassing using the Win32::GUI::Class here? After having looked through

RE: [perl-win32-gui-users] DrWatson build 623 mod:558 W2k Pro

2001-05-08 Thread Bullock, Howard A.
Thanks for the help in understanding the issue. Now on to testing and learning how use this module... -Original Message- From: Piske, Harald [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2001 11:48 AM To: 'perl-win32-gui-users@lists.sourceforge.net' Subject: RE: [perl-win32-gui-users] D

RE: [perl-win32-gui-users] DrWatson build 623 mod:558 W2k Pro

2001-05-08 Thread Piske, Harald
I can confirm the behavior, but the real problem is a bug in the script, not in GUI: *EVERY* GUI object needs a unique name. Add -name => options to both the statusbar and the progressbar below it and the script starts up. | -Original Message- | From: Bullock, Howard A. [mailto:[EMAIL PROT

[perl-win32-gui-users] DrWatson build 623 mod:558 W2k Pro

2001-05-08 Thread Bullock, Howard A.
I am attempting to use "Win32-GUI-PPM-5.6 0.0.558 January 31, 2001" from http://sourceforge.net/projects/perl-win32-gui on ActiveState Perl build 623. In order to learn how to use it, I have attempted to execute a script found on Jenda's site: http://jenda.krynicky.cz/perl/dbgrid.pl.txt. The