From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16886 Path: main.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: I Lose frame lines in Table Date: Mon, 01 Nov 2004 22:05:20 -0800 Message-ID: <3.0.5.32.20041101220520.008e9100@mail.northcoast.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1099376000 18494 80.91.229.6 (2 Nov 2004 06:13:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Nov 2004 06:13:20 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 02 07:13:08 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1COrum-00039v-00 for ; Tue, 02 Nov 2004 07:13:08 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 26744127AC; Tue, 2 Nov 2004 07:13:08 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16520-05; Tue, 2 Nov 2004 07:13:08 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 64C98127A9; Tue, 2 Nov 2004 07:09:15 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8A722127A9 for ; Tue, 2 Nov 2004 07:09:14 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16403-04-2 for ; Tue, 2 Nov 2004 07:09:14 +0100 (CET) Original-Received: from smtp.inreach.com (unknown [209.142.2.34]) by ronja.ntg.nl (Postfix) with SMTP id 8B447127A7 for ; Tue, 2 Nov 2004 07:09:13 +0100 (CET) Original-Received: (qmail 737 invoked from network); 2 Nov 2004 06:10:35 -0000 Original-Received: from unknown (HELO newmicronpc) (209.209.15.36) by smtp.inreach.com with SMTP; 2 Nov 2004 06:10:35 -0000 X-Sender: darnold@mail.northcoast.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Original-To: ntg-context@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16886 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16886 All, Still haven't got an answer for this one: \setupTABLE[background=screen,screen=0.8,color=darkred,frame=off] \setupTABLE[column][first][rightframe=on] \setupTABLE[row][first][bottomframe=on] \placetable[none]{}{% \bTABLE[align={middle,lohi},width=3em] \bTR \bTD $x$ \eTD \bTD $y$ \eTD \eTR \bTR \bTD $x_1$ \eTD \bTD $y_1$ \eTD \eTR \bTR \bTD $x_2$ \eTD \bTD $y_2$ \eTD \eTR \bTR \bTD $\vdots$ \eTD \bTD $\vdots$ \eTD \eTR \bTR \bTD $x_n$ \eTD \bTD $y_n$ \eTD \eTR \eTABLE} Why do my frame lines (rightframe=-n, bottomframe=on) disappear?