From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14625 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: \fillinrules with backgroundcolor Date: Mon, 26 Jan 2004 12:23:16 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040126122245.02a7dca8@server-1> References: <877jzfktzu.fsf@dellius.nederware.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1075116884 21213 80.91.224.253 (26 Jan 2004 11:34:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Jan 2004 11:34:44 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Jan 26 12:34:36 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Al50m-0002TO-00 for ; Mon, 26 Jan 2004 12:34:36 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id CB19610B41; Mon, 26 Jan 2004 12:33:28 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id DC76A10B35 for ; Mon, 26 Jan 2004 12:32:28 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id i0QBXRo07365 for ; Mon, 26 Jan 2004 12:33:27 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id E6C0D2EF76; Mon, 26 Jan 2004 12:33:30 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 5F4A417A70 for ; Mon, 26 Jan 2004 11:33:28 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <877jzfktzu.fsf@dellius.nederware.nl> Original-References: <877jzfktzu.fsf@dellius.nederware.nl> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14625 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14625 At 09:13 26/01/2004, you wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >Hello All, > >Does anyone know if it is possible to have fillinrules with a >background color? It would be even better if I didn't have the rule, >just a gray background for example. > >This is the effect I like to see: > > Name: [ ] > Address: [ ] > [ ] > >Where [...] is a colored back ground. > >Example: > >\starttext >\fillinrules[n=1,width=broad]{Name} >\fillinrules[n=2,width=broad]{Address} >\stoptext \starttext \setupcolors[state=start] \definetextbackground[berend][state=start,location=text] test \starttextbackground[berend]\input ward \stoptextbackground test \def\emptyline{\strut\hfill\strut} \starttabulate[|l|p|] \NC naam \NC \starttextbackground[berend]\emptyline\stoptextbackground \NC \NR \TB \NC adres \NC \starttextbackground[berend]\emptyline\par\emptyline\par\emptyline\stoptextbackground \NC \NR \stoptabulate \stoptext