Re: [NTG-context] how to jump to figure and return to the original postion?

2010-08-11 Thread dalyoung
Dear Hans,

After reinstalling the minimal, it works well.
It is really great!

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] how to jump to figure and return to the original postion?

2010-08-10 Thread Hans Hagen

On 10-8-2010 3:00, dalyoung wrote:

Dear Hans,

Thank you for your concern.

Here is a sample file.

It works fine when I click here.
But if I click restart, it give a boxed blank window and click here doesn't 
work anymore.


in fieldstacks the individual fields get names like

  FFD2:1 FFD2:2 etc

so, you need

  JS(Set_Field{FFD2,1})

(we could have used the more verbose names, but there can be duplicstes 
then)


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] how to jump to figure and return to the original postion?

2010-08-10 Thread dalyoung
Dear Hans,

Yes, your output is working fine.
But mine is not.
It means that my minimal produce a different output from yours.
Did you see log file? Is there nothing special?

I'll reinstall minimal and try again.

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] how to jump to figure and return to the original postion?

2010-08-09 Thread Hans Hagen

On 31-7-2010 5:41, dalyoung wrote:


Here I'd like to ask one more thing.
I downloaded the example of Euro symbol animation.
Both button here and restart worked fine.
However,  a new pdf file of Euro symbol animation which was madden by recompiling the source not 
properly working in my macbook. here button works fine while restart lost 
the position.(just blank window is appeared)

I tried a similar step by step drawing and got the same situation.

Is it a problem in my machine only?


just send me your test file

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
___


[NTG-context] how to jump to figure and return to the original postion?

2010-07-29 Thread dalyoung
Dear all,

In the presentation, I'd like to jump to a figure and return to the original 
position. For that purpose, I set a label for a figure like 

\placefigure[][fig:test]...

and put \goto{figure}[fig:test]

It works fine. It generates a ling to the figure so I click it, I can move to 
the figure. But I don't know how to come back.
I tried similarly. Set a label like 

\item[start] ...

and \goto{return}[start]

It also displays return in changed color but the link is not working.

Is there a way to come back to the original position?

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] how to jump to figure and return to the original postion?

2010-07-29 Thread Hans Hagen

On 29-7-2010 5:21, dalyoung wrote:

Dear all,

In the presentation, I'd like to jump to a figure and return to the original 
position. For that purpose, I set a label for a figure like

\placefigure[][fig:test]...

and put \goto{figure}[fig:test]

It works fine. It generates a ling to the figure so I click it, I can move to 
the figure. But I don't know how to come back.
I tried similarly. Set a label like

\item[start] ...

and \goto{return}[start]

It also displays return in changed color but the link is not working.

Is there a way to come back to the original position?


\setupinteraction[state=start]

\starttext

\dorecurse {20} {
see \in{figure}[fig:#1]
\placefigure
[here]
[fig:#1]
{}
{\button[offset=overlay]{\externalfigure[cow.pdf]}[PreviousJump]}
}

\stoptext


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