<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Ned, obviously this produces the same problem but the other way.&nbsp; If you<br>
decide to make rows you cannot align columns, if you decide to make
columns<br>
you cannot align rows.<br>
I have come to the conclusion that something like <a
 href="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/GridBagLayout.html">Java's
GridBagLayout</a> is<br>
really needed in Squeak.&nbsp; I hope I can find the time to code one myself
and<br>
send it to the list.<br>
Thank you again.<br>
<br>
<br>
r.<br>
<br>
<br>
Ned Konz wrote:<br>
<blockquote type="cite" cite="mid200401261435.20692.ned@squeakland.org">
  <pre wrap="">On Monday 26 January 2004 10:52 am, Ramiro Diaz Trepat wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">That is if I have labels on the left column and text entry fields on the
right column, and I want the labels to be vertically centered with their
corresponding entry field on the right side of the row.&nbsp; This would be
harder to achieve if the components were of variable heights.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
So you could do this:
        MyMorph (TableLayout, topToBottom)
                row1 (ProportionalLayout or no layout)
                        label
                        entry field
                row2 (ProportionalLayout or no layout)
                        label
                        entry field

Or you could use leftToRight TableLayouts. Just experiment with the 'layout' 
menu.
  </pre>
</blockquote>
<br>
<pre cols="90" class="moz-signature">-- 
Ramiro Diaz Trepat
Vicepresidente Ejecutivo
e-mail / jabber: <a class="moz-txt-link-abbreviated" href="mailto:ramiro@novamens.com">ramiro@novamens.com</a>

<a class="moz-txt-link-freetext" href="http://novamens.com">http://novamens.com</a>
<a class="moz-txt-link-freetext" href="http://neosmt.com">http://neosmt.com</a></pre>
</body>
</html>