ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* buttons below visible area
@ 2000-10-03 20:45 Johannes Hüsing
  2000-10-04  9:04 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Hüsing @ 2000-10-03 20:45 UTC (permalink / raw)


Another problem I am experiencing:

When compiling the following source text, the defined menu which should be
at the bottom of the page is off the page. If I set the height to value
3\bottomheight, the buttons are cut off at the bottom, but at last readable.

Any idea what I am doing wrong?

Thanks 

Johannes

---8-<----
\setuppapersize
  [S6][S6]
\setuplayout
  [topspace=12pt,
   header=0pt,
   height=fit,
   footer=0pt,
   bottomdistance=4pt,
   bottom=48pt,
   backspace=12pt,
   margin=0pt,
   width=fit,
   edgedistance=12pt,
   rightedge=96pt]

\setupinteraction[state=start, 
                   menu=on]

\setupcolors[state=start]
\defineinteractionmenu[nav]
  [bottom]
  [state=start, 
   background=screen,
   frame=on,
   height=\bottomheight,
   align=left,
   style=small]

\setupinteractionmenu[nav]
  [{prev jump[PreviousJump]},
   {next jump[NextJump]}]

\starttext

\chapter[intro]{Introduction}
\section[intro.purpose]{Purpose}

Just to type out some text which is unimportant. The bottom of the screen counts.

\stoptext


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

end of thread, other threads:[~2000-10-04  9:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-10-03 20:45 buttons below visible area Johannes Hüsing
2000-10-04  9:04 ` 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).