Hello All,

The example below shows two tables. The first table has the height
of its 1st row explicitly set, which then carries over to the second
table causing the content to overflow the boundaries of the table. 

My question: Is there a way to either a) reset the row height for the
second table using something like \setupTABLE[r][1][height=auto] or 
b) set the minimum height of a row e.g. \setupTABLE[r][1][minheight=3ex]
so that the height is able to expand if necessary?

I found a macro named \resetallTABLEparameters but it doesn't seem
to have the desired effect.


Thanks in advance,

Mark Pearson


\starttext

\setupTABLE[r][1][height=1.5\lineheight]

\bTABLE
\bTR 
\bTD 
Cell 1
\eTD
\bTD 
Cell 2
\eTD
\eTR
\eTABLE

\blank[2*big]

\bTABLE
\bTR 
\bTD 
This is a table cell with a long section of text in it which I 
sincerely hope is going to force the table to resize accordingly
\eTD
\bTD 
This is another table cell with some text in it too
\eTD
\eTR
\eTABLE

\stoptext


**********************************************************************************
This email and any files transmitted with it are confidential, and may be 
subject to legal privilege, and are intended solely for the use of the 
individual or entity to whom they are addressed.  
If you have received this email in error or think you may have done so, you may 
not peruse, use, disseminate, distribute or copy this message. Please notify 
the sender immediately and delete the original e-mail from your system.

Computer viruses can be transmitted by e-mail. Recipients should check this 
e-mail for the presence of viruses. The Capita Group and its subsidiaries 
accept no liability for any damage caused by any virus transmitted by this 
e-mail.
***********************************************************************************
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to