Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

Working example of stopwatch

Avatar

Level 2

I am JavaScript beginner; I need to add a Stopwatch (counting up) in the footer of the Master Page.   I found a few JavaScript samples online, but in my case, the stopwatch must start when the pdf is opened and stop after the close button is hit in the last page.  I am having problems calling the functions to process and populate the field.   Does any one have a working example of a stopwatch pdf or xdp?

Thanks,

1 Accepted Solution

Avatar

Correct answer by
Level 10

Please send an email to stwalker.adobe@gmail.com and I will forward the sample I built.

Steve

View solution in original post

0 Replies

Avatar

Level 10

Do you mean you want a timer, as in a form object displaying ascending time in hh:mm:ss?

Steve

Avatar

Level 2

Yes Steve, you are 100%  correct, I need a form object displaying ascending time in hh:mm:ss?  the customer wants to be able to keep truck of the time each interview takes.  I do not need a Star/Stop nor reset button.

Thanks

Avatar

Correct answer by
Level 10

Please send an email to stwalker.adobe@gmail.com and I will forward the sample I built.

Steve

Avatar

Level 2

Thank you very much Steve, it really helped me understand the logic behind the events.