Re: [NTG-context] animation error

2011-09-08 Thread Hans Hagen

On 8-9-2011 06:57, Jeong Dalyoung wrote:

Dear Woldgang,

I replaced a line in scrn-fld.mkvi as you suggested.
After compiling, animation worked well.

Will it be fixed in the next beta?


sure

Hans


-
  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
-
___
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
___


Re: [NTG-context] animation error

2011-09-07 Thread Jeong Dalyoung
Dear Woldgang,

I replaced a line in scrn-fld.mkvi as you suggested.
After compiling, animation worked well.

Will it be fixed in the next beta?


Thank you.

Dalyoung
___
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
___


[NTG-context] animation error

2011-09-06 Thread dalyoung
Dear Wolfgang,

In the recent beta, \startanimation \stopanimation is not working.
There is a undefined control sequence error at \stopanimation.

In the version 2011/08/10, it works fine.

Is there anything changed in the recent version?

Thank you.

Best regards,

Dalyoung
___
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
___


Re: [NTG-context] animation error

2011-09-06 Thread Wolfgang Schuster

Am 06.09.2011 um 16:52 schrieb dalyoung:

 Dear Wolfgang,
 
 In the recent beta, \startanimation \stopanimation is not working.
 There is a undefined control sequence error at \stopanimation.
 
 In the version 2011/08/10, it works fine.
 
 Is there anything changed in the recent version?


There had been changes in the parameter handler for mkiv.

scrn-fld.mkvi:

\def\scrn_fieldstack_add#tag#settings#symbol%
  {\advance\scratchcounter\plusone
   \edef\currentfieldstackname{#tag:\number\scratchcounter}%
-  \ifnum\scratchcounter=\@@fdstart\relax
+  \ifnum\scratchcounter=\fieldcategoryparameter\c!start\relax
 
\definefieldbody[\currentfieldstackname][\c!type=check,\c!values={#symbol,\empty},\c!default={#symbol}]%
   \else
 
\definefieldbody[\currentfieldstackname][\c!type=check,\c!values={#symbol,\empty},\c!default=]%
   \fi
   \setbox\scrn_fieldstack_box\hbox{\symbol[#symbol]}%
   \setcollector
 [fieldstack]
 {\fieldbody
[\currentfieldstackname]
[\c!option=\v!readonly,
 \c!width=\wd\scrn_fieldstack_box,
 \c!height=\ht\scrn_fieldstack_box,
 \c!depth=\dp\scrn_fieldstack_box,
 #settings]}}

Wolfgang
___
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
___