ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Peter Rolf <indiego@gmx.net>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Interactive slides---hidden field on every page
Date: Mon, 17 Sep 2007 16:28:42 +0200	[thread overview]
Message-ID: <46EE8F1A.4070500@gmx.net> (raw)
In-Reply-To: <f677a8e00709162234l6bc5130dpd5975585312c4e42@mail.gmail.com>

Michal Kvasnička schrieb:
> Good morning or whatever you have now in Europe.
>  
> It seems that my mail have come to the list, so I dare to repost it:
>
sometimes the only way to get an answer :)

> I'm preparing my slides. Every slide is divided to three parts
> (backgrounds): text, header, and bottom. I've got the navigation buttons
> in the bottom. Now I'd like to add one more button that would open a
> field on the current page---a field containing the list of content. I'd
> like it to go to the \Topic I want to discuss and disappear.
> 
> I tried this:
> 
> \definefield[Content][check][HelpSetup][content][content]
> \setupfields[reset]
> \setupfield[HelpSetup]
>   [width=fit,height=fit,frame=off,option={readonly,hidden}] %
> \definesymbol[content][\SomeContentText]
> \def\SomeContentText{%
>   \startframedtext
>     [width=\textwidth, height=fit, frame=on,
>      background=color, backgroundcolor=tmava,framecolor=svetla]%
>       \placecontent}
>   \stopframedtext
> }
> %
> \setupbackgrounds
>   [text]
>   [%backgroundoffset=10pt,%.5cm,
>    background={contentmenu,nextpage}]
> %
> \defineoverlay
>   [ContentOnOff]
>  
> [{\goto{\framed[width=\overlaywidth,height=\overlayheight,frame=off]{\hss}}%
> 
>      [JS(Toggle_Hide{Content})]}]%\overlaybutton{JS(Toggle_Hide{Content})}]
> %
> \startinteractionmenu[bottom]
>   \setupinteraction
>     [color=svetla,
>      contrastcolor=black]
>   \hbox to 600pt{%
>     \raise0.4em\hbox{%
>       \framed[width=3em, height=0.7em, frame=off,
> background={PageCounter,ContentOnOff}]{}}
>     \hss
>     \interactionbuttons[frame=off, width=8em]
>      [firstpage,
>       previouspage,nextpage,
>       lastpage,
>       PreviousJump,NextJump]%
>     \hbox to 1cm{\hss}%
>     \hbox to 44mm{%
>       \interactionbuttons[frame=off][CloseDocument]\hss}%
>  }
> 
H Michel,

if possible try to post a (not)running minimal example, so that people
can directly test with the source. It's too time consuming to 'make it
run' first.

> However, it doesn't work:
> 
> 1. The list of content is placed only on one page, not at all of them as
> I would like.
> 
\setupbackgrounds[state=repeat]

> 2. The field supposed to show/hide it isn't clickable---it isn't
> interactive, and does nothing.
>
\setupinteraction[state=start]

> 3. I use \Topic and \Subject as heads, and I don't know how to put them
> to the list of content.
>
a search for 'combinedlist' in the mail archive gives

http://archive.contextgarden.net/message/20061020.082024.ded01b67.en.html


> Can you possibly help me to solve this problem?
>
Not tested (just guessing), *maybe*

HTH, Peter

> Sincerely yours
> Michal Kvasnicka
> 
>  
> 
> 
> ------------------------------------------------------------------------
> 
> ___________________________________________________________________________________
> 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  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2007-09-17 14:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-17  5:34 Michal Kvasnička
2007-09-17 14:28 ` Peter Rolf [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-09-12 13:25 Michal Kvasnička

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=46EE8F1A.4070500@gmx.net \
    --to=indiego@gmx.net \
    --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).