Artboards and Layers....

Am I to understand if I have multiple artboards, they all will share the same layers? Each artboard does not have it's own separate set of layers, am I right? This is my first time using the artboard feature... CS6.

Hi,
You are correct multiple artboards share the same set of layers. Layers in illustrator are specific to a document & not to a particular artboard.
If you want to distribute your layer sets according to the artboards, you can do the following:
1. Select the rows in the layers panel itself.
     a)To select continuous rows in layers panel, select the first row by clicking on it & shift + click on the last row to be selected.
     b)To select discontinuous rows, select the row by clicking & holding Ctrl (Cmd on MAC) key.
2. And then, from flyout menu of layers panel, select Collect in New Layer.
Also, you can click & drag out the items manually to different layers as required.
Hope this helps.
Thanks!

Similar Messages

  • Create element at center of artboard, move to next artboard and repeat

    Hey All! I've been lurking around here for quite some time and i've always been able to find what i needed. Until now. =)
    I'm writing a Javascript to create multiple rectangles on the center of the active artboard and then repeat for all remaining artboards. However, i'm getting hung up on how to shift focus to the next artboard. I've read about  "setActiveArtboardIndex();" but whenever i try to use this feature, i get the error "setActiveArtboardIndex(); is not a function".
    Here's the code i'm working with. Could anyone please tell me how to get the loop to switch to the next artboard before creating the next set of color blocks?
    //Beginning of Script
    #target illustrator
    if (app.documents.length > 0) {
    var docRef = app.activeDocument
    else {
    alert("No Document Open");
    //Add Color Block Layer
    artLayers.locked = true;
    function existBlockLayer(layers, name) {
        for (i=0; i<docRef.layers.length; i++){
            if (layers[i].name===name) return true;
        return false;
    if (existBlockLayer(docRef.layers,"Color Blocks")) {
        var removeLayer = artLayers.getByName("Color Blocks");
        removeLayer.locked = false;
        removeLayer.remove();
        var blockLayer = docRef.layers.add();
        blockLayer.name = "Color Blocks"
    else {
        var blockLayer = docRef.layers.add();
        blockLayer.name = "Color Blocks"
    blockLayer.locked = false;
    //Get Document Swatches
    var swatchList = docRef.swatches;
    var artLayers = docRef.layers
    var aB = docRef.artboards
    var colorList = [];
    for(var k=0; k< swatchList.length; k++) {
        if (swatchList[k].name.toLowerCase() != "thru-cut" && swatchList[k].name.toLowerCase() != "[registration]"//
        && swatchList[k].name.toLowerCase() != "[none]" && swatchList[k].name.toLowerCase() != "cut line"){
           colorList.push(swatchList[k].name);
    //Create 1 Color Block per Swatch and Apply Swatch
    for (var a=0; a<aB.length; a++) {
        var aBLeft = aB[a].artboardRect[0];
        var aBRight = aB[a].artboardRect[2]
        var aBTop = aB[a].artboardRect[1]
        var aBBottom = aB[a].artboardRect[3]
        var W = (aBRight/2);
        var H = (aBBottom/2);
        var posH = (H/2);
        var posW = (W/2);
        alert(W + " width " + H + " height");
        var activeArtboard = aB[a];
        //var aBPlus = setActiveArtboardIndex(a);
        for(var c=0,len=colorList.length;c<len;c++){
            var newBlock = docRef.pathItems.rectangle(posH, posW,10,10);
            newBlock.stroked = false;
        for (var i=0; i < colorList.length; i++) {
            docRef.pathItems[i].fillColor=docRef.swatches.getByName(colorList[i]).color;
    artLayers.locked = false;
    blockLayer.zOrder (ZOrderMethod.SENDTOBACK);
    blockLayer.locked = true;
    Thanks in advance all!

    woah... ok. so what  you posted didn't really work (i had made a revision to that part of the code after my initial post. i realized i was dividing by two twice, so i removed one of those. as a result, i had to remove this "var posW = aBLeft+(aBRight + aBLeft)/2" and i had to add the right edge and left edge instead of subtracting).. but i removed some stuff and switched my variables and now it does work. this is what i ended up doing
    for (var a=0; a<aB.length; a++) {
        var aBLeft = aB[a].artboardRect[0];
        var aBRight = aB[a].artboardRect[2]
        var aBTop = aB[a].artboardRect[1]
        var aBBottom = aB[a].artboardRect[3]
        var posH = (aBRight+aBLeft)/2;
        var posW = (aBBottom+aBTop)/2;
        var activeArtboard = aB[a];
        docRef.rulerOrigin[aBLeft, aBTop]
        aB.setActiveArtboardIndex(a);
        makeBlocks();
    So.. i'm really glad that it's working.. but i don't really know why it is.. as has been the bane of my existence as a self teaching coder.. if you have a moment, could you explain what's different about my part and your correction? I'm sure something like that will come up again in the future and i'd love to know where i went wrong. =)
    I really really appreciate your help, kind friend. pixxxel schubser
    Oh and one more thing, if you could. Is there a cleaner way for me to negate those certain swatches? I know i can put them in an array,  but it doesn't seem to work when it comes time to say "if swatchList[k].name != [array of colors not to use]". I'd like this thing to be as nice and clean as possible when i surprise my boss with it.. Almost like it looks like i knew what i was doing.

  • My tool bar and Layers pallet are behind my free floating files how do I get them on top?

    I have been a Photoshop CS user for about 13 years...I recently downladed CS5 to try it before I buy it. I've been a CS3 user for 3 or 4 years now. I love Photoshop but other than Photoshop I am not a very savvy computer user. So please bear with me as I try to explain my problem.
    When I open PSCS5 it fills my computer screen completely  and looks like this: A thin 1/2 inc strip on teh left that holds my "tools", a wider 2 inch strip on the right that holds "Layers, Channels, Paths" and a 1 1/2 inch strip on the top, then a big work area in the middle.
    I usually have 2- 12X12 300 dpi new files open AND 10-15 photos or scrapbook elements and papers open to work on at any one time.
    In prior versions of CS the tool strip and layer pallets strips were ALWAYS on top so I could access them no matter how much was open on the screen. In CS5 I keep burying them and have to dig them out to use them. When I use "Float All in Window", which I need, using Tabs does not allow me to see everything I need to see to work on documents, how do I get the tools and layers on TOP only?
    THANKS for listening...I hope you can help!
    Theresa

    You probably need to undock the panels on the right and the toolbox by clicking and dragging on the top out into the workspace.
    Then move them back to the sides of the workspace without docking them (the blue line means they are going to dock)

  • Photoshop CS 4 crashes on cooltype.dll and layers dissapear on when clicked on image

    Photoshop CS 4 crashes on cooltype.dll and layers dissapear on when clicked on image as if the photoshop is responding very slowly
    i found that photoshop crashes when opening existing project and crashes in cooltype font, did reinstall and delete preferences file, but found that when photoshop is  open and you click on the type tool then open the project then it opesn fine

    the computer doesnt have suitcase installed but will check the fonts
    also it doesnt switch off the layers when clicked on the eye icon, i have to click somewhere on the image to disable the layer, any solutions? or is that also related to the fonts?

  • PS CS6: It'd be helpful to have the option to collapse or expand the nested groups and layers.

    PS CS6: It'd be helpful to have the option to collapse or expand the nested groups and layers all at once.  Autodesk Maya has a similar feature in it's outliner that allows for you to do this.

    And as Jeffrey Tranberry answered there:
    • Open/close all layer groups (folders) at the current level of hierarchy: Cmd-click the arrow next to the group - This is handy when you want to open/close, say, all the top-level groups without disturbing the open/closed state of any groups nested within them.
    • Open/close all layer groups nested within the current one: Opt-click the arrow next to the group - This is nice when you want to open/shut a bunch of nested groups, without affecting any that lie outside the target group.
    • Open/close all layer groups, period: Cmd-Opt-click the arrow next to a group So, to keep things simple: when in doubt, Cmd-Opt-click a group’s arrow and you’ll collapse/expand all groups.
    * On Windows please substitutes Ctrl for Cmd and Alt for Opt. .

  • How to examine pdf for image file formats, OCR, and layers

    Hi,
    I have a question about how to find out specific features of a pdf.  I am using Adobe Acrobat 9 Pro for windows.
    With any given PDF, I am looking to find out:
    a]  The specs of any image files used  to create the pdf (i.e., if the pdf is made up of text pages with image objects on top of them, are those image objects JPGs?  TIFFS?  What resolution are they? Are they compressed?)
    b]  Does this PDF have OCR already embedded in it?
    c]  Does this PDF have multiple layers?
    with a] -- file format is perhaps the most important, resolution and compression being second most
    with c] -- is there an easy way to see the layers, visually, on the page images?
    What is a smiple way to find out this information?
    I've poked around a bit in the "Examine Document" function, and various checks in "Preflight," as well as the help manual, and have found bits and pieces that look like some of what I'm looking for, but nothing simple or conclusive yet.
    Any help or advice would be wonderful!  I just want a simple way to be able to see what my PDF is made out of, in terms of image files, OCR, and layers.
    Thanks,
    Andrew

    Preflight is inded the best way to do this operation. You may have to read a bit to figure out what you are looking at, but that is the right route to take.

  • Problem with editing the size of artboard and objects in illustrator!

    I was using a custom size of artboard in illustrator, but I now I want to change it to A4 size for printing. However, when I change it to a A4 size artboard, the size of objects on that artboard remain unchange. As a result these objects do not fit the new size of artboard. Are there any way that I can change both the size of artboard and objects at once? Thank you!

    Probably not.  Don't suppose you have a proportion scale handy?  Alright, don't worry about it.  Give me the size of your original ( in inches ) and the size of A4 ( in inches ), I can give you the scale percentage ( you input into the scale dialog box ).  Whatever you do, keep your original file and do the enlargement on a "copy" of the original.  You already have the new artboard, not it is just a simple matter of enlarging the artwork to fit the new size.

  • CS5 - how to delete artboard AND the art on it

    Hello!
    Is there a way to delete an artboard and everything on it with one command?  I always have to do <shift><o> and <delete> for the artboard, then <esc> and select the art to delete it.

    it's doable with a script, but still 3 clicks away...I don't know if it is more productive for you.
    #target Illustrator
    /* CS5 Only. Deletes the active artobard
        along with the contents. Select something before running.
    var idoc = app.activeDocument;
    var activeAbIndex = idoc.artboards.getActiveArtboardIndex();
    idoc.selectObjectsOnActiveArtboard();
    app.cut();
    idoc.artboards.remove (activeAbIndex);

  • Splitting high resolution in tiles, and saving them out as new cropped and layered psd file.

    Hey there, my first post here.
    I currently working with designing photos/images ceramic tiles.
    My goal is to minimize the time it takes to split an image in equal tiles, and then having all layers put in a new layered psd-file and layers named after raws and columns.
    Let say I have a bathroom wall 160X100 centimeters.
    That would be 8x5 tiles, tiles are 20x20 cm I this case, 40 tiles.
    Doing this manually when the work load increases would be impossible to manage.
    Tried using slices, but there's gotta be a bug in relationship between pixels and millimeters/centimeters.
    I divided the whole image in equally big slices 5 raws, 8 columns.
    No matter what the pixels say, when the image is 1600x1000 mm, one would think the result would be 8 tiles X 5 tiles that are 200x200mm each!
    But it turns out it differs 2 - 3 millimeters.
    Would be glad if there was a different approach to this, either by a neat script or a plug in or something.
    Images slicing in photoshop is only able to save out to web formats what I know of. I need it to be high resolution images 300dpi.
    Hope th get some feedback and ideas on this.
    Thanks in advance

    Xbytor has written a script that will spilt the document up.
    http://www.ps-scripts.com/bb/viewtopic.php?t=1582&highlight=tilemaker

  • I just bought a Dell Precision M3800 laptop - screen res 3840 x 2160  when I open photoshop the task bar and tools and layers etc are in 4pts size   I changed my % in my image in my control panel and if I go to open file the drop down boxes are in good pt

    I just bought a Dell Precision M3800 laptop - screen res 3840 x 2160  when I open photoshop the task bar and tools and layers etc are in 4pts size   I changed my % in my image in my control panel and if I go to open file the drop down boxes are in good pt sizes  how do I make the layers and tool bars bigger?  Please help@

    Windows will scale applications display or windows will not scale application display depending on how the application is coded.  Photoshop is coded in a way that its display is not scaled by windows.  Photoshop knows about your displays high pixel count not its resolution  so it uses its pixels  however it does not scale its UI to make it usable on your display.  Other application let Windows  scale their display output.   For example Microsoft default for is Surface Pro 3, 216 ppi display is to scale applications display up 150% so the surface pro 3 display which has 2160x1440 pixels a 216 ppi resolution look like at display with the user is using with 1440x960 pixels.  The Application works like the display is 1440x960 and Windows scale those pixels to the displays using the displays  2160x1440 pixels the effectively changing it resolution to 144ppi rather than the actual 216ppi.
    The reg update  and external manifest file  effectively tells photoshop its working on such a size display display some number of pixel wide and some number photoshop uses that as the display size  in turn Windows scale those pixels to use the displays 2160x1440 pixels efector lowing its 216ppi resolution.  Photoshop CC 2014 2X UI would be like using windows 200% option applications would be shown the are working on a display 1080x720 instead of the Surface Pro 3 2160x1440. Note that 1080x720 does not meet PS requirement of 1024x768.  Photoshop UI would not fit on the Surface Pro 3 display..
    Since you have a 4k display if you have CC 2014 you can use its 2x UI effectively Photoshop will be running on a 1920x1080 display and have half the resolution of you 4K display  3840x2160 pixels four native pixels are use as a single pixel.   1920x1080 pixels exceed PS requirement.

  • Import map and layers from MapInfo

    Hi
    I'm new to Mapviewer and Builder. Saw it and tried it at OOW and want to explore the functionality further back home.
    We're currently using MapInfo maps, and I want to be able to import and show one of these maps in Oracle Mapviewer via Apex(as in the hands on lab session at oow!).
    How do I get map and layers loaded into Mapviewer?
    Best regards Jesper

    To import MapInfo TAB files into Oracle Locator you will need an transform/import tool. MapInfo Professional comes with a tool that can do this called EasyLoader. You might also check out Safe FME which is a enterprise-grade ETL tool for spatial data. Either of these will do the trick. Once the data is loaded into Oracle Locator it is quite easy to assign some sample styles to the loaded features (called themes in MapViewer) and create base maps out of those.
    I hope this helps.
    Best Regards,
    Justin

  • In PS6 Navigator and Layers windows are locked together.  How do I unlock them?

    Whenever I open the Navigator and Layers windows in PS6, they are locked together side by side.
    Does anyone know how to unlock them.  This doesn't happen when I open any other windows.
    I'm using a PC.

    Is that photoshop 6 or photoshop cs6?
    Generally one can just separate them by dragging the name of the panel.
    (i.e. drag on the Navigator name)
    In photoshop cs6 you can reset the workspace by going to Window>Workspace or if you have a custom arrangement of your panels, you
    should get everything as you want it and then save your own named workspace, so you can reset it whenever things going awry.

  • How do I rescale artboard and content, but keep the same path width

    Hi,
    I have a project with a lot of artboards with content set-up inside each artboard - actually a series of icons.
    I'd like to resize all of the artboards and the content, keeping the same line widths.
    I can use the 'save for web' feature to scale the existing artboards/content, but I don't want the line widths to be scaled too.
    I have failed to find a script or feature that would allow me to do this and save me from manually resizing every artboard and the content.
    I'll immediately hold my hands up to having a minimalist knowledge of illustrator.
    Any thoughts? I'm surprised it's not a feature of 'save for web'.
    Currently using CS6.
    Thanks,
    Paul

    No, rescaling the paths inside illustrator keeps the path width the same. It's the 'export for web' dialog upscaling the content is also upscaling the path widths. I can understand why it does that, but surprised it it ignores the scaling strokes option and doesn't provide that option itself.
    Thanks for the suggestion, though.

  • Need help with show/hide and layers moving

    I'm more of a designer, so I don't know code or CSS well at
    all. I'm doing an online portfolio for a class and need help with
    layers not staying in place in different browsers. The portfolio is
    created with a table, but I wanted to use the show/hide function
    for thumbnails of work. Are layers the only way you can use this
    function? I read layers don't work well with tables, so how else
    can I make it so when you mouse over a thumbnail, the larger image
    appears in another cell?

    > I don't know code or CSS well at all.
    That's unfortunate.
    > layers not staying in place in different browsers.
    Layers don't move. But the rest of your page does.
    Before you get too wrapped up in layers, though, please read
    this -
    http://www.great-web-sights.com/g_layerlaws.asp
    They are not good when be used as a primary layout method.
    > I read layers don't work well with tables
    They work fine with tables - but you have to understand both
    tables and
    layers to use them.
    Why not show us your page, so we can see what you are
    struggling with?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Bobbi67" <[email protected]> wrote in
    message
    news:ertd9h$h3m$[email protected]..
    > I'm more of a designer, so I don't know code or CSS well
    at all. I'm doing
    > an
    > online portfolio for a class and need help with layers
    not staying in
    > place in
    > different browsers. The portfolio is created with a
    table, but I wanted to
    > use
    > the show/hide function for thumbnails of work. Are
    layers the only way you
    > can
    > use this function? I read layers don't work well with
    tables, so how else
    > can I
    > make it so when you mouse over a thumbnail, the larger
    image appears in
    > another
    > cell?
    >

  • ANIMATIONS (.GIF FILES) AND LAYERS

    1. I HAVE PSE7 AND I CAN'T SEEM TO GET ANY ANIMATIONS TO WORK. IF I OPEN AN ANIMATED (.GIF) FILE, IT IS NO LONGER ANIMATED. DO I HAVE TO PUT IT ON A SPECIAL LAYER TYPE? WHEN I OPEN ONE OF THESE FILES, PSE7 CREATES 3 LAYERS FOR THE IMAGE, NONE OF THEM ANIMATED. WHEN I COMBINE THE LAYERS SO I HAVE ONE LAYER WITH THE IMAGE, IT ASKS IF I WANT TO DELETE THE HIDDEN OR EMPTY LAYERS, CAN'T REMEMBER WHICH.
    2. WHAT IS AN INDEX LAYER? WHEN I OPENED ONE OF MY FILES, IT CAME IN AS AN INDEX LAYER AND I COULDN'T DO ANYTHING WITH IT.
    I'M RUNNING WINDOWS XP PRO SP2.
    THANKS FOR ANY HELP YOU CAN GIVE ME.
    MAUREEN

    GIF does not support layers.
    Animated GIF files may open as layers into Photoshop. You need to save them again as an animated GIF file after manipulating them in the animation panel. The 'Save for Web' function would be most ideal.

Maybe you are looking for