ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: interactive pdf with rotated buttons don't work
Date: Sun, 18 Mar 2012 12:35:44 +0100	[thread overview]
Message-ID: <DA5D4D1F-5E7C-4B30-92AB-9E8C823DEA17@googlemail.com> (raw)
In-Reply-To: <4F653ABA.2090705@gmx.de>


Am 18.03.2012 um 02:30 schrieb Jan Heinen:

> Hello,
> 
> I built an interactive PDF with some buttons. Without rotation everithing works.
> But with rotation the hyperlinks are gone:

The hyperlinks are in the file but not at the same position as the graphics, move the mouse
on a line below the button at the bottom and you can see them.

> \define\navmenue{%
>  \setlayerframed [Kontaktdaten]
>    [hoffset=1cm,
>    voffset=3cm]
>  [strut=no, offset=overlay,frame=off]
>  {
> \rotate[rotation=90]{%
>    \button[
>      background=color,
>      backgroundcolor=darkgray,
>      color=white,
>      framecolor=black,
>      framecorner=round,
>      rulethickness=2pt]
>      {Go Back}
>      [PreviousJump]
>    \button[
>      background=color,
>      backgroundcolor=darkgray,
>      color=white,
>      framecolor=black,
>      framecorner=round,
>      rulethickness=2pt]
>      {Anfang}
>      [FirstPage]
>    \button[
>      background=color,
>      backgroundcolor=darkgray,
>      color=white,
>      framecolor=black,
>      framecorner=round,
>      rulethickness=2pt]
>      {Ende}
>      [LastPage]
>    \button[
>      background=color,
>      backgroundcolor=darkgray,
>      color=white,
>      framecolor=black,
>      framecorner=round,
>      rulethickness=2pt]
>      {S. 6}
>      [SeiteSechs]
>  }
>  }
> }%


Can be done with less lines and the hyperlinks are on the correct position too:

\define\navmenue
  {\setlayerframed
     [Kontaktdaten]
     [x=1cm,y=3cm]
     [offset=overlay,frame=off]
     {\vbox\bgroup
        \setupbutton[background=color,backgroundcolor=darkgray,color=white,framecolor=black,corner=round,rulethickness=2pt,orientation=90]
        \button {Go Back} [PreviousJump]
        \button {Anfang}  [FirstPage]
        \button {Ende}    [LastPage]
        \button {S. 6}    [SeiteSechs]
      \egroup}}

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
___________________________________________________________________________________


  reply	other threads:[~2012-03-18 11:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-18  1:30 Jan Heinen
2012-03-18 11:35 ` Wolfgang Schuster [this message]
2012-03-18 10:09 Jan Heinen
2012-03-18 13:14 Jan Heinen

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=DA5D4D1F-5E7C-4B30-92AB-9E8C823DEA17@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    /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).