From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/3012 Path: main.gmane.org!not-for-mail From: "Denis B. Roegel" Newsgroups: gmane.comp.tex.context Subject: \button does not appear Date: Tue, 17 Oct 2000 16:23:13 +0200 (MET DST) Sender: owner-ntg-context@let.uu.nl Message-ID: <200010171423.QAA09703@bar.loria.fr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035393776 13516 80.91.224.250 (23 Oct 2002 17:22:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:22:56 +0000 (UTC) Cc: roegel@lorraine.loria.fr (Denis B. Roegel) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:3012 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:3012 On page 76 of the metafun manual, there is an example with \button. But when I try to compile the following file, I can see no button. Actually, no dvi file is generated. What am I missing? I am using the TL5 + Sep. 21 context. Thanks, Denis \setupcolors[state=start] \starttext \def\MyGraphic% {\startreusableMPgraphic{name:\overlaywidth:\overlayheight} path p ; p := unitsquare xscaled \overlaywidth yscaled \overlayheight ; fill p withcolor .625yellow ; draw p withcolor .625red ; \stopreusableMPgraphic \reuseMPgraphic{name:\overlaywidth:\overlayheight}} \defineoverlay[my graphic][\MyGraphic] \button[background=my graphic,frame=off]{Go Home}[firstpage] \stoptext