Illustrator :: Why Do Layers Disappear From Template / When Open It As New Document In AI CS5

Dec 16, 2013

I created a template and placed it in the Graphic Styles folder. When I use the New command and select the new template from Graphic Styles, the Guide layer disappears. When I double click the template to open it the guides are there. Why is the guide layer getting stripped out when I use the New command? I want to avoid opening from template everytime.
 
The weird thing is that I had a template that was opening with guides until I made some changes to it. Now it doesn't work either.

View 6 Replies


ADVERTISEMENT

Illustrator :: Template Set Of Shapes In A Document

Jan 26, 2013

I'm building a product catalog which contains a few hundred products + descriptions.In the case that I want to make a design change to the layout of a product/description combo, is there a way that I can make that change to all product/description elements.Can I template a specific set of shapes/ fonts so that 1 change effects all of them in the document.

View 3 Replies View Related

Illustrator :: DWG Files In CC - All Layers Disappear

Nov 1, 2013

when i open a 2007dwg file in illustrator cc, all the layers disappear and all the drawing is put in one layer and group.

View 2 Replies View Related

Illustrator :: How To Create New Document With Multiple Artboards Of Certain Template

Jul 10, 2013

How do i create a new document with multiple artboards of a certain template?

View 1 Replies View Related

Illustrator :: Layer Name / Layers Panel Tool Icons Disappear

Mar 3, 2013

The 'Template' checkbox gets activated in Layer Options dialog box, and the box gets closed, then, the Layer name and several icons at the bottom of the Layer Panel disappear.The Layer is still there without a name, and rolling over the icons on the Layers Panel I can see the Tool Icons.Illustrator Prefs were trashed/restored using the Opt-Shift-Command restart shortcut.

View 2 Replies View Related

Illustrator :: High Raster Effect Resolution In Large Document Makes Effect Disappear

Feb 18, 2013

I'm making some graphics to be printed on a car. I have some lines with outer glow on them, but Illustrator won't render these unless I use 72DPI in raster effects reslution. I would like to go higher, but it won't give me anything. Guessing it's to heavy for Illustrator maybe? Is there anything I can do about this? I'm making my graphics in 1:1 scale, but I do it in a lower scale since it's just vector art anyway, however how would that effect my glow? Since it's a raster effect.

View 9 Replies View Related

Illustrator :: Dim Function In Template Layers

Sep 12, 2012

After creating a template layer and making sure 'dim 50% was selected' no dimming occurred in the placed template image. How do you get this function to be active ni CS 6? It always worked in CS5.

View 6 Replies View Related

Illustrator :: Copying Layers From One Document To Another

Oct 9, 2013

using Cs6, locked down all the layers I didnt want to copy across, select all, copy .. new document select paste remembers layers, paste in front, all layers beautifully copied but I cant see any of them on the artboard, only in the layers panel.  There is nothing on top of the layers.

View 4 Replies View Related

Illustrator SDK :: Document Becomes Unsaved After Exporting Layers As JPEG

Mar 11, 2011

I've wrritten a plug-in to export the layer as jpeg.everything is fine except that the  current document becomes unsaved after exporting the layer.
 
I want to know that it use to be so  or  I'm wrong anywhere?
 
the process which I followed ---
 
1-) Created an empty Artset and filled it with layer contents.
2-) Then Rasterize the Artset.
3-) Then created a data filter containing the path where to export.
4) Then used AsJPEG( ) to create jpeg.

View 2 Replies View Related

Illustrator Scripting :: Convert Layers In Document To Artboards?

Sep 24, 2013

Script which would convert the layers in a document to artboards? At present I have a lot of documents with a couple of hundred layers on each of them, but I've decided to change the way that I organise my workflow and started using artboards instead. I don't really have the time to spend moving them individually from a layer over on to an artboard as there are a lot.

View 1 Replies View Related

AutoCad :: Import Layers From A Template To Drawing With Different Template

Jun 9, 2011

Can you import layers from a template to a drawing with a different template

View 3 Replies View Related

Illustrator :: Change Default Highlight Colors For Layers In New Document?

May 30, 2013

Can you change permanently the default highlight color(s) for layers in new documents? CS6

View 2 Replies View Related

Photoshop :: Illustrator Document Only Open At 72dpi

Aug 20, 2013

I'm trying to open an Illustrator document in Photoshop. It will only open at 72dpi, but I want it to be actual size, at 300dpi. How can I change this?

View 2 Replies View Related

Illustrator :: Open Document Continually Goes Inactive

Sep 11, 2013

I understand that CS Live is dead, but my Illustrator CS5 seems to be always "phoning home" and making my current document inactive until I click on the Illustrator desktop.  This happens any time I pause using Illustrator for just a few minutes. Is this really a CS Live issue?Is there a setting that will keep my open Illustrator document from going inactive on me?

View 3 Replies View Related

Illustrator Scripting :: Create New Document With Profile And Multiple / Named Layers?

Mar 27, 2013

I can't figure out the proper commands to fill out and complete the script below. What I am trying to do is:
 
- Create a new document using one of the Profile presets (or have the New Document dialogue open so I could select the profile, size and bleed)
- Make 3 layers, each with a diferent name
- Create a rectangle the size of the artboard on the bottom layer, with a swatch stroke and no fill
- Create a rectangle the size of the bleed on the middle layer, with no stroke or fill
 
Like I said, I haven't gotten far at all. I've read through the basic scripting guides and I'm just not understanding all of the language needed to string things together.
  
tell application "Adobe Illustrator"
make new document
set topLayer to make new layer ¬
at beginning of document 1 with properties {name:"Vector"}
set bottomLayer to make new layer ¬
at end of document 1 with properties {name:"Through Cut"}
end tell

View 6 Replies View Related

Illustrator :: How To Open Files As Layers In Open File

Mar 1, 2013

I'm working with both Photoshop and Illustrator CS6 on a mac. I'm creating a graphic. The background is a (cartoonish) mouth and I finished it a couple of days ago. (It's an Illustrator file.) I've been working on the letters to go inside of the mouth, (Once I'm finished it'll look as though they're being crushed.) I scanned and edited small wooden letters in Photoshop, and now I would like to work with them with the background in Illustrator. I understand how to open a Photoshop file in Illustrator, but I don't want to open the document as a separate Illustrator file. Is there a way to open a file from Photoshop as a second layer?
 
Some of the letters repeat as well. Will I have to create two files for this, or can I open the same file twice?

View 1 Replies View Related

Illustrator Scripting :: Open Multiple AI Files Produce Error In Palette (8702 - No Document)

Aug 12, 2013

I try to open mulitple ai files through palette dialog but it fails on Error:8702, there is no document. But if i change to var win = new Window ("dialog", "Batch"); the open file works well. 
 
var txtSourceFolder =  win.add("edittext",undefined);
var btnOk =  win.add("button",undefined,"Run");
btnOk.onClick=function(){
try

[Code] ....

View 2 Replies View Related

Illustrator :: Layers Are Open At Start?

Feb 25, 2013

The sublayers are all open when I open the document. I DREAD closing a document because I have HUNDREDS of layers that I have to close. Is this BUG really something that has been around for YEARS like others are saying?

View 1 Replies View Related

Illustrator :: Layers Won't Collapse Or Open?

Mar 6, 2013

Illustrator running very slowly, problem with layers. Nothing happens when clicking on triangles to open and collapse layers. Can turn them on and off by clicking the eye. Can also create new layers and delete things.
 
Working in windows 7, but switching between personal Mac OSX. Both running Illustrator CS6 trial version with vectorscribe plugin. Also using wacom intuos 4 tablet. Have intermittently saved as .pdf. Problem first occured when working on mac.

View 3 Replies View Related

Xara :: Save Template From Working Document

Mar 22, 2011

I have a working document, part of which should become a template for similar docs.

However the part that should become a template is not all that is in the document.

I guess I can turn off the eyeball of all layers or objects not meant to be part of the template but then the template will have all the extra junk in it (turned off).

Is there a better way than saving a copy of the doc, opening it and deleting all that is not meant to be template, then resave as template?

View 1 Replies View Related

Photoshop :: Layers Are Getting Disappear?

Sep 30, 2013

Sometime when I am using my photoshop to work on a webdesign project, my layers disappear. Not in my composition but in the layers window.
 
I can make them come back when I use the select tool with Ctrl + click, but only one by one. The only way to avoid this problem is to close my psd file and to reopen it, it is a little bit swelling...
 
how to solve it?My conf : Mac Book Pro no-retina 15" with BootCamp Windows 8, Photoshop CC.

View 7 Replies View Related

Illustrator :: Cannot Open PSD File To Layers In CS6 For Editing?

Mar 27, 2013

I need to edit a Photoshop PSD file that has layers.
 
I believe vector lines can be edited in Photoshop but I only have PS Elements and can only edit the text.
 
I do have Illustrator CS6 but when I open the PSD file it will not open to separate layers, even if I choose this in the open options.
 
Maybe Illustrator cannot do this?

View 6 Replies View Related

Illustrator :: Open AutoCAD Files With Layers?

Nov 4, 2013

In Illustrator CC, I could open dwg or dxf files, but layers are merged(I tried all option when I saved in AutoCAD). In Illustrator CS6 I could open the files keeping layers. So I thought there is the way I can open the files in CC.

View 1 Replies View Related

Illustrator :: Why Does Layers Panel Not Stay Open

Sep 18, 2013

Why does the layers panel not stay open in ILL cs6?

View 1 Replies View Related

AutoCAD Inventor :: Add Sheet Numbers To Template For Document

Jun 7, 2012

I am trying to add sheet numbers to my template for my document. I know I have to use the Sheet Properties, Sheet Number then Drawing Properties, Number of Sheets but I cannot remember how to do this? I am using IV 2010. There used to be a Properties Field icon, but now I cannot find it? I RMB on the title block, select "Edit", then selected the location of the property, then selected Sheet Properties, Sheet Number, but nothing shows up.

View 2 Replies View Related

Photoshop :: Layers Disappear When Saving In CS6?

May 27, 2013

My layers disappear when I try to save in Photoshop CS6. They disappear when I get to the last step before saving(where you can select the quality and stuff). The effects stay, but they become kind of crappy. I was just working on some pictures one by one, and then suddenly, it started happening. I did nothing differently.Reinstalling didn't work either.

View 10 Replies View Related

Illustrator :: Opening Documents - All Nested Layers Are Open

Aug 22, 2013

When I open an Illustrator file with many layers, nested groups, etc. I have to spend the first minute or so closing all the nested layers in the layers palette.

I've searched for a preference  but can't find anything to tell Illustrator to open with all layer triangles closed. Is this possible?

View 1 Replies View Related

Photoshop Elements :: Layers Disappear When Clicked To Move It

Feb 12, 2013

I have photoshop elements 9. When I go to click on a layer to move it, the layer disappears or moves to an obscure location without me moving the cursor. I have tried restarting the program but it does not seem to work.

View 3 Replies View Related

Photoshop :: Adding Effects To Text Layers Now Causing Image To Disappear?

Dec 18, 2012

Ever since the latest update to PS CS6, when I add a simple effect to a text layer, like emboss, the working image disappears when I zoom in and out. Also, the layer effect does nothing to the type. It's almost like a dispay issue. When I turn the layer effect off, my image is visible again.

View 1 Replies View Related

Photoshop :: Layers And Layer Comps Disappear In Palette But Can Bring Them Back

May 1, 2012

A lot of times I'll be working on multiple .psd files and as I'm moving between files I'll notice that all the layers & layer comps will disappear from their palette

[URL]
 
I can bring them back by doing something like clicking on the text tool and then clicking on a text item on the stage. It's annoying because it takes a couple of clicks for the palette(s) to redisplay.
 
Is this a bug or is there a setting in preferences that can control this?

View 1 Replies View Related

Maya :: Why Plane Disappear When Open New Scene

Sep 8, 2011

Why the Plane disappear when open New Scene? I try to adjust the Near Clip under Camera, it works but what could have made this happen (I mean Plane/Grid suddenly disappear?)

Not sure if the following would be the reasons: Recently I have tried to open files related the Maya sample file (tutorial disk)but I can't open it directly from the CD. I noticed that there might be some tricks that I have to same the file as an ASCI file and the open in Wordpad, then I could successfully open that. So I try to copy the Tutorial files in the CD to my Harddrive. When I open that from Wordpad, it works!. I am not sure if that could be the causes of my proble (ie. Plane/Grid disappear), or I might have done something which I am not aware of? Also, those axis arrows seems so long and I need to adjust that (I mean the arrows extend outside the Plane/Grid).

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved