Illustrator :: How To Unlock A Swatch On CS5
Apr 11, 2013
I opened a PDF in Illustrator and it has 4 Spot color swatches. Two of them will not delete or let me alter them and I need to change them to CMYK. I've tried reopening the document, restarting my computer and copying and pasting everything into a new document. Nothing has worked for me. I've also tried selecting everything, and going to Edit > Edit Colors > Convert to CMYK ... and then making a new color group (with global checked.) Still won't let me edit the two problem swatches. I then went to "Select all unused" from the swatch panel (thinking they would at least get selected because all of the colors should link to my new global color group) and the two problem swatches did NOT get selected. I've tried deleting all the links (thinking maybe the spot color was tucked in an eps file or something.) No objects are locked and none of the layers are locked.
View 6 Replies
ADVERTISEMENT
May 12, 2013
I am running a script that batch places the name of the document in the image and then saves the document, for all documents in a foder.However, it refuses to place this text, as the target layer is initially locked. So I am looking for a piece of script that I can add to this script which will first unlock all the layers in the document.
View 3 Replies
View Related
Aug 10, 2009
I am working in Illustrator CS4 and I am currently having a problem resizing text boxes to either enlarge them to add more type or reduce them to eliminate unused space within the active box. When I place the cursor on the corner of an active box, I get a square symbol instead of an arrow which would indicate that I can change size. All I can do with the cursor now is move the position of an active box.
View 6 Replies
View Related
Dec 12, 2013
I am using Illustrator CS6 and if I click on one of the file menus ("File", "Edit", "View", etc.) if I want to open another menu without closing the previous one I have to click on it, while the default behaviour for other applications is for the menues to follow the mouse cursor, so how do I make it so that if I open the "File" menu and mouse over the "Edit" menu, the "Edit" menu would become open?
View 7 Replies
View Related
Apr 28, 2012
I've written a snippet that will unlock sub of sub layers up to 10 layers deep. It works fine; however I'm wondering if there is a better way to do this? I don't know that 10 is the maximum of sub layers I'll need to unlock but it's a fairly safe guess. I'd like to be more efficient and know that no matter what the layer structure of the file my script has unlocked any and all sublayers.
Is there a different approach or way to think about this problem where you can script for a potentially endless number of sublayers, and subs of subs, etc.?
var doc = app.activeDocument;
var layerCount = doc.layers.length;
for (i=0; i<layerCount; i++) {
var currentLayerI = doc.layers[i];
var layerCountII = currentLayerI.layers.length;
for (ii=0; ii<layerCountII; ii++) {
[Code] .....
View 4 Replies
View Related
Nov 10, 2013
I have downloaded some of Ian symbols which is a zip file and Safety Nut 10° thru 55°. How do I place these files in Illustrators Swatch Libraries. The Safty Nut file has installed itself somewhere?? If I double click on the folder Illustrator starts up an the nuts are there in a window but when I close Illustator and restart Illustratior and look for it in the swatch folders it dose not show up?
View 1 Replies
View Related
Apr 15, 2011
I frequently use Pantone solid coated colors in my work, and have to open that palette anew each time Illustrator has been restarted. I know that in CS4 I could keep that palette available, but I haven't been successful doing the same in CS5. I have saved my workspace, but the Pantone palettes disappear when Illustrator quits.
View 16 Replies
View Related
Oct 10, 2012
Swatches Swatches Read-only. The swatches in this document.
Deletes a swatch from the current document
Set appRef = CreateObject("Illustrator.Application")
Set documentSwatches = appRef.ActiveDocument.Swatches
Set swatchToDelete = documentSwatches(5)
swatchToDelete.delete
How am I supposed to be able to make changes to the swatches collection - it is read only...
Not supprisingly I have failed to implement this in C-sharp
View 5 Replies
View Related
Jul 3, 2012
I can not delete some of the swatches (PMS colours) from the dock. I've tried to search for any artwork that may contain the colour, but I could not find anything. When I open Swatch Options it only lets me change Color Mode. Swatch name and color type are greyed out no matter what color mode I choose. I've tried to copy and paste the artwork in a new document, restart Illustrator but the problem persist.
I work on Mac OS x 10.6.8..
View 2 Replies
View Related
Jul 19, 2012
How do I redefine a swatch color?
View 4 Replies
View Related
May 10, 2013
swatch that I have created in illustrator. Once the swatch is applied as a fill there is a white line surrounding the original pattern. I have read other blog posts about the issue that state that the lines are just on screen and dissapear when you export as a PDF and when you print. I printed the design today at three different scales (100%, 40%, 20%) and all showed a white line but only on the horizontal axis. Both horizontal and vertical lines are visible when exported as a PDF. The original design is vector.
Here is a screen shot of the design from my computer:
Here is a photo of what the design looked printed (notice that the white lines are ony visible on the vertical axis):
View 5 Replies
View Related
Mar 21, 2013
Using CS6 on a MacBookPro
I'm creating a swatch group in my swatches panel and I can click and drag any color in the swatches panel to my new folder. But it won't let me click and drag the custom gradients into this folder. How do I add my new gradient swatches to the swatch group folder in the swatches panel?
View 5 Replies
View Related
Aug 5, 2013
I wanted to save a pattern swatch and not the whole swatch library so I deleted all the swatches until it was just the one pattern swatch. I saved it as an .ase and then opened it in another document. I noticed however that when I open the pattern in the other document it shows the default swatch library and no pattern swatch. When I save the swatch as an ai. it opens the default library as well as the pattern swatch. Is there a way to save just the pattern swatch?
View 1 Replies
View Related
Dec 18, 2013
When I go to "swatch options" and choose at "color mode" RGB mode, which RGB mode is it? sRGB, AdobeRGB,...
View 4 Replies
View Related
Aug 30, 2013
We just got illustrator cs6 in our office. I was given a book and told to learn it, but WOW, it is not easy.
I feel like an idiot asking a question that should be basic, but I swear I have been seaching all over the place and can't find the answer.
View 2 Replies
View Related
Jul 31, 2013
I have an issue with Illustrator CS6, running on 10.6.8. I'll have an object selected, and I'll be using my Swatches panel to edit the colour of the object's fill, let's say. Then I will want to edit the colour of the stroke – as soon as I hit the stroke square in my toolbox, the Swatches panel disappears and the Color panel jumps out instead. I have to close the Color panel, and then reopen the Swatches every single time. Workspace: "Essentials" I don't have the Auto Collapse Iconic Panels on...
View 1 Replies
View Related
Feb 11, 2014
Is there anyway in JavaScript to replace one swatch with another?
I've seen other posts where similar questions have been asked, but the solution seems to involve iterating over all the pageItems, testing and then changing the fillColor.
All I want to do is delete/replace a specific color. Say replace Yellow with Green.
Is there a way of doing this without recursing through all of the page items?
View 3 Replies
View Related
Feb 28, 2012
I'm needing to loop through each character of a text frame and check the color of each character. Is it possible to get the swatch name of each character? Or can you only get the red, green, blue values?
I've been experimenting with:
app.activeDocument.textFrames[0].characters[3].characterAttributes.fil lColor.typename;
// Returns SpotColor
But I can't figure out how to get the swatch name of the character this way?
View 2 Replies
View Related
Jun 3, 2012
I have been using the confetti graphic in the Celebrations swatch, but when I came to use it today, it seems to have changed, it used to be small square and star colored shapes, but now is just larger stars - what has happened?
View 1 Replies
View Related
Dec 13, 2012
I am reading a tutorial for Adobe Illustrator CS6 that was written for CS5 version and I am at a point where the author uses the 'Mayan Bricks' pattern.
(He says that it is located in Swatch Library > Patterns > Decorative > Decorative_Primitive).
The problem is that in CS6 version there is no Decorative_Primitive folder.
View 4 Replies
View Related
Feb 9, 2014
Is it possible to make changes to the default color swatch and have those changes appear as the default color swatch whenever you open Illustrator CC?
View 1 Replies
View Related
Nov 13, 2013
I am working in Adobe Illustrator CS6 and InDesign CS6.
When I create a swatch using Pantone colour books (solid coated) and then convert the swatch to CMYK the values differ between programs and also differ to my hard copy of Pantone Colour Bridge.
I have followed the Workaround 1 on [URL]...which was useful - now the CMYK values produced in Illustrator and InDesign match HOWEVER they still differ from my hard copy of Pantone Colour Bridge.
I copied the leagacy files from CS4 - is it possible the CMYK values embedded in these files are out of date or is it possible that the CMYK values in the Colour Bridge book have since changed?
View 5 Replies
View Related
Jan 17, 2014
I have a big custom swatch library that I'm continually making additions and corrections to. I have it set as persistent, and the library works fine, but it doesn't update when I make changes to it. As far as I can tell, it's still stuck at the point where I upgraded to CC a few months ago. I've tried unchecking persistent, closing the library and Illustrator, then reopening and reinstalling the library, and it's still reverting to the old version.
View 2 Replies
View Related
May 9, 2013
In Illustrator CS4. I want to create a repeating pattern, using a swatch. I've done this before succesfully but not sure why this one isn't working as planned.
The small image at the bottom (just the area inside the artboard) is the spacing I want between the characters, but the pattern at the top is what I get.
View 3 Replies
View Related
Mar 20, 2014
Example simple dotted pattern. Is it possible to create swatch so that color can be easily changed afterwards.
Like I can create pattern brush, so that colour is changeable with any colour in my palette.
View 1 Replies
View Related
Mar 18, 2014
Once I have created and saved a custom swatch library - lets call it "custom"
How would I add a new colour to "custom" - or edit a colour value in "custom" - is this new swatch library locked?
View 1 Replies
View Related
Dec 22, 2013
How do I use the arrow keys with the paint bucket to contain only a select portion of colors from a color group in the swatch panel? I create a color group, but when I arrow right or left, it uses a couple colors, then it jumps all over the place.
View 2 Replies
View Related
Sep 16, 2012
I know how to create swatches i made some other animal prints (leopard/cheetah). I also made straight line type of pattern swatches.
I don't know how to approach making zebra print swatch, because:
1. the zebra lines are not straight
2. some go all the way through the whole swatch and others stop half way or quarter of the way.
So it is really not like making a cheetah print swatch or a straight line type of pattern swatch.
View 1 Replies
View Related
Jul 10, 2012
When I drop a swatch color on a gradient, it doesn't link to the swatch color like in a solid fill.Nevermind the UI inconsistency with this behavior, since Adobe probably doesn't care, but how do I get around this?
Creating a Swatch from the gradient is not a solution for me, as I use the same base color in different gradients.
View 2 Replies
View Related
Mar 10, 2014
I can't find this swatch in my Solid Coated library. How can I get this color?
View 1 Replies
View Related
Sep 13, 2012
My workplace works with both Digital and Print work and I wanted to know if how we're adding Pantone swatches is correct.
I'm using CS6 and I open the Pantone+ Swatchbook and add the Swatch from there. The Swatch is in the LAB Colour mode and I have "Use Lab values..." selected in the Spot Color Options Dialog.
My colleague, using CS5, opens her Swatches panel and selects New Swatch > inputs the CMYK Colour values from the Pantone+ printed book > selects Spot Color from the drop-down.
We're both working on the same documents, so when I open up her file, her colours look off to me. Specifically, Pantone 497 C - my brown is looking a red compared to her brown which is darker. When I open up my Swatch and change my Colour mode to CMYK, the values are completely different.
We'd like to understand which one of us is doing it wrong and which way we should go to streamline the colours to ensure that we're using the correct Pantone?
View 2 Replies
View Related