From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13598 Path: main.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: Re: minimal button width Date: Mon, 29 Sep 2003 12:13:54 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <3F7805E2.1070900@arcor.de> References: <3F758DEC.10500@arcor.de> <5.2.0.9.1.20030929101947.018f62d8@server-1> 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 1064830743 8583 80.91.224.253 (29 Sep 2003 10:19:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Sep 2003 10:19:03 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Sep 29 12:19:01 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 1A3v7N-0000cT-00 for ; Mon, 29 Sep 2003 12:19:01 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 2CE3010B25; Mon, 29 Sep 2003 12:18:54 +0200 (MEST) Original-Received: from mail-in-05.arcor-online.net (mail-in-05.arcor-online.net [151.189.21.45]) by ref.ntg.nl (Postfix) with ESMTP id 3869F10B04 for ; Mon, 29 Sep 2003 12:12:04 +0200 (MEST) Original-Received: from arcor.de (dialin-145-254-096-072.arcor-ip.net [145.254.96.72]) by mail-in-05.arcor-online.net (Postfix) with ESMTP id A3D67B9B82 for ; Mon, 29 Sep 2003 12:12:00 +0200 (CEST) User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5) Gecko/20030916 X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: <5.2.0.9.1.20030929101947.018f62d8@server-1> 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:13598 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13598 Hans Hagen wrote: .... > \starttext > > \setupinteraction[state=start] > > \button[width=25mm, height=25mm]{Please, print me!}[firstpage] > \button[width=25mm, height=25mm]{Not this time!}[firstpage] > > \stoptext > > works ok here > Works ok here too. But this was not my example :) % 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