From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27225 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?TWljaGFsIEt2YXNuacSNa2E=?= Newsgroups: gmane.comp.tex.context Subject: Re: Fieldstack Walk Date: Tue, 18 Apr 2006 12:39:10 +0200 Message-ID: <4444C1CE.9070205@econ.muni.cz> References: <4444ACAC.90408@econ.muni.cz> <4444B13B.1030605@gmx.net> <4444B1C9.1090109@econ.muni.cz> <4444B966.5020108@gmx.net> 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 1145356962 5034 80.91.229.2 (18 Apr 2006 10:42:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Apr 2006 10:42:42 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Apr 18 12:42:40 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 1FVnfJ-00079C-MS for gctc-ntg-context-518@m.gmane.org; Tue, 18 Apr 2006 12:42:37 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0F4ED127A1; Tue, 18 Apr 2006 12:42:37 +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 05523-06; Tue, 18 Apr 2006 12:42:31 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CDCF712784; Tue, 18 Apr 2006 12:42:31 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4167812784 for ; Tue, 18 Apr 2006 12:42:30 +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 05736-02-2 for ; Tue, 18 Apr 2006 12:42:27 +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 066E31277F for ; Tue, 18 Apr 2006 12:42:26 +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 k3IAgPxs000568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 18 Apr 2006 12:42:26 +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 k3IAgOu8028910; Tue, 18 Apr 2006 12:42:24 +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: Peter Rolf , ConTeXt In-Reply-To: <4444B966.5020108@gmx.net> 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:27225 Archived-At: Good afternoon. Many thanks, this solves the problem -- at least partially. The frames are `walking' now, but new problems appeared. I found that when I set `clickin=...', it is set it automatically to `clickout' as well, so one mouse click runs the JavaScript code twice. So I've set it this way: \definefieldstack[fgolds2] [sgolds1,sgolds2a,sgolds2b,sgolds2c,sgolds2d,sgolds2] [frame=off,option=,clickout=JS(Walk_Field{fgolds3}),clickin=] It's better, but I found that now frames are walking in a strange order. It is rather puzzling, since when it is invoked by \goto{...}[JS(...)], it works well. Moreover, it does different things at AdobeReader 7.x under Linux, and Acrobat 4.x under Windoze. Can you help me to solve it? Many thanks once more. M.K.