Good point!  BTW, is there a way to make buttons thinner, say, the same size
height, as the default entry?  I've tried playing with the height attributes
to no avail.

-Casey

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
Rubinow, Larry
Sent: Friday, April 27, 2001 1:48 PM
To: Perl Users List
Subject: RE: Perl/Tk


<jeopardy-style posting fixed>

Casey Williams wrote:
> Dunnigan,Jack [Edm] wrote:
>> Why not create two frames side by each: a button frame and an
>> entry frame.
>> Then, add the buttons to the bottom of the button frame and
>> add entries to
>> the bottom of the entry frame.
> Sure, that'll work too.  But may not be as flexible depending
> on what your
> gonna do later.

Actually, it won't work.  Not easily, anyway.  Buttons and entry fields have
different default heights; start piling them up in side-by-side frames and
they'll quickly get out of synch.  The one-horizontal-frame-per-control-pair
suggestion would be much easier to implement.
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to