ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jeong Dalyoung <haksan@me.com>
To: ntg-context@ntg.nl
Subject: about JS(Walk_Field{})
Date: Sat, 14 May 2011 21:26:59 +0900	[thread overview]
Message-ID: <481E993F-52FD-44C1-A377-945E92024333@me.com> (raw)

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
___________________________________________________________________________________


             reply	other threads:[~2011-05-14 12:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-14 12:26 Jeong Dalyoung [this message]
2011-05-14 12:55 ` Wolfgang Schuster
2011-05-14 14:34   ` Hans Hagen
     [not found] <mailman.934.1305388473.4231.ntg-context@ntg.nl>
2011-05-14 22:15 ` Jeong Dalyoung
2011-05-15 11:24   ` Wolfgang Schuster
     [not found] <mailman.953.1305463700.4231.ntg-context@ntg.nl>
2011-05-16 10:50 ` Jeong Dalyoung
2011-05-16 11:06   ` Wolfgang Schuster
2011-05-17 11:16 ` Jeong Dalyoung
2011-05-17 11:39   ` Wolfgang Schuster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=481E993F-52FD-44C1-A377-945E92024333@me.com \
    --to=haksan@me.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).