> -----Original Message-----
> From: Daniel Bayerdorffer [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 27, 2003 4:08 AM
> To: [EMAIL PROTECTED]
> Subject: Newbie Quick and Dirty GUI
> 
> 
> Hello,
>   I'm a brand spankin' newbie, so please forgive any foolish 
> questions. I
> need to do some logfile manipulation where the user selects 
> log entries to
> move to another file. I understand everything I need to do as 
> far as file
> opening, closing, etc. My question, is there an easy way to 
> create a GUI
> interface for the user to select the log entries. Say from a 
> table, where
> they just double click on the entry they want to move? I know 
> I'll need to
> use some modules for this, but do I have to define every part of the
> interface, or can I draw the interface?
> 
> Thank you,
> Daniel
> 

You have a couple of choices for GUIs with Perl

- Tk (bundled with with ActivePerl ... not sure when this started)

- Win32::GUI (get it from http://dada.perl.it ... there's also a Win32::GUI
designer called the 'GUI Loft' or something google for it.)

- wxWindows (http://wxwindows.org/)


hth

toby
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to