ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Erik Margraf <erik.margraf@googlemail.com>
To: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Animations (again, but different)
Date: Thu, 11 Nov 2010 21:47:52 +0100	[thread overview]
Message-ID: <AANLkTimFMeWBYECj8a=pDA_HjEHS781HK4R=cy8k69hF@mail.gmail.com> (raw)
In-Reply-To: <D535D81F-7418-4FCC-A4A7-114E1A59B488@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 3257 bytes --]

Thank's for your example! But I'm sorry to say, I didn't get it.
When I run context on it, it results in a 2x2 matrix of pictures.
Two of them show some reaction (change the color somewhat)
when I click on them. (the cows don't). That's all.

Maybe it has to with the following lines in the log file:
...
interaction     : active
references      : unknown reference [][VideLayer{1}]
references      : unknown reference [][VideLayer{2}]
references      : unknown reference [][VideLayer{3}]
references      : unknown reference [][VideLayer{4}]
...
I tried the following example from the Wiki:
=======
\defineproperty[my-hasitations][layer][state=stop]

\startproperty[my-hasitations]
To \ConTeXt\ or not to \ConTeXt?
\stopproperty

\button{Show   Decision}[VideLayer{my-hasitations}]
\button{Hide   Decision}[HideLayer{my-hasitations}]
\button{Toggle Decision}[ToggleLayer{my-hasitations}]
========
This produces the analogous messages for these three buttons.

My Context Version  - "MTXrun | current version: 2010.11.03 19:42"
My LuaTeX Version - This is LuaTeX, Version beta-0.63.0-2010090921

on Debian AMD64.  I looked at the files with Acrobat Reader 9 on Windows XP
(BTW. I also tried this completely using a MiKTeX 9 Installation on WinXP
without
success)

Am I missing something?

kind regards
Erik



2010/11/4 Wolfgang Schuster <schuster.wolfgang@googlemail.com>

>
> Am 03.11.2010 um 17:38 schrieb Erik Margraf:
>
> > Dear Contexters!
> > In the last few days I could read a few posts about
> > "animations" in a resulting PDF document. Some
> > statements mentioned java script as possible means
> > to create an animation.
> > Is it possible to do the following (which is rather
> > simple using html and javascript)?
> >
> >   -- Have a bunch of thumbnail pictures
> >   -- When you click on a thumbnail you see a
> >      larger version of the same picture
> >   -- With the next mouseclick the picture
> >      vanishes (you see the gallery of thumbnails again)
> >
> > if yes, how?
> > Any hints are welcome.
>
> Not perfect (it’s not possible to close the big pictures) but it should
> give you a first impression:
>
> \setupinteraction[state=start]
>
> \defineproperty [1] [layer] [state=stop,global=yes]
> \defineproperty [2] [layer] [state=stop,global=yes]
> \defineproperty [3] [layer] [state=stop,global=yes]
> \defineproperty [4] [layer] [state=stop,global=yes]
>
> \starttexdefinition properties
>  \startoverlay
>    {\startproperty[1]\overlayfigure{cow}\stopproperty}
>    {\startproperty[2]\overlayfigure{mill}\stopproperty}
>    {\startproperty[3]\overlayfigure{hacker}\stopproperty}
>    {\startproperty[4]\overlayfigure{cow}\stopproperty}
>  \stopoverlay
> \stoptexdefinition
>
> \defineoverlay[properties][\properties]
>
> \startTEXpage[background={foreground,properties}]
>
> \bTABLE[width=4cm,height=4cm,offset=none]
>  \bTR
>    \bTD \goto{\overlayfigure{cow}}[VideLayer{1}] \eTD
>    \bTD \goto{\overlayfigure{mill}}[VideLayer{2}] \eTD
>  \eTR
>  \bTR
>    \bTD \goto{\overlayfigure{hacker}}[VideLayer{3}] \eTD
>    \bTD \goto{\overlayfigure{cow}}[VideLayer{4}] \eTD
>  \eTR
> \eTABLE
>
> \stopTEXpage
>
> Wolfgang
>
>

[-- Attachment #1.2: Type: text/html, Size: 4238 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

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

  reply	other threads:[~2010-11-11 20:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-03 16:38 Erik Margraf
2010-11-04 21:49 ` Wolfgang Schuster
2010-11-11 20:47   ` Erik Margraf [this message]
2010-11-14 16:34     ` Erik Margraf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTimFMeWBYECj8a=pDA_HjEHS781HK4R=cy8k69hF@mail.gmail.com' \
    --to=erik.margraf@googlemail.com \
    --cc=erik.margraf@gmail.com \
    --cc=ntg-context@ntg.nl \
    --cc=schuster.wolfgang@googlemail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).