From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13563 Path: main.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: minimal button width Date: Sat, 27 Sep 2003 15:17:32 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <3F758DEC.10500@arcor.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1064669038 16563 80.91.224.253 (27 Sep 2003 13:23:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 27 Sep 2003 13:23:58 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sat Sep 27 15:23:56 2003 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 1A3F3E-000294-00 for ; Sat, 27 Sep 2003 15:23:56 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 28E1A10B21; Sat, 27 Sep 2003 15:23:49 +0200 (MEST) Original-Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by ref.ntg.nl (Postfix) with ESMTP id 4AB2910B20 for ; Sat, 27 Sep 2003 15:15:42 +0200 (MEST) Original-Received: from arcor.de (dialin-145-254-094-250.arcor-ip.net [145.254.94.250]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 7D776D6678 for ; Sat, 27 Sep 2003 15:15:39 +0200 (CEST) User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en Original-To: NTG-ConTeXt 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:13563 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13563 I want some small empty buttons with exact dimensions. Is there a way to do this with \button or must I use fields (ughh) instead? % interface=en output=pdftex % \setupinteraction[state=start] \setupcolors[state=start] \starttext \setupbuttons[strut=no, offset=overlay, framecolor=green, empty=yes] The minimum width of a button depends on the actual bodyfont size. I'm sure that there are good reasons for it. \blank[big] \switchtobodyfont[20pt] But I want smaller {\bf empty} \textreference[test]{test}buttons! \button[width=25mm, height=2.5mm]{Please, print me!}[test] \button[width=2.5mm, height=25mm]{Not this time!}[test] \blank[big] \switchtobodyfont[40pt] Help at 40pt... \button[width=25mm, height=2.5mm]{Now?}[test] \button[width=2.5mm, height=25mm]{Nope!}[test] \stoptext Regards, Peter