Swatches problem

hello,
I have a new problem with the swatches in InDesign - something happened and now I can only see the pantone chart, but I cannot use the CMYK option.
I will be most thank full if you can help me with this...
Thanks
Nirit

Hi,
I would suggest trashing your preferences and cache (Troubleshooting 101: Replace, or "trash" your InDesign preferences) and relaunch InDesign.
Thanks
-Anshul

Similar Messages

  • Duplicate swatch problem.

    I work for a publishing company and we are running on Indesign CS. We print from Indesign and use Separations to make plates for our press. We print in red and blue ink, so we make red and blue plates.
    Our problem is that we keep getting Blue 2, Blue 3, etc. swatches added to the swatch palette. We don't know what is causing this problem because the CMYK value for the Blue 2 is the exact same as the Blue we print from.
    We use Ink Manager to make an alias as a work around, but we really want to know what causes these multiple instance of Blue to occur.
    Thanks in advance.

    I believe this JavaScript will work with CS. I use it often to merge down these kinds of duplicate swatches. I know for sure it works in CS2 and CS3.
    //DESCRIPTION: Merge Down Swatch Dupes
        ©Copyright 2006 PDS Associates
        This script must not be distributed without first obtaining written permission of:
        Dave Saunders, proprietor
        PDS Associates
        P.O. Box 127
        Allenhurst, NJ 07711-0127
        e-mail: [email protected]
    // Merges down duplicate swatches in either the active document
    // or the application defaults.
    if (app.documents.length > 0) {
      myTarg = app.activeDocument;
    } else {
      myTarg = app;
    var mySwatches = myTarg.swatches;
    var myNames = mySwatches.everyItem().name;
    myNames.sort();
    for (var j = myNames.length - 1; j >= 0; j--) {
      myParts = myNames[j].split(" ");
      if (myParts.length == 1) { continue }
      lastPart = myParts.pop();
      if ((isNaN(lastPart)) && (lastPart != "copy")) { continue }
      var mySwatch = myTarg.swatches.item(myParts.join(" "));
      if (mySwatch == null) { continue }
      mySwatches.item(myNames[j]).remove(mySwatch);
      Discussion: there are two sources of duplicate swatches and two naming schemes.
      If you bring into a document an item that uses named swatches that are present in
      the document but with different definitions, new swatches are created with names
      based on the original names with numbers appended after a space. This can result
      in very large numbers of swatches being created (I personally experienced a situation
      where importing a table resulted in over 8,500 swatches).
      However, you can also load swatches from a .ase file or another InDesign document.
      Swatches with conflicting names from the former are added with " copy" appended to
      their names. If that name already exists, a number is also added.
      This version of the script merges down either kind of duplicate to the original base
      swatch (that is, the one with the base name in the original document).
    To use the script in CS, copy and paste to a text editor and save as a plain text file with an appropriate name in the form YourName.js in the Scripts folder of the Presets folder of your InDesign CS folder (you could put it in a subfolder if you wish). Then to run the script, double-click its name in the Scripts palette.
    Dave

  • Javascript Pantone Swatch Problem

    Hello, I'm working on a script (js) which will change the color of a text to indesign-predefined swatch 'PANTONE Red 032 C'. 
    I've tried by creating a new swatch with similar CMYK, but i know it's not the way to do it as I need to use the predefined swatch only.
    I would be grateful if someone has an idea on how to tackle this.

    I think the Color Mode is restricted to RGB. CMYK, Lab, or Mixed Ink. So in AppleScript I would get the Pantone color definition and make a new color named PANTONE Red 032 C with the model as spot like this:
    tell application "Adobe InDesign CS6"
        tell active document
            try
                set cs to make new color with properties {model:spot, color value:{55.29, 72, 43}, space:LAB, name:"PANTONE Red 032 C"}
            end try
        end tell
    end tell
    Even though it's not selected from the Pantone library it functions the same way

  • CMYK swatch problem- new documents

    Hi When I open a new document in CMYK my swatches in swatch palette are showing as RGB. How do I get them back to CMYK? My colour mode is ticked as CMYK. I have rebooted and reset my workspace to my saved setting but it still doesnot default my swatches back to CMYK. Please help.
    Thanks Sue

    Sue,
    It may be time for the list, then. Presumably, you have been through 1) - 2), and I believe it is better to start with 4) and go straight to 6) if needed.
    The following is a general list of things you may try when the issue is not in a specific file, and when it is not caused by issues with opening a file from external media, see below. You may have tried/done some of them already; 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    If possible/applicable, you should save current artwork first, of course.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to at least 5 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html
    External media: It is always recommended here to open/save from/to own hard disk, and to copy from/to networks and removable media. You may be lucky (for a while), but the chances of file corruption and other unpleasantnesses are immensely greater when you use anything but the harddisk, and it is better to be safe than sorry.
    In addition to the (far greater) risk of file corruption, some issues are mentioned here:
    http://helpx.adobe.com/illustrator/kb/illustrator-support-networks-removable-media.html

  • InDesign CS3 Swatch Palette Problem

    Hi,
    I have an issue in InDesign where the "Pantone Solid Coated" library is covering any other colour book I am trying to work with, including CMYK etc. Also I have to change a colour from Process to Spot and then back to Process again to be able to name it. I havd to re-install the Creative Suite on a different computer to the one I used before, and that's when this started. I am using CS3 Design Standard on an Intel Mac 10.4.11
    If anyone has a solution, please do let me know as i have to use the programs more than 8 hours a day!
    See attached screenshot below.
    Thanks!!

    Hi Peter,
    I did, but when I put them back I had the same swatch problem again, so will
    have to re-save the settings I'm afraid.
    Thanks!
    Make copies of the files listed inthe link and store them in a safe place.
    Next time you can just copy the backups into the real locations and you won't
    need to rebuild anything.
    >

  • Help Setting Up Some Hardcore Actions

    Hey Peeps
    I'm currently trying to set up a action to take a .svg generated in html5 to a print ready eps with a spot knifeline
    So I'm running into 2 problems
    First is that I need to lock a few items so when I run a select all there not selected, but the actions don't seems to record it.
    Then next big problem is that when I import or create a names swatch the actions don't record it. Meaning when I run a batch it continually comes up with an error message of swatch not found.
    I was thinking maybe there is a way of changing the default swatches so it is already there when the file opens, But I havn't been able to crack it
    Help
    Any thoughts or work arounds would be great!!!!

    Not everything in the user interface is recordable in Actions. (Far from it, in fact.) So you have to try to devise workarounds.
    For example, depending on the specifics of your situation, you may be able to work around the missing Swatch problem by having something already residing on the clipboard that is filled or stroked with that Swatch, and that is "tagged" with a piece of text in the Note field of the Attributes palette:
    1. In a new document, create a Global Swatch, and give it a unique name (Ex: MyGlobalSwatch).
    2. Draw a simple path (an ellipse or anything). Stroke of none, Fill of MyGlobalSwatch.
    3. Select the path. In the Note field of the Attributes palette, type "TempObject".
    4. Copy the object to the clipboard.
    5. In your Action, after the step that opens the source file, include a Paste step. That will create the Swatch.
    6. At the end of your Action, include a Select Object... step that selects an object by the Note "TempObject", followed by a Delete step.
    As for locking objects that are contained in the source file, the objects of interest would have to have some attribute that is selectable by an Action and which distinguishes that/those object(s) from others. So...
    1. Find something (a stroke weight, a stroke color, a fill color) that is unique to the objects in the source files that you want to lock, and that is consistent in all the incoming source files.
    2. Use a temporary object on the clipboard as described above, to which you have applied that same attribute, and which you have tagged with a Note.
    3. In the Action, similarly include steps to Paste the temporary object. Follow that with a step to invoke the appropriate Select Same... command. Then lock the selection.
    Again, the possibilities depend on specifics of the objects involved. When you just can't devise an Action-based workaround, that's when you resort to scripting. After resorting to scripting is when you find out that the scripting model cannot access everything in the user interface, either. That's when you realize that alot of wonderful things could be done by combining Actions and Scripts for a given task. That's when you find out that Scripts can't call Actions, and although Actions can invoke Scripts, they don't do it reliably; the Action steps which invoke the scripts do not survive re-launches of the program. This bug has gone uncorrected for something like five or six full versions now.
    JET

  • Problem with swatches

    I am having trouble moving swatches into the swatch window so I can use them to fill as a pattern.  Most of the time I can move the swatch into the swatch window, but sometimes they won't work -- I've only experienced this problem with CS6 -- never in the earlier versions.  thanks

    You may have an offending element (dashed stroke, placed image). For example this one wont work
    Did you place an unfilled, unstroked bounding box behind the lines to create a pattern tile?
    Try drawing a simple rectanlge and making a pattern swatch, if that works, most likey you have an offending element.
    The reason the example I gave does not workj is the stroke is a pattern, so nested pattern.

  • Problems with illustrator CS3. loading drawings, swatches everything takes minutes

    Since a couple of days the problems started at my office. All pc's started to have problems with illustrator and photoshop. But most of all illustrator. On start-up it is quick as it used to be but when i want to load a drawing, swatch or symbol it takes minutes. I don't know if it has to do with an update or something else. I only know that it started a few days ago on all pc's but not on the mac's.
    Thanks in advance,
    Bas

    What exactly is a few days ago? The last Windows Update was on last Tuesday. Except for a .NET fix and various Office patches it did not seem to have anything critical, but it may be possible that it affects your computers. It's a far cry, though. More likely it's a virus scanner or something with your network settings, that causes erratic file opening behavior. Hard to tell without more info. your description is too generic and vague.
    Mylenium

  • Problem with swatches palette in Indesign CS4

    Hi all,
    Mac G5 dual processor OS 10.4.
    I've got a problem with my swatches palette in that the thumbnails that show stroke and fill are always blank, yet the palette still works OK.
    I don't know when this started - I am using an old LCD monitor temporarily as mine died and I thought at first that I just couldn't see it properly but I'm not so sure now.
    Any thoughts please?
    Thanks

    Fantastic Peter - thank you. I'm kind of annoyed with myself that I just didn't do this anyway as it's the first thing I tell others to do . . .
    My innate laziness is at work again!
    Mal

  • Problem creating a swatch for rich black (c50 m50 y0 k100)

    When I manually create a swatch for rich black (c50 m50 y0 k100) in Illustrator CC (17.1.0) and assign as a fill or stroke, it is getting changed back to ordinary black (c0 m0 y0 k100). That is, I create the swatch as above, select an object and click to assign the rich black swatch. The swatch appears to be assigned to objects stroke or fill as expected. However, if I then reselect that object, the rich black has been reset to the standard black – c0 m0 y0 k100. I'm sure I've done this before without a problem, but not since I upgraded to Illustrator CC. As a workaround, for the piece I'm working rigth now, I created a swatch for c50 m50 y0 k99 – as this holds. Any ideas?
    Kind regards
    Tim

    At the time I was getting the decribed behaviour, I was working on a project destined for an online print service called PrintCarrier, for which I had a particular profile based on the FOGRA39 profile: Eurostd (Coaed) 15% GCR Medium. The latter was causing Illustrator to not retain rich blacks. When I reverted to my usual profile (ISO Coated v2 300% (ECI)) rich blacks were retained – that is Illustrator behaved normally with regards honouring the rich black assignments.
    Not sure why the different profile was causing that to happen in Illustrator. I know that under the same profile in InDesign, rich blacks assigned within that application behave correctly, and don't reset as in Illustrator.
    Is this a bug getting triggered or am I missing something in the way profiles handle black/rich black?
    Kind regards
    Tim

  • Photoshop CS6 Swatches Panel Problem

    Hello,
    I appologize if this or a similar question has been answered previously, but after some searching I haven't been able to find a solution to my issue. So I run PS CS6 with the default swatches working in the painting workspace on WIndows 7. The swatches usually looked like this:
    However when I opened my file to work on today the panel suddenly looked as follows:
    I am not sure how or why this changed happened, I didn't make any changes to my preferences at all. Yesterday when I had the file open the swatches were as above and today they look like the second image. I tried resetting the swatches to default replacing the current panel, but it just resets to this order. I have even deleted the swatches.psp file in users/appdata/roaming/adobe/etc... and photoshop still opens to this order of colors. I've even gone as far as resetting all photoshop preferences to no avail. I can't figure out for the life of me how to get it back to the way it was originally. It's not a huge deal but I find it extremely annoying as I've gotten used to working with the default swatches panel order.
    So if anyone knows how I can reset my swatches panel so they look as they originally did above I would be extremely grateful.
    Thanks in advance.

    Nothing really changed other than the width of the swatches palette because it is grouped with other palettes that are wider than it's minimum size.  All the colors are still there, in the same order.

  • Problem with InDesign color gradient swatches

    I've recently upgraded to CS5 and I can't seem to create color gradient swatches in InDesign.  When I go to create a new gradient swatch in the swatches palette, it will only let me do black and white - as you can see in the pic, I can't select the stop color.
    I'm sure it's something simple that I'm missing, but any help anyone can offer would be greatly appreciated.
    Thanks!

    Clicking on a sop in the dialog doesn't work? See Replace Your Preferences

  • Problems with swatch tab - indesign 6

    I purchased in design  6 but when I am working on a page and need to change font colors the swatch tab is not activated. All my work is in red.

    Can you select the text? To affect text color you must have the T button active, and the fill proxy selected:
    To set a color for new text, either change the style definition (which will also affect existing text), or select a new swatch with no text cursor active or text selected.

  • Problem saving swatches

    I have just created  a large number of custom color swatches, using LAB to specify the colors. However, ID won't let me save them - the "Save Swatches" option in the Swatches Panel Menu is grayed out. Any ideas? CS4 with Snow Leopard.

    You may have an offending element (dashed stroke, placed image). For example this one wont work
    Did you place an unfilled, unstroked bounding box behind the lines to create a pattern tile?
    Try drawing a simple rectanlge and making a pattern swatch, if that works, most likey you have an offending element.
    The reason the example I gave does not workj is the stroke is a pattern, so nested pattern.

  • CS4: problems with swatch options

    I recently imported a new swatch library and now when I use a swatch, it stays highlighted even when I click on something that's not filled with that swatch color. In the past, when I clicked on an object filled with another swatch it would switch the highlight to that swatch. I can't figure out how to change the settings for this and it's driving me crazy! Any help would be appreciated!

    If you are keeping the imported swatch library open in a separate window this is normal. The library’s panel is not meant to be a preview or proxy for the selected object as the Swatches panel is.
    Note that I have the green path selected. The Swatches panel correctly shows it is filled with green. The Pantone Solid Coated panel has yellow highlighted because that is the last swatch I used from that panel.

Maybe you are looking for