Re: Please...Help me. How to arrange my widget with pack

2002-09-18 Thread zentara
On Tue, 17 Sep 2002 22:53:12 +0200, [EMAIL PROTECTED] (Prabu Subroto) wrote: > Dear my friends, > >Any body would be so kind to teach me how to put label and input of a >form in one row. >I am meaning like this : >" >Name of person : [input column with entry widget] >" Try this one: ##

RE: Please...Help me. How to arrange my widget with pack

2002-09-17 Thread Toby Stuart
ptember 18, 2002 6:53 AM > To: Milis Perl Beginners List > Subject: Please...Help me. How to arrange my widget with pack > > > Dear my friends, > > Any body would be so kind to teach me how to put label and input of a > form in one row. > I am meaning like this : >

Please...Help me. How to arrange my widget with pack

2002-09-17 Thread Prabu Subroto
Dear my friends, Any body would be so kind to teach me how to put label and input of a form in one row. I am meaning like this : " Name of person : [input column with entry widget] " Here I rewrote the code under below. Thank you very much in advance. #!/usr/bin/perl use Tk; my $MainWindow =