ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: about JS(Walk_Field{})
       [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-06-25 11:36 ` animation module dalyoung
  2 siblings, 1 reply; 10+ messages in thread
From: Jeong Dalyoung @ 2011-05-16 10:50 UTC (permalink / raw)
  To: ntg-context

Dear Wolfgang,

Thank you for the files.

> 
> Yes, the code is a separate module and you can download it here: https://bitbucket.org/wolfs/animation/src

I downloaded in .zip file, and found many files.
I copied t-animation.mkvi ../texmf-local/tex/context and run luatools --generate.

After that try your sample file "animation-1.tex" and got a undefined control sequence -> \startanimation.

The fact is that luatools didn't locate it. 
Should I do some more things to make it work?
Is the module name t-animation.mkvi not ~.mkiv?

Thank you again.

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] 10+ messages in thread

* Re: about JS(Walk_Field{})
  2011-05-16 10:50 ` about JS(Walk_Field{}) Jeong Dalyoung
@ 2011-05-16 11:06   ` Wolfgang Schuster
  0 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Schuster @ 2011-05-16 11:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 16.05.2011 um 12:50 schrieb Jeong Dalyoung:

>> Yes, the code is a separate module and you can download it here: https://bitbucket.org/wolfs/animation/src
> 
> I downloaded in .zip file, and found many files.
> I copied t-animation.mkvi ../texmf-local/tex/context and run luatools --generate.

The correct path is ../texmf-local/tex/context/third/animation/t-animation.mkvi

> After that try your sample file "animation-1.tex" and got a undefined control sequence -> \startanimation.
> 
> The fact is that luatools didn't locate it. 
> Should I do some more things to make it work?

You can also put the module in the same directory as your document,
it’s not necessary to have it in the tex tree.

> Is the module name t-animation.mkvi not ~.mkiv?

No, “mkvi” is correct.

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] 10+ messages in thread

* Re: about JS(Walk_Field{})
       [not found] <mailman.953.1305463700.4231.ntg-context@ntg.nl>
  2011-05-16 10:50 ` about JS(Walk_Field{}) Jeong Dalyoung
@ 2011-05-17 11:16 ` Jeong Dalyoung
  2011-05-17 11:39   ` Wolfgang Schuster
  2011-06-25 11:36 ` animation module dalyoung
  2 siblings, 1 reply; 10+ messages in thread
From: Jeong Dalyoung @ 2011-05-17 11:16 UTC (permalink / raw)
  To: ntg-context

Dear Wolfgang,

Your animation module works really fine.
It reduces a lot of work to set the fieldstack.

I'd like to ask you a few more small things.

1) Is it possible to set the duration time in the case of autoplay?
2) The location of buttons is leftaligned when [menu=yes]. Is it what you want or I did something wrong?
3) What is the meaning of "\start and \stop" in animation-1.tex?
4) In your animation-2.tex, the size of buttons can be controlled by setting foregroundstyle. Then, how to apply it to \startanimation?

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] 10+ messages in thread

* Re: about JS(Walk_Field{})
  2011-05-17 11:16 ` Jeong Dalyoung
@ 2011-05-17 11:39   ` Wolfgang Schuster
  0 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Schuster @ 2011-05-17 11:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 17.05.2011 um 13:16 schrieb Jeong Dalyoung:

> Dear Wolfgang,
> 
> Your animation module works really fine.
> It reduces a lot of work to set the fieldstack.

It’s now also part of the minimals.

> I'd like to ask you a few more small things.
> 
> 1) Is it possible to set the duration time in the case of autoplay?

I’ll add a key to change this.

> 2) The location of buttons is leftaligned when [menu=yes]. Is it what you want or I did something wrong?

Will be fixed.

> 3) What is the meaning of "\start and \stop" in animation-1.tex?

I added them to keep the \startMPinitializations settings local
but they are useless here because \startMPinitializations stores
the content in a global register, I’m going to remove them.

> 4) In your animation-2.tex, the size of buttons can be controlled by setting foregroundstyle. Then, how to apply it to \startanimation?

I used animation-2.tex for a draft of the control buttons,
they are static images and don’t come from the module itself.

Control over the size of the menu etc. is still missing.
You can make a list of features you want and i take a look at it.

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] 10+ messages in thread

* animation module
       [not found] <mailman.953.1305463700.4231.ntg-context@ntg.nl>
  2011-05-16 10:50 ` about JS(Walk_Field{}) Jeong Dalyoung
  2011-05-17 11:16 ` Jeong Dalyoung
@ 2011-06-25 11:36 ` dalyoung
  2011-06-25 11:56   ` Wolfgang Schuster
  2 siblings, 1 reply; 10+ messages in thread
From: dalyoung @ 2011-06-25 11:36 UTC (permalink / raw)
  To: ntg-context

Dear Wolfgang,

Today I updated minimal with --extras= all and test the animation module.

\setupinteraction[state=start]
\usemodule[animation]
\starttext
\startanimation
{one}
{two}
{three}
\stopanimation
\stoptext

But there is nothing in the output.
I got blank page only.

I check the log file and found that t-animation is loaded.
Is there any change of using animation module?

luatex version is beta 0.70.1 and minimal version is 6.25.

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] 10+ messages in thread

* Re: animation module
  2011-06-25 11:36 ` animation module dalyoung
@ 2011-06-25 11:56   ` Wolfgang Schuster
  0 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Schuster @ 2011-06-25 11:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 25.06.2011 um 13:36 schrieb dalyoung:

> Dear Wolfgang,
> 
> Today I updated minimal with --extras= all and test the animation module.
> 
> \setupinteraction[state=start]
> \usemodule[animation]
> \starttext
> \startanimation
> {one}
> {two}
> {three}
> \stopanimation
> \stoptext
> 
> But there is nothing in the output.
> I got blank page only.

Do you use the Adobe Reader?

> I check the log file and found that t-animation is loaded.
> Is there any change of using animation module?
> 
> luatex version is beta 0.70.1 and minimal version is 6.25.

It doesn’t work for me either but i can reproduce it also without the animation module.

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] 10+ messages in thread

* Re: animation module
       [not found]         ` <4BDD8805-0F1C-4345-B64E-FDD57C4F28A7@googlemail.com>
@ 2011-06-26 11:23           ` dalyoung
  0 siblings, 0 replies; 10+ messages in thread
From: dalyoung @ 2011-06-26 11:23 UTC (permalink / raw)
  To: Wolfgang Schuster, Hans Hagen; +Cc: mailing ConTeXt users list for

Dear Wolfgang and Hans, 

I just updated the minimal and tested animation.

 Adobe Reader reads PDF well and the animation works well.
I didn't test the options which you mention yet, but I think that they also work well.

Thank you so much.

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] 10+ messages in thread

* Re: animation module
  2011-06-25 12:55   ` Hans Hagen
@ 2011-06-25 16:14     ` Wolfgang Schuster
       [not found]       ` <6D66C227-2830-4551-9D1D-091015D850B2@me.com>
  0 siblings, 1 reply; 10+ messages in thread
From: Wolfgang Schuster @ 2011-06-25 16:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: dalyoung


Am 25.06.2011 um 14:55 schrieb Hans Hagen:

> On 25-6-2011 2:46, dalyoung wrote:
> 
>> I just see your mail on fieldstack.
>> Thank you for checking.
> 
> I'll upload a new beta that you can check (some to be tested code was interfering).

The new beta works.

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] 10+ messages in thread

* Re: animation module
  2011-06-25 12:46 ` dalyoung
@ 2011-06-25 12:55   ` Hans Hagen
  2011-06-25 16:14     ` Wolfgang Schuster
  0 siblings, 1 reply; 10+ messages in thread
From: Hans Hagen @ 2011-06-25 12:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: dalyoung

On 25-6-2011 2:46, dalyoung wrote:

> I just see your mail on fieldstack.
> Thank you for checking.

I'll upload a new beta that you can check (some to be tested code was 
interfering).

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] 10+ messages in thread

* Re: animation module
       [not found] <mailman.1769.1309003179.4231.ntg-context@ntg.nl>
@ 2011-06-25 12:46 ` dalyoung
  2011-06-25 12:55   ` Hans Hagen
  0 siblings, 1 reply; 10+ messages in thread
From: dalyoung @ 2011-06-25 12:46 UTC (permalink / raw)
  To: ntg-context

Dear Wolfgang,

Thank you for the reply.

> 
> Do you use the Adobe Reader?

Reader can not open it. It says that the file is damaged.

> 
> It doesn?t work for me either but i can reproduce it also without the animation module.
> 

I just see your mail on fieldstack.
Thank you for checking.

Have a nice weekend.

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] 10+ messages in thread

end of thread, other threads:[~2011-06-26 11:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.953.1305463700.4231.ntg-context@ntg.nl>
2011-05-16 10:50 ` about JS(Walk_Field{}) Jeong Dalyoung
2011-05-16 11:06   ` Wolfgang Schuster
2011-05-17 11:16 ` Jeong Dalyoung
2011-05-17 11:39   ` Wolfgang Schuster
2011-06-25 11:36 ` animation module dalyoung
2011-06-25 11:56   ` Wolfgang Schuster
     [not found] <mailman.1769.1309003179.4231.ntg-context@ntg.nl>
2011-06-25 12:46 ` dalyoung
2011-06-25 12:55   ` Hans Hagen
2011-06-25 16:14     ` Wolfgang Schuster
     [not found]       ` <6D66C227-2830-4551-9D1D-091015D850B2@me.com>
     [not found]         ` <4BDD8805-0F1C-4345-B64E-FDD57C4F28A7@googlemail.com>
2011-06-26 11:23           ` dalyoung

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