ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* "Please fill out the following form"
@ 2010-06-04  4:36 Michael Saunders
  2010-06-04  6:51 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Saunders @ 2010-06-04  4:36 UTC (permalink / raw)
  To: ntg-context

I was creating a document with many hyperlinks and tooltips, and
everything was working, until it reached a certain size.   Two strange
behaviors began:

1. At the top of Adobe Reader I get a purple band that says "Please
fill out the following form..."

2. Tooltips no longer appear at the first rollover.  Instead, a pale
blue box with a checkmark pops up.  On the second rollover, my
tooltips appear as normal.

Is this some limit inherent in Context, pdf, or Adobe Reader?  Is
there a way to work around it?
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: "Please fill out the following form"
  2010-06-04  4:36 "Please fill out the following form" Michael Saunders
@ 2010-06-04  6:51 ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2010-06-04  6:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Michael Saunders

On 4-6-2010 6:36, Michael Saunders wrote:
> I was creating a document with many hyperlinks and tooltips, and
> everything was working, until it reached a certain size.   Two strange
> behaviors began:
>
> 1. At the top of Adobe Reader I get a purple band that says "Please
> fill out the following form..."
>
> 2. Tooltips no longer appear at the first rollover.  Instead, a pale
> blue box with a checkmark pops up.  On the second rollover, my
> tooltips appear as normal.
>
> Is this some limit inherent in Context, pdf, or Adobe Reader?  Is
> there a way to work around it?

more acrobat and initialization and so ... some of these things change 
per version; which version of acrobat? test file?

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: "Please fill out the following form"
  2010-06-04  9:31 Michael Saunders
@ 2010-06-04  9:39 ` Taco Hoekwater
  0 siblings, 0 replies; 4+ messages in thread
From: Taco Hoekwater @ 2010-06-04  9:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Michael Saunders wrote:
>> more acrobat and initialization and so ... some of these things change
>> per version; which version of acrobat? test file?
> 
> I have Adobe Reader 9.3.2, which I think is the latest.  The following test:
> 
> \starttext
> \dorecurse{1000}{\tooltip[middle]{test}{test}}
> \stoptext
> 
> produces a pdf which opens up with the purple band at the top.  There
> is a button (which doesn't look much like a button) on the left of
> this band that will hide it when pressed.  Still I'd like to control
> it.

In my Reader 8, there is a prefs setting:

Edit -> Preferences -> Forms -> "Always hide forms document message bar"

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


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

* Re: "Please fill out the following form"
@ 2010-06-04  9:31 Michael Saunders
  2010-06-04  9:39 ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Saunders @ 2010-06-04  9:31 UTC (permalink / raw)
  To: ntg-context

> more acrobat and initialization and so ... some of these things change
> per version; which version of acrobat? test file?

I have Adobe Reader 9.3.2, which I think is the latest.  The following test:

\starttext
\dorecurse{1000}{\tooltip[middle]{test}{test}}
\stoptext

produces a pdf which opens up with the purple band at the top.  There
is a button (which doesn't look much like a button) on the left of
this band that will hide it when pressed.  Still I'd like to control
it.

I have a closely-related question.  I'm preparing a document for
screen reading, and I always have to push the Adobe Read button "click
to show one page at a time" to make it behave nicely.   I'm guessing
that the command to keep the purple band from my screen is similar to
the one that would push this button automatically and begin the
document in the one-page-at-a-time mode.  I'm using:

\setupinteraction[state=start,color=,contrastcolor=,focus=???]

and I've tried every value I can think of for ???, but maybe that's
not the solution.
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2010-06-04  9:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-04  4:36 "Please fill out the following form" Michael Saunders
2010-06-04  6:51 ` Hans Hagen
2010-06-04  9:31 Michael Saunders
2010-06-04  9:39 ` Taco Hoekwater

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