Hello all, 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 object method "new" via package "MainWindow" at ./gui_test.pl line 3" I dont understand what's happening. Please help me in this regard. #!/usr/local/bin/perl my $vu_win = MainWindow->new(); $vu_win->configure(-title=>'Verify User',-background=>'blue'); $vu_win->geometry('+100+300'); $vu_win->destroy; Anbudan, Anand~ ----------------------------------------------------------------------------------- Yesterday is a cancelled check. Tomorrow is a promisory note. Today is ready cash. Use it !! -----Original Message----- From: Bernhard van Staveren [mailto:[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 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 the appropriate code later. That's about all I have on GUI stuff, hope it helps -- Bernhard van Staveren - madcat(at)ghostfield.com GhostField Internet - http://www.ghostfield.com/ "A witty saying proves nothing, but damn it's funny!" - me, 1998 DISCLAIMER: Information contained and transmitted by this E-MAIL is proprietary to Hexaware Technologies and is intended for use only by the individual or entity to which it is addressed and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If this is a forwarded message, the content of this E-MAIL may not have been sent with the authority of the Company. If you are not the intended recipient, an agent of the intended recipient or a person responsible for delivering the information to the named recipient, you are notified that any use, distribution, transmission, printing, copying or dissemination of this information in any way or in any manner is strictly prohibited. If you have received this communication in error, please delete this mail & notify us immediately at [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]