RE: Perl GUI Programming

2005-01-24 Thread gerhard . petrowitsch
To: Gerhard Petrowitsch/STN/SC/[EMAIL PROTECTED]

RE: Perl GUI Programming

2005-01-21 Thread Dirk Bremer
First of all, thanks for everyone's suggestions on Perl GUI extensions. I have decided to use Tk. And thanks especially to Gerhard for his pointers. Here is the test program that I am working on: #! C:/perl/bin/perl -w use diagnostics; use strict; use warnings; # Declare modules. use FindBin qw(

RE: Perl GUI Programming

2005-01-21 Thread Ken Cornetet
t) at scriptinganswers.com. You'll have to register (free), then go to the script vault, misc scripts. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Bremer Sent: Thursday, January 20, 2005 10:34 AM To: perl-win32-users Subject: RE: Perl GUI Programmin

RE: Perl GUI Programming

2005-01-21 Thread gerhard . petrowitsch
| | | | | |"Dirk Bremer" <[EMAIL PROTECTED]> | | |

RE: Perl GUI Programming

2005-01-21 Thread Michaud, Richard1
You can wrap each label & button into a frame and then pack the frames together. Regards, Rick Michaud -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Bremer Sent: Friday, January 21, 2005 9:22 AM To: perl-win32-users Subject: RE: Perl

RE: Perl GUI Programming

2005-01-21 Thread Dirk Bremer
Let me pose a general Tk question as I'm having a bit of trouble understanding the placement of widgets. I would like the following layout: label button label button label button label button I have tried various settings of -anchor and -side and the best that I can come up with is: label button

RE: Perl GUI Programming

2005-01-21 Thread Dirk Bremer
Gerhard, Can you direct me to the location of the mailing list? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 06:02 To: Dirk Bremer Cc: perl-win32-users Subject: Re: Perl GUI Programming Hi Dirk, I don't know, why Tk

RE: Perl GUI Programming

2005-01-20 Thread Erich Beyrent
Have you looked here? http://wxperl.sourceforge.net/documentation.html -Erich- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Bremer Sent: Thursday, January 20, 2005 10:34 AM To: perl-win32-users Subject: RE: Perl GUI Programming wxPerl is

RE: Perl GUI Programming

2005-01-20 Thread Dirk Bremer
EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 18:43 To: Dirk Bremer; perl-win32-users Subject: Re: Perl GUI Programming Hi Dirk, Dirk Bremer <[EMAIL PROTECTED]> wrote: > >I am ready to attempt some GUI programming in Perl. I have looked at > Win32::GUI and need more documentati

Re: Perl GUI Programming

2005-01-20 Thread gerhard . petrowitsch
Hi Dirk, I don't know, why Tk looks cumbersome to you - it's well documented, you get a great book about it ("Mastering Perl/Tk" by Steve Lidie, Nancy Walsh at O'Reilly) there's a living mailing list (Steve, Nick himself and a lot of other great Tk specialists contribute a lot) and it's very easy

Re: Perl GUI Programming

2005-01-20 Thread StoneBeat
You can try Prima (http://prima.eu.org) It works in Win32, Linux and Solaris and have a very very very nice GUI-builder. El Miércoles 19 Enero 2005 23:21, Dirk Bremer escribió: > I am ready to attempt some GUI programming in Perl. I have looked at > Win32::GUI and need more documentation for it

RE: Perl GUI Programming

2005-01-19 Thread Erich C. Beyrent
> I am ready to attempt some GUI programming in Perl. I have looked at > Win32::GUI and need more documentation for it than I can readily find. I > have looked at Tk and it looks a bit cumbersome. What are you > recommendations? wxPerl is the best way to go, in my opinion. Cross platform widgets

Re: Perl GUI Programming

2005-01-19 Thread David Kaufman
Hi Dirk, Dirk Bremer <[EMAIL PROTECTED]> wrote: I am ready to attempt some GUI programming in Perl. I have looked at Win32::GUI and need more documentation for it than I can readily find. I have looked at Tk and it looks a bit cumbersome. What are you recommendations? I require something that is co