From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27221 Path: news.gmane.org!not-for-mail From: =?ISO-8859-2?Q?Michal_Kvasni=E8ka?= Newsgroups: gmane.comp.tex.context Subject: Fieldstack Walk Date: Tue, 18 Apr 2006 11:09:00 +0200 Message-ID: <4444ACAC.90408@econ.muni.cz> Reply-To: quasar@econ.muni.cz, mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1145351551 20591 80.91.229.2 (18 Apr 2006 09:12:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Apr 2006 09:12:31 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Apr 18 11:12:28 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1FVmG0-00015j-Lf for gctc-ntg-context-518@m.gmane.org; Tue, 18 Apr 2006 11:12:24 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 359EB12798; Tue, 18 Apr 2006 11:12:24 +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 04453-01; Tue, 18 Apr 2006 11:12:18 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 13AEA12784; Tue, 18 Apr 2006 11:12:18 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BC41612784 for ; Tue, 18 Apr 2006 11:12: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 04430-01-2 for ; Tue, 18 Apr 2006 11:12:16 +0200 (CEST) Original-Received: from tirith.ics.muni.cz (tirith.ics.muni.cz [147.251.4.36]) by ronja.ntg.nl (Postfix) with SMTP id 82CB41277E for ; Tue, 18 Apr 2006 11:12:16 +0200 (CEST) Original-Received: from merkur.econ.muni.cz (merkur.econ.muni.cz [147.251.189.10]) by tirith.ics.muni.cz (8.13.5.20060308/8.13.4/Debian-3) with ESMTP id k3I9CE75031069 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 18 Apr 2006 11:12:16 +0200 Original-Received: from [147.251.224.167] (ke-kvasnicka.econ.muni.cz [147.251.224.167]) by merkur.econ.muni.cz (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k3I9CEu8017808 for ; Tue, 18 Apr 2006 11:12:14 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050921 X-Accept-Language: cs, en-us, en Original-To: ConTeXt X-Enigmail-Version: 0.86.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-Muni-Spam-TestIP: 147.251.189.10 X-Muni-Envelope-From: quasar@econ.muni.cz X-Muni-Virus-Test: Clean X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:27221 Archived-At: Good morning. I use a fieldstack in my presentation. I'd like to go to the next frame when I click on the figure. I tried this: \definefieldstack[fgolds3] [sgolds1,sgolds3a,sgolds3b,sgolds3c,sgolds3] [frame=off,clickin=JS(Walk_Field{fgolds3})] \definesymbol[sgolds1][{\externalfigure[golds1]}] \definesymbol[sgolds3a][{\externalfigure[golds3a]}] \definesymbol[sgolds3b][{\externalfigure[golds3b]}] \definesymbol[sgolds3c][{\externalfigure[golds3c]}] \definesymbol[sgolds3][{\externalfigure[golds3]}] \placefigure[here]{none}{\fieldstack[fgolds3]} I thought that `clickin=JS(Walk_Field{fgolds3})' makes precisely what I need, but it does not. How can I make it work? With many thanks yours Michal Kvasnicka