From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/36963 Path: news.gmane.org!not-for-mail From: "Wolfgang Schuster" Newsgroups: gmane.comp.tex.context Subject: Re: Stepping through PDF-Layers Date: Thu, 11 Oct 2007 09:30:47 +0200 Message-ID: <115224fb0710110030o22b34132lf32b64433d443fd5@mail.gmail.com> References: <20071010192148.f15d80c8.schuster.wolfgang@googlemail.com> <470D1152.40105@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1192087890 17719 80.91.229.12 (11 Oct 2007 07:31:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Oct 2007 07:31:30 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Thu Oct 11 09:31:28 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 1IfsVv-0003Ti-UT for gctc-ntg-context-518@m.gmane.org; Thu, 11 Oct 2007 09:31:23 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 076121FBB8; Thu, 11 Oct 2007 09:31:17 +0200 (CEST) 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 11399-01-8; Thu, 11 Oct 2007 09:31:02 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 99F651FBA0; Thu, 11 Oct 2007 09:31:02 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F31C71FBA0 for ; Thu, 11 Oct 2007 09:30:58 +0200 (CEST) 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 11399-01-7 for ; Thu, 11 Oct 2007 09:30:50 +0200 (CEST) Original-Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by ronja.ntg.nl (Postfix) with ESMTP id 86D6B1FB9B for ; Thu, 11 Oct 2007 09:30:49 +0200 (CEST) Original-Received: by wx-out-0506.google.com with SMTP id i27so476996wxd for ; Thu, 11 Oct 2007 00:30:48 -0700 (PDT) Original-Received: by 10.90.74.1 with SMTP id w1mr2468606aga.1192087847879; Thu, 11 Oct 2007 00:30:47 -0700 (PDT) Original-Received: by 10.90.70.1 with HTTP; Thu, 11 Oct 2007 00:30:47 -0700 (PDT) In-Reply-To: <470D1152.40105@wxs.nl> Content-Disposition: inline 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:36963 Archived-At: 2007/10/10, Hans Hagen : > Wolfgang Schuster wrote: > > Hi, > > > > I want to animate layers in a pdf like we can do at the moment with > > fieldstacks to show always the next picture after the click on a button. > > \usemodule[pre-60] > > and look into s-pre-6* to see how to enable it Hi Hans, this is what I was looking for, I adapted now my example and it works fine. The next thing is to change the macro for my own needs but I can do this later when I will integrate it into my macro, I wanted to know at the moment of I can use layers as a replacement for fieldstacks and the solution was yes. \usemodule[pre-60] \setupcolors[state=start] \setupinteraction[state=start,click=off] \setupbackgrounds[text][background=] \starttext \StartLocalSteps \framed [width=2cm, height=2cm, offset=overlay, background=invoke] {\dorecurse{4} {\StartLocalStep \ifcase\recurselevel\or\red\or\green\or\blue\or\yellow\fi \hrule height 5mm width\hsize\relax \StopLocalStep}} \StopLocalSteps \stoptext Wolfgang ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________