Super slow printing  dialog box with  10.6?

When I click on print it now takes almost a minute to get the printing dialog box up - Any suggestions? I deleted and re-installed newest drivers. I have a Xerox 8560

No answer here, just thought I'd say you're not alone. I was cruising the forum to find an answer for the same issue. I upgraded our G4 based mini's running 10.4 to the newest Intel Mini with 10.6. Now print jobs that finish in seconds on the old machines take 5 - 6 minutes. I've loaded the most recent drivers from Xerox, but no change. I have a support call in to Xerox and will post back if they can fix this.

Similar Messages

  • Opening print dialog box with "Selection" printing enabled

    Hi all,
    I have a JTable in which I wan to print only selected rows. When I open the Print dialog box using printDialog() method of PrinterJob, the dialog opens with "Selection" option disabled.
    How can I enable this option ?
    How can I print my selection using the standard Print Dialog ?

    This I know.
    Let me refrase my question:
    I have a table with selected cells (Rows Cols
    whatever ...) I wish to open the print dialog box
    with Selection radio button enabled, such that when I
    will check it and click print, the selected table
    cell get printed.This I had understood.
    Let me refrase my reply:
    If you simply print a new table containing the selected data
    then you don't need to have the Selection radio button enabled
    in the print dialog box.

  • Printer Dialog Box with No. of copies & Print Range.

    I am trying to print a report(oracle) from a form (using a custom PRINT button) and wanted the printer dialog box to appear, for which I used the "WIN_API_DIALOG.SELECT_PRINTER(prtname, port, true)" API in the "When button pressed trigger".
    But this API only takes care of a printer change, my issue here is how do I capture the changes pertaining to Orientation, Number of Copies, Print range etc. I know there is the "Properties - Advanced" option in the printer dialog box but changing values there doesn't help, as I had already mentioned the API passes only printer name.
    So, if any one has faced a similar issue and has a solution,
    PLEASE RESPOND IMMEDIATELY !!!
    Thanks

    Unfortunatley there is no way to give Forms that information. The printer dialog in D2kwutil is only designed to get the printer name / port, none of the other information. Even it it could Forms does not expose an API to effect the PRINT; built-in.

  • [JS][CS3] Print DIalog Box with ESCAPE

    I am using document.print(true) in my script.
    Is there a way to catch if the user pressed "CANCEL"? So I can keep track of how many prints were "skipped"
    Thank you, Alex.

    Just a quick illustration of how useful APID is:
    My wife still uses CS2 at work. We have a Riso digital duplicator which
    we use for printing booklets, invitations, etc. When printing from
    InDesign to the Riso machine, color management must be off or the blacks
    get printed as dark gray (about 95% line screen). Well, I tried to help
    out by printing a booklet, and like usual, I messed up and forgot to
    turn off color management. (I'm really good at messing things up!) ;)
    I decided to put an end to this problem, and create a solution which
    would always cause InDesign to send to this printer (only) with color
    management turned off. It took me a total of maybe 15 minutes...
    // DontManageColorForRiso.jsx
    // This script should be in the same folder as the document
    DontManageColorForRisoSourceCS4.indd
    // It is automatically called by the DontManageColorForRisoController
    page item.
    //events: docPrintConfigured,docPrinted
    // Header - matches anonymous function trailer at bottom
    (function(thePlugin)
    main();
    function main(){
    var theEventCode = thePlugin.eventCode;
    var doc = GetDocFromPageItem(thePlugin);
    switch(theEventCode){
    case "docPrintConfigured":TurnOffColorManagement(doc);break;
    case
    "docPrinted":app.colorSettings.enableColorManagement=true;break;
    function TurnOffColorManagement(doc){
    var printer = doc.printPreferences.printer;
    if(printer.constructor.name!="String"){return}
    printer=printer.toLowerCase();
    if(printer.match(/riso/)){
    app.colorSettings.enableColorManagement=false;
    function GetDocFromPageItem (pageItem){
    var guid = app.callExtension(0x90B6C,10014,pageItem);
    return app.callExtension(0x90B6C,10009,guid);
    // Trailer - matches anonymous function header at top
    )(theItem);
    Harbs
    http://www.in-tools.com

  • How to set print dialog box to sync with applications

    Dear all
    I am using different applications, such as photoshop, lightroom, etc. All these applications have their propper print dialog box with enhanced settings.
    BUT
    after hitting the print button, my computer takes me always to the mac print dialog box, where again I can set different things: I can set paper quality, paper format, the colors...
    to me it seems that the settings I have chosen in the application print dialog box are getting erased by this second set of (OS X) print-settings.
    WHY DO I NEED TO GO THROUGH TWO PRINT DIALOG BOXES?
    Can I omit the OS X print dialog?
    Or am I missing something?
    many thanks for your help,
    Hynek

    Thank you for this reply.
    I will work around it with presets.
    but just to understand this: *which dialog box is the one setting the printer* (when for example using photoshop)? is it the first dialog box, i.e. photoshop print dialog box - or is it the osX print dialog box?
    if it is the second, I can skip the photoshop-one... ?
    or do I need to experiment with a combination of both?
    greetings,
    Hynek
    p.s. I know, it is a rather late reply. But we became parents 7 months ago, and time at the moment just flies by...

  • Print dialog box code with scale to paper size option

    Can anyone tell about the java code that can be used to generate a print dialog box with "Scale to paper size" option.

    manual wrote:
    The path given does not match my installation (i.e. no "Xtras" folder).
    The 'Xtras' folder has nothing to do with Adobe Reader (nor Acrobat); that is part of Shockwave Player.

  • Corrupt Print Dialog box

    I recently upgraded Reader to XI and am now getting this corrupt Print Dialog box when I try to print a pdf from within IE10.  Has anyone ever seen anything like this? Windows 8, IE10, Reader XI

    I have 600 users at my company that get the garbled print dialog box with Adobe 9 and IE 11. I used Group Policy to turn on Protected Mode for the Internet and Intranet and now the print dialog box works. Here is where you can find the setting on local group policy (for testing if you are in corporate environment).
    Computer Configuration->Administrative Templates-->Windows Components->Internet Explorer->Internet Control Panel->Security Page. You will then go to Internet Zone or Intranet Zone depending on your needs and then Enable "Turn On Protected Mode". Run a gpupdate from command prompt. Hope this helps.

  • Print Dialog Box using jdk1.4

    Is there a way to bring up print dialog box in jdk1.4. I am using the new api( javax.print.* ) for printing. But dont know how to get an interface to the Dialog Box.
    thx
    K

    Our printing functions (PrintCtrl, PrintPanel, etc.) will bring up the print dialog if you select to show it in the function call. If you weren't using our print function, you can bring up the Windows print dialog box with the Windows SDK function PrintDlg. Consult SDK documentation for help with this function.
    Best Regards,
    Chris Matthews
    Measurement Studio Support Manager

  • Using the print dialog box of Windows

    Hallo,
    how can I use the Windows printing dialog box for selecting a printer ?
    (I use LabWindows 5.0.1)
    Regards HGalle

    Our printing functions (PrintCtrl, PrintPanel, etc.) will bring up the print dialog if you select to show it in the function call. If you weren't using our print function, you can bring up the Windows print dialog box with the Windows SDK function PrintDlg. Consult SDK documentation for help with this function.
    Best Regards,
    Chris Matthews
    Measurement Studio Support Manager

  • How to print a dialog box with all its components ?

    Hi !
    I've written an application.It has a dialog box [JDialog] containing following components:
    1) 2 JLabels.
    1) A JTextField.
    3) A JTable with some values.
    4) A JProgressBar.
    5) A JButton.
    6) An animated gif image.
    I want to print the dialog box with all its components exactly as the are [ Except the button & animated gif ].
    Would anybody please help me?
    My Operating System: Windows XP

    The article over at http://java.sun.com/developer/technicalArticles/Printing/Java2DPrinting/ has some helpful information on printing Swing components.
    It suggests creating a subclass of the JComponent that you want to print, and have it implement Printable interface.
    So, something like (note, uncompiled / untested code alert) :
    import java.awt.Frame;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.HeadlessException;
    import java.awt.print.PageFormat;
    import java.awt.print.Printable;
    import javax.swing.JDialog;
    public class PrintableDialog extends JDialog implements Printable {
          * Or whichever constructor you need...
         public PrintableDialog(Frame owner, String title, boolean modal) throws HeadlessException {
              super(owner, title, modal);
          * Implementation of the Printable interface.
           public int print(Graphics g, PageFormat pf, int pageIndex) {
              if (pageIndex != 0) return NO_SUCH_PAGE;
              Graphics2D g2 = (Graphics2D) g;
              g2.translate(pf.getImageableX(), pf.getImageableY());
              getContentPane().paint(g2);
              return PAGE_EXISTS;
    }Cheers,
    John

  • ID CS5 (7.0.4) painfully slow opening print dialog box

    I've been having this issue for quite some time and finally getting around to finding out what's going on.
    I counted 38 seconds between the time I hit Control-P, and the time the print dialog box opens up. ID looks like it has hung up until it finally opens the print dialog box.
    Edit: meant to say that my documents are all very simple text-based pages with a simple letterhead graphic file embedded, 5-6 pages usually.
    Any suggestions on how to fix this, such a lot of wasted time waiting.
    Thanks!
    System: Windows 7, 8 GB Ram
    ID CS5 7.0.4

    That would be MY first step. It takes no real time and will eliminate it as a possibility. Next thing I would do is trash prefs: see Replace Your Preferences
    If neither of those works, I'm not sure what I would do next...  Perhaps have a look at what else is running that could be slowing things down.

  • Why with Safari do I keep getting a slow script dialog box?

    When using Safari I constantly get a slow script dialog box. How can I fix this problem? It has been happening for two or three days now. It makes every thing I do, watch take so much longer.
    Please help!
    Idashuman

    get a script blocker soonest! Install and set ... Javascript Blocker is a good one and comes with a pretty good blacklist set default.

  • Print VI at completion, with a print dialog box??

    I'm trying to print a VI at completion, and want the user to be able to choose which printer they want to print to. Is there a way I can open the print dialog box from Labview??? (I'm relatively inexperienced with the program) Thank you!

    Not that I know of directly from LabVIEW. You could write a C code
    wrapper DLL that calls COMMDLG.DLL (the windows common dialog API
    calls) to give you the print dialog, or could write write an MFC DLL
    that uses a CPrintDialog.
    If you use MFC, then you will be writing C++ and will have to make
    sure to watch out for "decorated" names by by using the extern "C"{ }
    declaration around your function and explicitly declaring your
    function in your .def file
    Douglas De Clue
    LabVIEW developer
    [email protected]
    "Liz F." wrote in message news:<[email protected]>...
    > I'm trying to print a VI at completion, and want the user to be able
    > to choose which printer they want to print to. Is there a way I can
    > open
    the print dialog box from Labview??? (I'm relatively
    > inexperienced with the program) Thank you!

  • I've developed the problem that when I click on something I get a dialog box with a mess of stuff such as: Back,re;oad page ,Open in dashboard ,print page, etc. It's quite annoying!

    I have a problem that when I click on something I get a dialog box with Back,Reload page, Open in Dashboard,View Source Save page as ETC. I don't get the normal or expected respose to a simple "click". Another problem. For some reason the back and forth arrows it the tool bar of Safari have shifted from the upper left hand cornor to the uuuer rihht hand cornor.

    Something is seriously wrong then.  Did you move it?  There are several Library folders.  One of them should be inside your HOME folder.
    If WZZZ suggestion does not work, re-install your OS by using Mac OS X 10.6.8 Update Combo.  When done, repair permissions and restart your computer.

  • KB2909210 on Server 2008 R2 breaks my intranet sites and print dialog box

    Let's try this again.  I have been asking the following question of Microsoft and every time I do, I have only been told to try another forum.
    I have several intranet sites that my users use for various data entry and querying purposes.  I installed Internet Explorer 10 onto my 2008 R2 Terminal Server over this past weekend (10/18/2014) which also installed the Security Update KB2909210
    and rebooted the server.  On Monday morning (10/20/2014), when my terminal users logged into the sites, the sites began malfunctioning.  All the dropdown arrows turned into question marks.  Some fields which normally have a small "x"
    on the right-hand side used to erase the data entered in the text field were also displaying as question marks.  The objects still functioned but it was disconcerting to my users.  The update also slowed down these same intranet sites to where it
    began interfering with productivity.  I activated Compatibility View for all intranet sites, but it did not resolve the problem.
    I also found that when my terminal users tried to print a pdf document from the intranet sites, the print dialog box was jumbled and no fields were pre-populated with data like they always are when printing.  I updated to the latest Adobe Reader, but
    the print dialog box remained jumbled. 
    All of my users with stand-alone PCs have IE 10 installed and the intranet sites work fine.  The sites display properly and process quickly, and the print dialog box is not jumbled.  It is only my terminal users who log in from a thin client
    to their profiles on the server and use the IE version installed on the server who have the problem with IE10.  The KB2909210 Update is not installed on, and does not come up as, an update for any of my stand-alone Windows 7 PCs.
    I uninstalled IE 10 from my server, but since this was one of my production servers, I could not restart it until after the plant was shut down for the evening forcing my users to suffer with the slowness for the day.  This morning (10/21/2014) the
    intranet sites are working fine through IE 9.  I also had to revert back to Adobe Reader v9.5 as the v11 (and v10) print dialog box does not display properly in IE 9.
    I do not want to stay on IE 9 on my server as IE9 gets more un-secure by the day and we've found IE 11, on any of our machines, to be too buggy.
    How can I install IE 10 with its security updates and prevent it from breaking my intranet sites and print dialog box?  What is so different about Server 2008 R2 and Windows 7 that IE 10 causes this corruption of intranet sites and the print dialog
    box on the Server but not on the Win 7 machines?
    The bulletin here:
    https://technet.microsoft.com/library/security/ms14-011
    is useless for determining why it breaks my intranet sites. Nor does it explain why the update destroys the print dialog box.

    Hi,
    In my opinion, it's hard to say your problem caused by KB2909210. Have you tried to uninstall this update for test if your intrant site's problem resolved?
    If your problem truthfuly caused by this updates, you can choose to hid the update as a workaround method.
    Roger Lu
    TechNet Community Support

Maybe you are looking for