Get rid of dialogue box

  • Thread starter Thread starter Terry
  • Start date Start date
T

Terry

Dear All,

I have a situation where I print several thousand records
to individual pdfs (using Adobe Acrobat 6.0.1). The Adobe
stuff has a progress dialogue that pops up for each pdf it
creates (Creating Adobe pdf ...... ). This would not be a
problem except I can't really do anything for several
hours while these pdfs are being created.

Anyone got any ideas on how to turn off this dialogue box
(something like you can do for the graphics filters).

I have posted to Adobe but the silence is deafening.

Thanks for reading and for (hopefully) any solution or
ideas,


Terry
 
Terry:

unfortunately there is no way to "turn" this off effectively. You could of
course use a timer loop and api calls to locate the dialog when creating the
pdf file and destroy the window, but by doing that, you'd still have it
flash momentarily on the screen (no matter how short a time) and it would
steal the focus. One of the more objectionable things about Acrobat 6 in
our opinion.
 
Back
Top