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
Am 14.05.2011 um 14:26 schrieb Jeong Dalyoung:
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"
There is something wrong with the fieldstack mechanism. \setupinteraction[state=start] \starttext \definesymbol[one][1] \definesymbol[two][2] \definefieldstack[some][one,two] \defineoverlay[some][\overlaybutton{Walk{some}}] \framed[background={foreground,some}]{\fieldstack[some]} \stoptext Your mail reminds me to finish my animation module which makes it simpler to generate such animations, e.g. the above can be written as \startanimation {1} {2} \stopanimation and all the necessary symbols etc. are generated by the environment. Wolfgang
On 14-5-2011 2:55, Wolfgang Schuster wrote:
There is something wrong with the fieldstack mechanism.
fixed in next beta (mismatch between field.value in javascript and rendering key) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Jeong Dalyoung
-
Wolfgang Schuster