A couple of months ago, Hans posted the attached example in response to a
desperate request for a working \presentationstep. I remember having tried
it, and it worked at that time.
With my current context (2003.1.10), this is no longer the case. The whole
text area is covered by the presentationshield, and clicking the
Whatever-Button has no effect.
I guess there have been changes to the \presentationstep mechanism. Since I
would (maybe) like to use this for a publication soon, I'm wondering how to
get it working with a recent context.
Eckhart
% format=en output=pdftex
\enablemode[step] \usemodules[abr-01,pre-02]
\setupinteraction[openaction=ResetForm]
\definereference[Whatever][JS(NextPresentation{\realfolio})]
\setupwhitespace[fixed]
\setupblank[fixed]
\definecolor[StepColor][Page]
\starttext
\TitlePage{PDF\\portable document format}
\Topics{An impression}
\Topic{PDF}
\startitemize
\item it is supposed to be something portable \presentationstep
\item that has to do with documents and \presentationstep
\item being a format it should be well defined \presentationstep
\stopitemize
\Topic{Objectives}
\startitemize
\item display \presentationstep
\item print \presentationstep
\item (pre)press \presentationstep
\stopitemize
\Topic{Characteristics}
\startitemize
\item related to PostScript (level 3) \presentationstep
\item preprocessed (no calculations) \presentationstep
\item structured (objects and versions) \presentationstep
\item fonts included (subsets) \presentationstep
\item vector and bitmaps (png,tif,jpg,pdf) \presentationstep
\item sort of readable (unless compressed) \presentationstep
\item annotations (links, texts, widgets) \presentationstep
\item sounds and movies (annotations too) \presentationstep
\stopitemize
\Topic{Production}
\startitemize
\item including fonts \presentationstep
\item including graphics \presentationstep
\item including metadata \presentationstep
\item all in `one' pass \presentationstep
\stopitemize
\Topic{Meta||data}
\startitemize
\item object reuse \presentationstep
\item fill||in forms \presentationstep
\item information \presentationstep
\item hyperlinks \presentationstep
\item bookmarks \presentationstep
\item structure \presentationstep
\stopitemize
\Topic{pdf\TeX}
\startitemize
\item TEX -- DVI -- PS -- PDF \presentationstep
\item PFB, TTF, PK, PGC (map file) \presentationstep
\item TIF, PNG, JPG, PDF \presentationstep
\item TEX -- PDF \presentationstep
\stopitemize
\stoptext