Re: [perl-win32-gui-users] Help? Bitmap not showing up!

2004-10-04 Thread Francesco Rizzi
Bitmap is global, it will work:) Cheers, jez. - Original Message - From: "Francesco Rizzi" <[EMAIL PROTECTED]> To: Sent: Monday, October 04, 2004 8:06 PM Subject: [perl-win32-gui-users] Help? Bitmap not showing up!

[perl-win32-gui-users] Help? Bitmap not showing up!

2004-10-04 Thread Francesco Rizzi
I'm trying to add a bitmap to my GUI. I've looked at the BitmapInline package (http://jeb.ca/perl/win32-gui-docs/index.pl/win32-gui-bitmapinline) to inline the bitmap I should use in my code, and I've looked at the BitmapSample (http://jeb.ca/perl/win32-gui-docs/index.pl/code_samples?wid=62&sid

[perl-win32-gui-users] Fwd: Combobox shows up empty !

2004-09-22 Thread Francesco Rizzi
, F.O.R. Date: Wed, 22 Sep 2004 08:07:42 -0400 To: perl-win32-gui-users@lists.sourceforge.net From: Francesco Rizzi <[EMAIL PROTECTED]> Subject: Combobox shows up empty ! Argh ! I'm using the CPAN Win32::GUI package (v.0.0.558). I'm trying to use a combobox in one of my wi

[perl-win32-gui-users] Combobox shows up empty !

2004-09-22 Thread Francesco Rizzi
Argh ! I'm using the CPAN Win32::GUI package (v.0.0.558). I'm trying to use a combobox in one of my windows. Right now, I've reduced the problem to the sniplet below, and I'm using the -style => WS_VISIBLE | 3 | WS_VSCROLL | WS_TABSTOP option when creating the combobox as I've found it in a c

RE: [perl-win32-gui-users] HELP, please, on UpDown control and textfield

2004-09-13 Thread Francesco Rizzi
Yeah, sounds like you are right and I should look at the scrollbar or slider. I guess I didn't read http://jeb.ca/perl/win32-gui-docs/index.pl/Win32-GUI-HOW-TO-3 carefully enough: the section on the UpDown controls made it sound to me like it was the right widget for the job. But now that I read

RE: [perl-win32-gui-users] HELP, please, on UpDown control and textfield

2004-09-13 Thread Francesco Rizzi
, Joe Jr wrote: See Inline Joe Frazier, Jr. Senior Support Engineer Peopleclick Service Support Tel: +1-800-841-2365 E-Mail: [EMAIL PROTECTED] > -Original Message- > From: Frazier, Joe Jr > Sent: Monday, September 13, 2004 1:30 PM > To: 'Francesco Rizzi'; perl-win3

[perl-win32-gui-users] HELP, please, on UpDown control and textfield

2004-09-13 Thread Francesco Rizzi
Hi there. I've just started using the Win32::GUI library, so pardon me if this turns out to be a newbie question. I'm having problems with the UpDown control. Here's what I'd like to end up with: a dialog with a status bar, a text field, an UpDown control regulating the text field, and a Close