axxshodiq / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

"Silent mode" enhancement #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Would like both applet and dialog suppressed for printing with addition of
"silent mode".

Possible "silent=true" parameter.

> Could [we] have a "silent" param?
> If this is set to 1, as the applet loads, it does not display an image
> to click, it just prints the specified config file and does not pop up
> to say it was successful. Instead the only popup would be if the print 
> is un-successful.

Original issue reported on code.google.com by tres.fin...@gmail.com on 6 Nov 2008 at 7:55

GoogleCodeExporter commented 8 years ago
Implemented and working for applet mode in 1.0.3 pre-release.  Console mode to 
follow.

Original comment by tres.fin...@gmail.com on 30 Dec 2008 at 9:48

GoogleCodeExporter commented 8 years ago
For auto-printing or "silent" printing in 1.0.3, set autoprint=true.

Original comment by tres.fin...@gmail.com on 30 Dec 2008 at 9:49

GoogleCodeExporter commented 8 years ago
Have had a number of customers asking for this functionality.

Original comment by adwo...@redclayhosting.com on 23 Nov 2009 at 8:31

GoogleCodeExporter commented 8 years ago
This issue should be fixed with 1.0.3 pre4.  Please email 
tres.finocchiaro@gmail.com
if its not working.

The code to implement is:
      <param name="autoprint" value="true">
      <param name="showmessages" value="false">

Please verify.

*Note:  Version 1.0.4 will be a new API that has JavaScript, base64, special
characters (escape key) and re-printing support.  Download it now and check out 
the
sample html file if interested.

-Tres

Original comment by tres.fin...@gmail.com on 24 Nov 2009 at 3:47