ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: animation error
       [not found] <mailman.1.1315389603.27980.ntg-context@ntg.nl>
@ 2011-09-08  4:57 ` Jeong Dalyoung
  2011-09-08  7:28   ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Jeong Dalyoung @ 2011-09-08  4:57 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: animation error
  2011-09-08  4:57 ` animation error Jeong Dalyoung
@ 2011-09-08  7:28   ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2011-09-08  7:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Jeong Dalyoung

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: animation error
  2011-09-06 14:52 dalyoung
@ 2011-09-06 21:36 ` Wolfgang Schuster
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Schuster @ 2011-09-06 21:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen


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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* animation error
@ 2011-09-06 14:52 dalyoung
  2011-09-06 21:36 ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: dalyoung @ 2011-09-06 14:52 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-09-08  7:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.1.1315389603.27980.ntg-context@ntg.nl>
2011-09-08  4:57 ` animation error Jeong Dalyoung
2011-09-08  7:28   ` Hans Hagen
2011-09-06 14:52 dalyoung
2011-09-06 21:36 ` Wolfgang Schuster

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).