ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: pdfstartview
Date: Fri, 03 Feb 2006 21:20:29 +0100	[thread overview]
Message-ID: <43E3BB0D.2040206@wxs.nl> (raw)
In-Reply-To: <Pine.LNX.4.58.0602031856250.31215@gaston.free.fr>

� wrote:
> On Wed, 1 Feb 2006, Hans Hagen wrote:
>
>   
>> \setupinteraction[state=start,focus=width,openaction=FitWidth] 
>>     
>
> Hello Hans,
> this works (but not in fullscreen mode).
> But "openaction=FitBH" does not work... :(
>
> I don't know, how it's done in LaTeX, but it has always worked during the
> last 5 years independently of the version of acroread.
>   
hm, i wonder, since it's a bunch of conflicting specs; also, openaction has not been around from the start of pdf (and got more robust later), and access to the page object number in pdftex is pretty recent 

as with many of such features, it has always been possible to cook up something that workes for the latest pdftex and the latest viewer, but if one uses odl and new docs/viewers intermixed there were always penalties. The same is true for more features. Only with acrobat 5 pdf became a bit more stable 

also keep in mind that context has chained annotation support as well as some other features that make it tricky to use certain tricks; in the deiver files you will find some workarounds, like adding quotes around destinations on order to make sure that acrobat 3 does not ignore them - it simply assumed some funny first char sort order in named destination, probably some optimization; or special treatment or spaces or ...

other tricky areas are for instance widgets: context has always built the datastructures needed, and i'm sure not every tex package does that, thereby just depending on the recovery capabilities of acrobat (it indeed reconstructs fields arrays at startup) but context could not depend on that because it supports clones and copies of fields right from the start 

similar weirdness happens (happened) with javascripts: the spec supported a list of scripts, while viewers didn't; and then we don't even talk about initialization ... so, again, it's no problem to get something working for a certain version, but i always want to make sure that we are as backward compatible as possible 

or take special resources (related to plugins) .... keeps changing, never works 100% in the first release of a reader, so i more or less decided that, apart from some playing around, its best to wait till N.0.2 or higher -) 

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

  reply	other threads:[~2006-02-03 20:20 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-01 15:33 pdfstartview Peter Münster
2006-02-01 16:17 ` pdfstartview Mojca Miklavec
2006-02-01 20:45   ` pdfstartview Hans Hagen
2006-02-01 21:10     ` pdfstartview Peter Münster
2006-02-01 22:28       ` pdfstartview Hans Hagen
2006-02-03 18:02         ` pdfstartview Peter Münster
2006-02-03 20:20           ` Hans Hagen [this message]
2006-02-16 17:55             ` pdfstartview Peter Münster
2006-02-16 21:24               ` pdfstartview Hans Hagen
2006-02-17  6:10                 ` pdfstartview Peter Münster
2006-02-01 22:32       ` pdfstartview Taco Hoekwater
2006-02-02  9:13         ` pdfstartview Hans Hagen
2006-02-02  1:16     ` pdfstartview Mojca Miklavec
2006-02-02  9:01       ` pdfstartview Taco Hoekwater
2006-02-03 17:56         ` pdfstartview Peter Münster
2006-02-03 18:29           ` pdfstartview Taco Hoekwater
2006-02-03 19:43             ` pdfstartview Hans Hagen
2006-02-03 19:58             ` pdfstartview Peter Münster
2006-02-03 20:07             ` pdfstartview Hans Hagen
2006-02-02  9:16       ` pdfstartview Hans Hagen

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=43E3BB0D.2040206@wxs.nl \
    --to=pragma@wxs.nl \
    --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).