ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Opening document in "Fit Window" mode
@ 2002-06-04 20:08 Slawek Zak
  2002-06-05 20:07 ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Slawek Zak @ 2002-06-04 20:08 UTC (permalink / raw)


Is it possible at all? I suppose some JavaScript could do it. I
couldn't find any option in document opening settings.

Thanks, /S


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Opening document in "Fit Window" mode
  2002-06-04 20:08 Opening document in "Fit Window" mode Slawek Zak
@ 2002-06-05 20:07 ` Hans Hagen
  2002-06-06 11:41   ` Slawek Zak
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2002-06-05 20:07 UTC (permalink / raw)
  Cc: ntg-context

At 10:08 PM 6/4/2002 +0200, Slawek Zak wrote:
>Is it possible at all? I suppose some JavaScript could do it. I
>couldn't find any option in document opening settings.

doens't \setupinteractionscreen[option=fit] work?

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Opening document in "Fit Window" mode
  2002-06-05 20:07 ` Hans Hagen
@ 2002-06-06 11:41   ` Slawek Zak
  2002-06-06 12:09     ` Nigel King
  2002-06-06 13:01     ` Hans Hagen
  0 siblings, 2 replies; 6+ messages in thread
From: Slawek Zak @ 2002-06-06 11:41 UTC (permalink / raw)


On Wed, Jun 05, 2002 at 10:07:02PM +0200, Hans Hagen wrote:
> At 10:08 PM 6/4/2002 +0200, Slawek Zak wrote:
> >Is it possible at all? I suppose some JavaScript could do it. I
> >couldn't find any option in document opening settings.
> 
> doens't \setupinteractionscreen[option=fit] work?

In the following document:

\setuppapersize[S6][S6]
\setupinteraction[state=start]
\setupinteractionscreen[option=fit]
\starttext
        Test.
\stoptext

It doesn't do anything. Tested with Acrobat 5 on Linux and Windows. I
want the same effect which one can get with clicking the middle zoom
button, which has tooltip "Fit in Window".

/S


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Opening document in "Fit Window" mode
  2002-06-06 11:41   ` Slawek Zak
@ 2002-06-06 12:09     ` Nigel King
  2002-06-06 13:06       ` Hans Hagen
  2002-06-06 13:01     ` Hans Hagen
  1 sibling, 1 reply; 6+ messages in thread
From: Nigel King @ 2002-06-06 12:09 UTC (permalink / raw)


>>> Is it possible at all? I suppose some JavaScript could do it. I
>>> couldn't find any option in document opening settings.
>> 
>> doens't \setupinteractionscreen[option=fit] work?
> 
> In the following document:
> 
> \setuppapersize[S6][S6]
> \setupinteraction[state=start]
> \setupinteractionscreen[option=fit]
> \starttext
>       Test.
> \stoptext
> 
> It doesn't do anything. Tested with Acrobat 5 on Linux and Windows. I
> want the same effect which one can get with clicking the middle zoom
> button, which has tooltip "Fit in Window".
> 
> /S
Further to this problem I notice that the "Fit Visible" on many of my
ConTeXt documents does not select the correct area. In my current working
document it appears to be the correct size but 1 inch to the left. On other
documents I have lost the ability to see the top half of the page when
selecting "Fit Visible" which is the best option for screen viewing "paper"
documents.
-- 
Nigel


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Opening document in "Fit Window" mode
  2002-06-06 11:41   ` Slawek Zak
  2002-06-06 12:09     ` Nigel King
@ 2002-06-06 13:01     ` Hans Hagen
  1 sibling, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2002-06-06 13:01 UTC (permalink / raw)
  Cc: ntg-context

At 01:41 PM 6/6/2002 +0200, you wrote:
>On Wed, Jun 05, 2002 at 10:07:02PM +0200, Hans Hagen wrote:
> > At 10:08 PM 6/4/2002 +0200, Slawek Zak wrote:
> > >Is it possible at all? I suppose some JavaScript could do it. I
> > >couldn't find any option in document opening settings.
> >
> > doens't \setupinteractionscreen[option=fit] work?
>
>In the following document:
>
>\setuppapersize[S6][S6]
>\setupinteraction[state=start]
>\setupinteractionscreen[option=fit]
>\starttext
>         Test.
>\stoptext
>
>It doesn't do anything. Tested with Acrobat 5 on Linux and Windows. I
>want the same effect which one can get with clicking the middle zoom
>button, which has tooltip "Fit in Window".

in spec-fdf, search for ViewerPref and uncomment the two lines, i'm not 
sure why i commented it; maybe viewer bugs or so

Another option is to have an openaction=FitWidth

[this is result of the in this respect rather messy pdf specs]

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Opening document in "Fit Window" mode
  2002-06-06 12:09     ` Nigel King
@ 2002-06-06 13:06       ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2002-06-06 13:06 UTC (permalink / raw)
  Cc: Slawek Zak, ntg-context

At 01:09 PM 6/6/2002 +0100, Nigel King wrote:
> >>> Is it possible at all? I suppose some JavaScript could do it. I
> >>> couldn't find any option in document opening settings.
> >>
> >> doens't \setupinteractionscreen[option=fit] work?
> >
> > In the following document:
> >
> > \setuppapersize[S6][S6]
> > \setupinteraction[state=start]
> > \setupinteractionscreen[option=fit]
> > \starttext
> >       Test.
> > \stoptext
> >
> > It doesn't do anything. Tested with Acrobat 5 on Linux and Windows. I
> > want the same effect which one can get with clicking the middle zoom
> > button, which has tooltip "Fit in Window".
> >
> > /S
>Further to this problem I notice that the "Fit Visible" on many of my
>ConTeXt documents does not select the correct area. In my current working
>document it appears to be the correct size but 1 inch to the left. On other
>documents I have lost the ability to see the top half of the page when
>selecting "Fit Visible" which is the best option for screen viewing "paper"
>documents.

pdftex does not accept the xyz specification

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-06-06 13:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-04 20:08 Opening document in "Fit Window" mode Slawek Zak
2002-06-05 20:07 ` Hans Hagen
2002-06-06 11:41   ` Slawek Zak
2002-06-06 12:09     ` Nigel King
2002-06-06 13:06       ` Hans Hagen
2002-06-06 13:01     ` Hans Hagen

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).