[perl-win32-gui-users] GUI 665 PPM

2002-03-04 Thread Borus Gabor
Hi I red, that Paul build an PPM package from the GUI source, but i didn't find it on Aldo's webpage. Can somebody send me it by e-mail? Thanks Gabor

[perl-win32-gui-users] Re: WYSIWYG

2002-03-04 Thread Borus Gabor
Hi There is a tool, its name is The GUI Loft. This tool is free, and the best Perl Win32::GUI builder what i found on the Internet. http://www.bahnhof.se/~johanl/perl/Loft/ this link is the product homepage. Regards Gabor

[perl-win32-gui-users] Fw: printing

2002-08-05 Thread Borus Gabor
Hi All! Did somebody make some printing from Perl? It will be greate, when i can print a report. thanks regards Gabor

Re: [perl-win32-gui-users] Fw: printing

2002-08-29 Thread Borus Gabor
Hi Darek! It's great. This API call is fantastic, is there, someweher more description for this API call? It will be greate, if I can use this Stardoc... objects. Regards Gabor - Original Message - From: "Darek Adamkiewicz" <[EMAIL PROTECTED]> To: "gabor.borus" <[EMAIL PROTECTED]> Sent:

Re: [perl-win32-gui-users] Fw: printing

2002-08-30 Thread Borus Gabor
Hi Darek I use this NPRG module, and I receive this errormessages: Use of uninitialized value in numeric gt (>) at E:/Perl/site/lib/Win32/NPRG.pm line 89. Use of uninitialized value in pattern match (m//) at E:/Perl/site/lib/Win32/NPRG.pm line 198. Use of uninitialized value in pattern match (m//)

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

[perl-win32-gui-users] API 0.41

2003-04-14 Thread Borus Gabor
Aldo, I tried to compile your module, but I received this error message: cl -c-nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_ST RICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1-DVERSION=\"0.41\

[perl-win32-gui-users] API 0.41

2003-04-14 Thread Borus Gabor
Aldo, I tried to compile your module, but I received this error message: cl -c-nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_ST RICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1-DVERSION=\"0.41\

Re: [perl-win32-gui-users] XP color and prototype mismatch problems

2003-06-04 Thread Borus Gabor
Hello There's a big difference between creating a new class: -class =>Win32::GUI::Class->new(-name => "classxpcolour",-color => 16), and set an option (-color)! See the Win32::GUI documentation for Class... Regards Gabor - Original Message - From: "Howard, Steven (US - Tulsa)" <[EMAIL