in

Quark Forums

Registration Black !

Last post 09-10-2009 7:55 AM by Emma. 9 replies.
Page 1 of 1 (10 items)
Sort Posts: Previous Next
  • 09-10-2009 4:01 AM

    Registration Black !

    Having an issue with Quark8, it seems that all of my Quark6 Templates that i had saved (100's of different sizes) when I open them up in version 8, the default colour is now Registration Black instead of regular "Black" , this has caused me some headaches with jobs that are 2 colour (say red and black), when they get sent for plates the registration is obviously coming out on the red plate !

    Is there a way to set the default colour in quark to just 'Black' instead of registration ? ?

    Thanks

  • 09-10-2009 5:41 AM In reply to

    Re: Registration Black !

    Open up the application (without creating a new document or, opening an existing) and go directly into Edit>Colours and you should be able to change it there.
  • 09-10-2009 5:44 AM In reply to

    • Emma
    • Top 10 Contributor
    • Joined on 07-07-2004
    • Leeds, UK
    • Posts 1,194

    Re: Registration Black !

     But Dave that will only change it for future documents - not solve this problem will it?

  • 09-10-2009 5:51 AM In reply to

    Re: Registration Black !

    There is no fix for that though is there? Unless it's either a clean reinstall of Quark or, change all his newly opened files manually oh, and keep the fingers crossed!!!
  • 09-10-2009 6:04 AM In reply to

    Re: Registration Black !

     Well seems like there is no quick fix.

    Basically I am just working my way through each document (saved as a template) and then clicking on the 'Normal' section in the 'Style Sheet' Menu and clicking 'Edit' and then changing the default colour from Registration back to Black and then re-saving.

    Little time consuming but as we use these Templates all the time I would rather go through and do them all at once rather than have to check each time I open one.

    Cheers anyway guys.

  • 09-10-2009 6:08 AM In reply to

    Re: Registration Black !

    No worries. I bet Emma is working on a script for you right this minute ;-)
  • 09-10-2009 7:12 AM In reply to

    • Emma
    • Top 10 Contributor
    • Joined on 07-07-2004
    • Leeds, UK
    • Posts 1,194

    Re: Registration Black !

     Er, yes, I was actually! Stuart, have you any experience of Applescript?

     If you paste the following into a blank applescript document, and save it as an application, you should be able to drop Quarks onto it and it will change the colour of the Normal paragraph style to Black.

    Test it first on a couple of documents you've set up that don't matter!!

    Just thought - it may be that what I should have done is changed the colour of the 'Normal' character style... Let me know if so, and I can change it (or you can have a go!)

    If this is all gibberish, email me and I'll try and help. Bit busy with work at the moment but will try and reply!

     

    OK, here's the script:



    on open docList
         set x to 1
        
         repeat number of items in docList times
             
              tell application "QuarkXPress"
                   open (item x of docList) use doc prefs yes remap fonts no
                   tell document 1
                        set color of character attributes of style spec "Normal" to "Black"
                        close saving yes
                   end tell
              end tell
             
             
              set x to x + 1
         end repeat
        
    end open


     

     

    Emma

  • 09-10-2009 7:14 AM In reply to

    Re: Registration Black !

    See? Told ya! ;-)
  • 09-10-2009 7:39 AM In reply to

    Re: Registration Black !

    That is brilliant, just saved me a ton of work :-)

    Owe you a big drink !! Drinks

    Thank you.

    Stu

  • 09-10-2009 7:55 AM In reply to

    • Emma
    • Top 10 Contributor
    • Joined on 07-07-2004
    • Leeds, UK
    • Posts 1,194

    Re: Registration Black !

     Phew. Day full of major stupidness so glad to have done something right. Thanks for virtual drink. Hic.

Page 1 of 1 (10 items)
Powered by Community Server (Commercial Edition), by Telligent Systems