Re: Help need in GUI

2003-02-25 Thread R. Joseph Newton
zentara wrote: > You must install Tk, it's a separate module. Plus > the program needs a MainLoop statement. It depends on the Perl version. When I tried to install Tk on Perl 5.6.1, I got an error message saying it was already installed. I tried the code posted in: Subject: Re: How do

Re: Help need in GUI

2003-02-25 Thread zentara
On Tue, 25 Feb 2003 10:30:32 +0530, [EMAIL PROTECTED] (Anand Ramakrishna) wrote: > I work on Solaris and I have perl installed. Do I have to install Perl Tk > separately. >I got this sample program from the web and I tried to run it in my machine. I get >this error when I do it. >"Can't locate

Help need in GUI

2003-02-25 Thread Anand Ramakrishna
ailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 8:36 PM To: Anand Ramakrishna Cc: [EMAIL PROTECTED] Subject: Re: Help need in GUI It depends really on how "fancy" you want to get with it. At one end you have the Perl/Tk bindings for doing things in Tk, but you could also go to

Re: Help need in GUI

2003-02-25 Thread Bob X
GlacierPlease post in plain text. Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Help need in GUI

2003-02-24 Thread NYIMI Jose (BMB)
http://archive.develooper.com/beginners%40perl.org/msg41915.html   HTH,   José. -Original Message-From: Anand Ramakrishna [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 2:33 PMTo: [EMAIL PROTECTED]Subject: Help need in GUI Hello all,    I

Re: Help need in GUI

2003-02-24 Thread Bernhard van Staveren
It depends really on how "fancy" you want to get with it. At one end you have the Perl/Tk bindings for doing things in Tk, but you could also go to freshmeat.net, find yourself a copy of Glade, and find a copy of the Perl GTK bindings - that way you can 'visually' do the whole UI part, and put in

Help need in GUI

2003-02-24 Thread Anand Ramakrishna
Hello all,    I am newbie to Perl. I have very little experience in writing Perl scripts. Now I have to develop a GUI in Perl, which will take some inputs and print out the input options in a text file. In my Perl GUI, I should have some combo boxes and some buttons. I dont have