Re: [perl-win32-gui-users] printer support

2002-10-24 Thread Borus, Gabor
printer supportHi Here you are: The first section is an API call to show the standard printer dialog, the second section is an example from the Win32::NPRG module. It detects your installed printers, you can select a printer, and it prints a little example to the selected printer. Regards Gabor

RE: [perl-win32-gui-users] printer support

2002-10-24 Thread Darek Adamkiewicz
- Original Message -From: Peter Eisengrein <[EMAIL PROTECTED]>Date: Wed, 23 Oct 2002 14:13:59 -0400 To: "''Magnone, Angelo''" <[EMAIL PROTECTED]>, "[EMAIL PROTECTED] Sourceforge. Net (E-mail)" Subject: RE: [perl-win32-gui-users] printer support The following code is a part of source code I

Re: [perl-win32-gui-users] Latest Documentation?

2002-10-24 Thread Luigino Masarati
Hi, I think that this is a relly good idea, maybe we can start from the modified Win32::GUI documentation bundled with The Gui Loft (http://www.bahnhof.se/~johanl/perl/Loft/), to insert the various (up-to-now) "undocumented" features that sometimes we found in this mailing list. The first thin

RE: [perl-win32-gui-users] Latest Documentation?

2002-10-24 Thread Howard, Steven (US - Tulsa)
I have followed the civilized portion of this discussion these last couple of days, and I do have to say that when I first began with this module, I was very frustrated with only having the few examples as documentation. I still have times when I cannot find the answer to what I need - one such tim

Re: [perl-win32-gui-users] Latest Documentation?

2002-10-24 Thread Rob
Thanks John I'm using ActiveState Perl and got my copy of Win32::GUI from PPM. I assumed the CPAN version was the same. (Now somebody's going to tell me that there's documentation in the PPM version as well!) Rob - Original Message - From: "Rogers, John" <[EMAIL PROTECTED]> To: "'Rob'"

Re: [perl-win32-gui-users] Method Combobox->ChangeItem(-top => 100, -left => 150) not working?

2002-10-24 Thread Aldo Calpini
Eric Hansen wrote: > I get an error message when I try to dynamically change the position of > a combobox widget. I have successfully used the ChangeItem method for > ListView controls. Is this not a valid method for comboboxes? no, it is not valid. if you want to change the position of the comb