From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/33770 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: vertical interactionbar? Date: Fri, 9 Mar 2007 15:33:26 +0100 Message-ID: References: <97a06f070703080706p7debf2a3tbd70799d578bc5e9@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1173450839 27612 80.91.229.12 (9 Mar 2007 14:33:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Mar 2007 14:33:59 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Mar 09 15:33:54 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1HPgAL-0004ac-6J for gctc-ntg-context-518@m.gmane.org; Fri, 09 Mar 2007 15:33:53 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B25E6287; Fri, 9 Mar 2007 15:29:12 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09049-07-7; Fri, 9 Mar 2007 15:29:04 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3985127C; Fri, 9 Mar 2007 15:29:04 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 46CCD27C for ; Fri, 9 Mar 2007 15:29:02 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09049-07-6 for ; Fri, 9 Mar 2007 15:28:58 +0100 (CET) Original-Received: from mail.7values.nl (pluto.digitpaint.nl [83.98.197.3]) by ronja.ntg.nl (Postfix) with ESMTP id 3C22127B for ; Fri, 9 Mar 2007 15:28:58 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by mail.7values.nl (Postfix) with ESMTP id 0244E19583 for ; Fri, 9 Mar 2007 15:38:26 +0100 (CET) Original-Received: from mail.7values.nl ([127.0.0.1]) by localhost (pluto [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11608-01-20 for ; Fri, 9 Mar 2007 15:38:25 +0100 (CET) Original-Received: from [192.168.0.17] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by mail.7values.nl (Postfix) with ESMTP id 3746419582 for ; Fri, 9 Mar 2007 15:38:25 +0100 (CET) In-Reply-To: <97a06f070703080706p7debf2a3tbd70799d578bc5e9@mail.gmail.com> X-Mailer: Apple Mail (2.752.3) X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at digitpaint.nl X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:33770 Archived-At: Hi Johan, The following code was used to move a picture along the right margin, depending on the pagenumber... - I hope this inspires you for your own presentation. \def\Gag% {\bgroup \vbox to \vsize% {\ifnum\totalnumberofpages=\realpageno \vfil {\externalfigure[yourpicture-finish][width=\rightedgewidth]} \else \scratchcounter=\realpageno \advance \scratchcounter by -1 \vskip 0pt plus \scratchcounter fil {\externalfigure[yourpicture][width=\rightedgewidth]} \scratchcounter=\totalnumberofpages \advance \scratchcounter by -\realpageno \vskip 0pt plus \scratchcounter fil \fi} \egroup} \defineoverlay[MoveDown][\Gag] \setupbackgrounds[state=repeat] \setupbackgrounds [page] [background=PageBackground] \setupbackgrounds[text][rightedge][background=MoveDown Kind regards Willi On Mar 8, 2007, at 4:06 PM, Johan Sandblom wrote: > I am trying to make a presentation with a progress bar. I want it > along the right edge of the screen. I remember seeing something like > that but cannot find it now, and all the alternatives for > interactionbar seem to require a horizontal one. > > How can I make a vertical progress bar? > > Regards, Johan > > -- > Johan Sandblom N8, MRC, Karolinska sjh > t +46851776108 17176 Stockholm > m +46735521477 Sweden > "What is wanted is not the will to believe, but the > will to find out, which is the exact opposite" > - Bertrand Russell > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context Willi Egger w.egger@boede.nl