From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/68399 Path: news.gmane.org!not-for-mail From: Jeong Dalyoung Newsgroups: gmane.comp.tex.context Subject: about JS(Walk_Field{}) Date: Sat, 14 May 2011 21:26:59 +0900 Message-ID: <481E993F-52FD-44C1-A377-945E92024333@me.com> 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: dough.gmane.org 1305376064 6289 80.91.229.12 (14 May 2011 12:27:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 14 May 2011 12:27:44 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sat May 14 14:27:37 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QLDwW-0001GF-LG for gctc-ntg-context-518@m.gmane.org; Sat, 14 May 2011 14:27:36 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0C061CACEA; Sat, 14 May 2011 14:27:36 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 5sI37ikRerTr; Sat, 14 May 2011 14:27:33 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 73168CACE7; Sat, 14 May 2011 14:27:33 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 12CCECACE7 for ; Sat, 14 May 2011 14:27:32 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id NQ85p+auVgWg for ; Sat, 14 May 2011 14:27:21 +0200 (CEST) Original-Received: from filter2-nij.mf.surf.net (filter2-nij.mf.surf.net [195.169.124.153]) by balder.ntg.nl (Postfix) with ESMTP id 4E0B8CAB80 for ; Sat, 14 May 2011 14:27:21 +0200 (CEST) Original-Received: from asmtpout018.mac.com (asmtpout018.mac.com [17.148.16.93]) by filter2-nij.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p4EBpBcm029653 for ; Sat, 14 May 2011 13:51:12 +0200 Original-Received: from [211.187.60.195] by asmtp018.mac.com (Oracle Communications Messaging Exchange Server 7u4-20.01 64bit (built Nov 21 2010)) with ESMTPSA id <0LL600A6XQL0N840@asmtp018.mac.com> for ntg-context@ntg.nl; Sat, 14 May 2011 05:27:02 -0700 (PDT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.2.15,1.0.148,0.0.0000 definitions=2011-05-14_05:2011-05-13, 2011-05-14, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1012030000 definitions=main-1105140061 X-Mailer: Apple Mail (2.1084) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=17.148.16.93; country=US; region=CA; city=Cupertino; postalcode=95014; latitude=37.3042; longitude=-122.0946; metrocode=807; areacode=408; http://maps.google.com/maps?q=37.3042,-122.0946&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0aEHnPba9 - 4117e5b197d3 - 20110514 X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.153 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:68399 Archived-At: Dear all, I tried the following code for presentation, but not succeeded. It just draw a small circle without frame even "frame=on". The word "here" is colored green but there is no interaction when I click "here". Is there anything wrong in the following code? Thank you. Best regards, Dalyoung \setupinteraction[state=start] \startbuffer[a] draw fullcircle scaled 1cm; \stopbuffer \startbuffer[b] draw fullcircle scaled 2cm; \stopbuffer \startbuffer[c] draw fullcircle scaled 3cm; \stopbuffer \definesymbol[step1][{\processMPbuffer[a]}] \definesymbol[step2][{\processMPbuffer[a,b]}] \definesymbol[step3][{\processMPbuffer[a,b,c]}] \definefieldstack [circles] [step1, step2, step3] [frame= on, offset= 3pt,framecolor=darkyellow,rulethickness=1pt] \starttext \placefigure[here][] {To see the animation, please click \goto{here}[JS(Walk_Field{circles})]} {\fieldstack[circles]} \stoptext ___________________________________________________________________________________ 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________