<!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">
Thank you very much for your prompt response Ned.<br>
I did think of the layout solution you told me, but as a work around to
the problem, <br>
because doing it that way I believe you cannot control for instance
"row alignment" <br>
since the height of&nbsp; the rows is independent between columns.&nbsp; <br>
That is if I have labels on the left column and text entry fields on
the right column, <br>
and I want the labels to be vertically centered with their
corresponding entry field<br>
on the right side of the row.&nbsp; This would be harder to achieve if the
components<br>
were of variable heights.<br>
If this is so, I think that there is a real need for another
TableLayout with the <br>
usual characteristics, like the ones in Java or C++ (may be I could
develop it :)<br>
Thank you very much again.<br>
Bye bye<br>
<br>
<br>
r.<br>
<br>
<br>
<br>
Ned Konz wrote:<br>
<blockquote type="cite" cite="mid200401260939.11580.ned@squeakland.org">
  <pre wrap="">On Monday 26 January 2004 7:50 am, Ramiro Diaz Trepat wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Regarding the laying out of Morphs, I've seen that in the TableLayout it 
is not
posile to "fix" a specific number of rows and columns.  When you resize 
the main
container window, components scroll up or down like if they were words
on a word processor. 
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You can add more interior morphs to do this. For a forced 2 column display, 
you can do this:

        MyMorph (table, left-to-right, no wrap)
                column1 (table, top-to-bottom, no wrap)
                        other morphs
                column2 (table, top-to-bottom, no wrap)
                        other morphs
  </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>