ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* AW: \field[] in tabulate environment
@ 1999-10-28  6:30 Haseloff, Lutz
  1999-10-28  7:50 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Haseloff, Lutz @ 1999-10-28  6:30 UTC (permalink / raw)


> Remind me to solve this (I have to add the trialrun switch). 

> Quick hack: \newbox\MyBox \MyBox{\field[...]} outside and \copy\MyBox
> inside the table. 

> Hans 

\setupoutput [pdftex]
\setupinteraction[state=start]
\setupfield [TextSetup4] [width=5cm,height=7mm]
\definefield [Dat] [line] [TextSetup4]
\starttext
\newbox\DatBox \DatBox{\field[Dat]}
\copy\DatBox
\stoptext

it doesn´t work as expected.
there is ever a "T" in front of the field.

if i use \copy\DatBox in the table, the field (with the "T" in front of)
appears on top of the text area.

What i´m doing wrong?

Lutz


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: AW: \field[] in tabulate environment
  1999-10-28  6:30 AW: \field[] in tabulate environment Haseloff, Lutz
@ 1999-10-28  7:50 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 1999-10-28  7:50 UTC (permalink / raw)
  Cc: ntg-context

"Haseloff, Lutz" wrote:

> it doesn´t work as expected.
> there is ever a "T" in front of the field.
> 
> if i use \copy\DatBox in the table, the field (with the "T" in front of)
> appears on top of the text area.
> 
> What i´m doing wrong?

\setbox\DatBox=\hbox{\field[....]}

if you say \show\DatBox, you will see that it actually is a chardef,
used as boxnumber. 

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-10-28  7:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-28  6:30 AW: \field[] in tabulate environment Haseloff, Lutz
1999-10-28  7:50 ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).