From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13999 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Re: interaction with radio buttons Date: Mon, 03 Nov 2003 10:13:03 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.0.22.2.20031103101005.01e06238@server-1> References: <20031101095044.GA797@ruhrau.de> <20031102055848.GA794@ruhrau.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1067853718 5413 80.91.224.253 (3 Nov 2003 10:01:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Nov 2003 10:01:58 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Nov 03 11:01:56 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AGbX2-0008Hp-00 for ; Mon, 03 Nov 2003 11:01:56 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 1C89510B1F; Mon, 3 Nov 2003 11:01:52 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id F305610ABB for ; Mon, 3 Nov 2003 10:54:02 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id hA39rx916546 for ; Mon, 3 Nov 2003 10:53:59 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 69176233C1; Mon, 3 Nov 2003 10:54:01 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 7800617AF2 for ; Mon, 3 Nov 2003 09:53:59 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Original-To: ntg-context@ntg.nl In-Reply-To: Original-References: <20031101095044.GA797@ruhrau.de> <20031102055848.GA794@ruhrau.de> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:13999 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13999 At 11:49 02/11/2003, you wrote: >Hi, > > >> What version of the reader are you using? > > > > 4.0 x86 linux stout0124 > >the JavaScript implementation differs from version to version. I >don't have AR 4 here, so I can't test it. Hans has a good overview >about JS and AR. > >I don't know what openactions are default, but try these two: > >\setupinteraction[state=start,openaction=] >\setupinteraction[state=start,openaction=ResetForm] in most cases i leave openaction empty (or sometimes something openaction=page(2) or so); the ResetForm is/was sometimes needed if you want to make sure that widgets are initialized (there is some fuzzy async initialization in acrobat, imagine that you access page 4 while acrobat in the background is still initializing form fields as well as the javascript engine while page 4 has some fields on it that are related to fields somewhere else in the document) Hans