Actions - creating new layer always gives prompt

I'm using Ilustrator CS5 and created an action that does the following:
Selects all and copies an object
creates a new layer
pastes in places on the new layer
changes color of the selected object
renames the layer to the name of the color that was used
repeats so I have 21 different layers, all with different colors
Overall, it works very well. But, every time it makes the new layer, I get a New Layer Dialog box and I have to click 'ok.'  As the action is creating 20 different layers, I'd love not to click ok for every new layer.  Not sure why this dialog is coming up as it doesn't when I record the action. Any ideas?
Thanks,
Christine

In the Actions Palette, disable the Modal dialog checkbox on the left-hand side of the action step that creates the new layer.

Similar Messages

  • When i create new layer from background the new layer then covers up the background.  It previously did not do this.

    I am a rookie.   This worked on previous pics but I apparently have clicked something I shouldn't have.  Thanks for any help.

    The problem with Actions is that as a new user, you are not going to know what steps are happening when the Action runs.  The action could be deleting the background layer, for instance.  Is the action one that came with Photoshop?  If you sourced it from somewhere else, can you give us a link? 
    There is also some ambiguity in the language you use.  Not your fault. But when you say 'create new layer from background' to me that probably means you are copying the background layer.  If that is not the case, could you give a more detailed description of the steps you are taking?
    Do you know how to upload a screen shot?  If you are using Windows 7 or 8, you can use the Snipping tool to drag across your image and layer panel. Save the image, and upload to this thread using the little camera icon.

  • "create new layer without dialog"  redefine shortciut

    Hello.
    A want to redefine default shortcut for command "Create new layer without dialog" but i cannot find this command in shortcut preferences.
    In which section of shortcut preferences, in photoshop cs6, nested this command?
    Thanks.

    I don't believe that is a shortcut that can be redefined per se in the shortcut editor, but you could use a script and assign a keyboard shortcut to the script.
    The following script will make a new layer without the dialog.
    // =======================================================
    var idMk = charIDToTypeID( "Mk  " );
        var desc10 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
            var ref9 = new ActionReference();
            var idLyr = charIDToTypeID( "Lyr " );
            ref9.putClass( idLyr );
        desc10.putReference( idnull, ref9 );
    executeAction( idMk, desc10, DialogModes.NO );
    You can copy the above script, paste into Adobe ExtendScript Toolkit CS6 and then save the script to the cs6 Presets>Scripts folder in the photoshop cs6 program/application folder.
    (you can name it whatever you want as long as the extension is .jsx)
    Then when you restart photoshop cs6, it should be listed under File>Scripts and you can use the keyboard shortcut editor to assign a shortcut to the script.
    What operating system are you using?

  • Create new layer after active layer

    Using scriptlistener I can create a new layer called "newlayer" after the active layer. So far so good.
      var id197 = charIDToTypeID( "Mk  " );
      var desc49 = new ActionDescriptor();
      var id198 = charIDToTypeID( "null" );
      var ref41 = new ActionReference();
      var id199 = charIDToTypeID( "Lyr " );
      ref41.putClass( id199 );
      desc49.putReference( id198, ref41 );
      var id200 = charIDToTypeID( "Usng" );
      var desc50 = new ActionDescriptor();
      var id201 = charIDToTypeID( "Nm  " );
      desc50.putString( id201, "newlayer" );
      var id202 = charIDToTypeID( "Lyr " );
      desc49.putObject( id200, id202, desc50 );
      executeAction( id197, desc49, DialogModes.NO );
    However, without the script listener we have
      var layerRef = app.activeDocument.artLayers.add()
      layerRef.name = newlayername
      layerRef.blendMode = BlendMode.NORMAL
      // Move the new layer after the current layer
      layerRef.moveAfter(app.activeDocument.artLayers[layerIndex])
    The moveAfter command needs an index, which would mean looping though all the layers till to find the active layer (since we can't access that throughthe DOM). This seems a bit long winded to me. Or am I missing a trick here?

    Well I would just use the scriptlistener code but if you don't want to for some reason you should make a reference to the activeLayer before add the new layer. Then use that reference as the moveAfter argument. The moveAfter method needs a layer object not a layer index. You need the index only because you are trying to supply that layer object by index.
    layerRef.moveAfter(someLayerRef);
    Also ( not that it really matters ) when scripting was first added there were several methods for moving a layer, moveAfter() was one of those. Those methods were combined into one method and the old methods are no longer documented in the javascript reference. So below is the documented way to move the layer.
    layerRef.move(someLayerRef, ElementPlacement.PLACEAFTER);

  • "Refine Edge" now automatically creates new layer... why?

    For some reason, every time I use the "Refine Edge" option after making a selection, then hit "OK", Photoshop creates a new layer with a mask on it, instead of simple leaving the selection outline there and letting me decide what to do with it (which was the previous behavior).
    I've no idea if this is new default behavior or if I triggered an option somewhere that I shouldn't have.
    How do I make "Refine Edge" NOT create a new layer or anything like that?

    In the Refine Edge dialog, there is a drop-down menu allowing you to do a number of things, including making a new layer with mask. Choose something else.

  • Create new layer when copying/pasting

    I'm sure we're all aware of this in Photoshop, but I've just come across a tutorial for Illustrator that assumes this also happens in this program.
    Not in mine, it doesn't!  I've had a trawl through Preferences (CS4) with no luck.  Do you have to create a new layer then paste into it?

    >>Obviously Illustrator doesn't automatically create a new layer when pasting as you get in Photshop.
    Yes, that's because a Layer in Illustrator can contain many independent objects which can be individually moved, resized and otherwise manipulated. Basically an Object in Illustrator is roughly equivalent to a Layer in Photoshop and a Layer in Illustrator is roughly equivalent to a Group (shown as a folder icon) in Photoshop. That is slightly over-simplifying but a pretty good way to understand the differences.

  • 8i lite - OCA 30021, error in creating new user

    I Have installed 8i lite on my laptop running win 98 SE.
    I created a new user from oracle 8 navigator ( 8.0.5.0.1). Right clicking on user does not give any Privilege tab.
    Now I quit navigator & log on to Sql plus running OCA patch 6.0.5.35.0. The new user connects but you can practically do nothing.
    eg
    SQL> select * from system.emp ;
    select * from system.emp
    ERROR at line 1:
    OCA-30021: error preparing/executing SQL statement
    [POL-5150] access violation
    pl note that I have give "select all table" , "DDL" , "ADMIN" privilege to the new user created , but it always give error OCA-30021.
    Also does public synonym works in 8i lite ? I have create public synonym in SYSTEM, but it is not visible to any other user id.
    Greatly apreciate if you could answer any of my question.
    null

    I have similar problems. Any advice?

  • SharePoint 2013 creating new farm system.formatException ?

    I have SharePoint 2013 and my farm is not working I wanted to create new farm it give error System.formatException
    you can see my question and the image in here also:
    http://sharepoint.stackexchange.com/questions/138926/i-want-to-create-new-server-farm-in-sharepoint-2013-it-give-validation-error 

    Hi,
    According to your description, my understanding is that you failed to create a new farm.
    It seems that several issues exist in IIS. Please go to IIS manager > each site > advanced settings > general > ID to see if it is beyond int32 range or includes non-number value. Besides, please reset IIS and reboot the SQL server.
    Please have a try to create new farm with power shell.
    How to create new farm with power shell in SharePoint 2010:
    https://habaneroconsulting.com/insights/create-a-sharepoint-2010-farm-with-powershell#.VTXDSHkcQ5c
    Several similar posts for your reference:
    https://social.technet.microsoft.com/Forums/en-US/658f6d99-60be-4e1d-b81b-7640eb5545f0/configuration-wizard-error-systemformatexception-was-thrown-input-string-was-not-in-correct?forum=sharepointadminprevious
    https://social.technet.microsoft.com/Forums/en-US/a59993bb-abe0-44e6-89f6-a86f0dbdd23a/systemformatexception-input-string-was-not-in-a-correct-format-exception-when-creating-a-new?forum=sharepointadminprevious
    http://stackoverflow.com/questions/14434926/sharepoint-products-technologies-configuration-wizard-system-formatexception
    Best Regards,
    Dean Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Trouble positioning ellipse in new layer

    I created  new layer in my document, and then a new ellipse inside that layer.
    I am trying to position the new ellipse at the top of the layer (vertically) and in the center of layer along the x axis (horizontally).
    Nothing I have tried seems to move the object left of the layers starting x position (I can move it right just fine!?!).
    I am confused because my top and height properties of the layer are negative numbers - but when I look at the ruler, all are above zero?
    What am I doing wrong in terms of positioning the ellipse in the layer?
    Here is a sample of my script:
    var childLayer = currentLayer.layers[j];
    var xmin = childLayer.pageItems[0].geometricBounds[0].toFixed(2); // top
    var ymin = childLayer.pageItems[0].geometricBounds[1].toFixed(2); // left
    var xmax = childLayer.pageItems[0].geometricBounds[2].toFixed(2); // bottom
    var ymax = childLayer.pageItems[0].geometricBounds[3].toFixed(2); // right
    var newBoneLayer = boneLayer.layers.add();
    newBoneLayer.name = childLayer.name.replace(OBJECT_MARKER, "");
    var halfOfWidth = parseFloat(childLayer.pageItems[0].width/2).toFixed(2);
    var boneGuideXPosition = parseFloat(xmin + halfOfWidth).toFixed(2);
    var boneGuide = newBoneLayer.pathItems.ellipse(ymin,boneGuideXPosition, 10.0, 10.0, true, false);
    boneGuide.stroked = true; 
    boneGuide.filled = true; 
    boneGuide.opacity = 40.0; // set to 40% opacity
    var newRGBColor = new RGBColor();
    newRGBColor.red = 204;
    newRGBColor.green = 255;
    newRGBColor.blue = 255;
    boneGuide.fillColor = newRGBColor;

    For example if I change your code to this I'm closer, but the circles end up on the far right hand corner of each layer (not centered):
    var TOmm = 2.83466796875;
    var AB = childLayer.pageItems[0].geometricBounds; //var AB = _doc.artboards[0].artboardRect;
    var x = AB[0]+(AB[2]/2);
    var y = AB[1];
    var w = 3*TOmm // ellipse Width
    var h = 3*TOmm // ellipse Height
    var boneGuide = newBoneLayer.pathItems.ellipse(y,x-(w/2), w, h, true, true);
    It results in this:

  • I created new responsability using seeded menu 'Manager Self Service'it give me that'select action' no selected action

    i created new responsability using seeded menu 'Manager Self Service'  which is assigned to seded responsability  'Manager Self-Service', when i try  to open any  function like 'change job' it give me that there are no  selected actions although it works with the seeded responsability.

    Hi Steven,
    Please create a quota template named "Personal site" and apply in self service site creation page, then check again.
    http://blogs.msdn.com/b/jimmiet/archive/2012/07/22/10332361.aspx
    http://danmyhre.wordpress.com/2010/03/16/my-sites-do-not-have-a-quota-when-they-are-created/
    Thanks
    Daniel Yang
    TechNet Community Support

  • Creating a new job and position prompts customizing request...

    Dear All,
            I created a Job and Position through PP01 transaction. I am facing 2 issues while doing so...
    1. System prompts for Customizing request when i try to save the new entry.
        What table/settings do i need to maintain for turning of the customizing request promptings.
    2. Once i save the entries(after entering some dummy customizing requests), when i check the
        HRP1000 table for the new jobs and positions... The table entry shows 2 records for each Job and     
        position. One entry with Plan version '.:' and another with active Plan version '1'.
        I need to have just one entry in HRP1000 table for each job/position with ACTIVE plan version.
       I checked T77S0 table, it has active plan version maintained against the PLOGI-PLOGI entry.
       Please let me know what table i need to maintain to handle my requirement.
    Regards
    Nanda

    Hi Nanda,
    When you create new job or position in sandbox system it will not ask for the request number,since you generally dont transport the objects from sandbox to test system.
    When you create a new job or position in development system, it will always ask for request number. This is because, in most of the cases, you need to transport the job and position to test system and then to production system.
    Without a customizing request  you wont be able to transport those changes to next system.
    Thanks,
    Supriya.

  • Creating a new layer request...

    Does anyone know of a plugin that when creating a new layer, the name of the layer is immediately editable or which brings up a dialog window prompting you to name it, as in photoshop and illustrator?
    This would really speed things up.
    Thanks,

    Yeah I knew that but it means you gotta use the mouse to click on it which just a pain all the time. I avoid using the mouse whenever possible.
    I was hoping a new layer with the name immediately editable could be done with one gesture.
    For example in photoshop, you do the short cut for new layer which is ⌥⌘N and that brings up a window with the layer name immediately editable. No mouse needed.
    Thanks for your help anyway!

  • Cannot create a new layer when opening a gif

    Using Photoshop Elements 8, I open a gif that I want to change the text for. I open the file and the first thing I want to do is create a new layer, but I am not able to. the New Layer button in the layers area is disabled, as is the Layers menu.  How do fix this?

    Since, animated .gif has got changed when opening in PSE9 so here is the alternative
    You can always save your layered psd file which you convert to animated gif so in case you want to modify anything you can do it in .psd file and then create another animated .gif for your use.
    -Garry

  • Problem with "Create New Extrusion from Selected Layer" CC 2014

    Hello, I'm experienced with Photoshop but am new to 3D text in Photoshop.  I type in some text and convert to a shape.  When I choose Create New Extrusion from Selected Layer I get  dialog box I don't see in any tutorials.  It says "You are about to create a 3D layer.  Would you like to switch to the 3D workspace?  Yes/No, Don't show again."  Which should I use for 3D text? 
    If I choose Yes, all the panels go away and the content in the tool options bar (ribbon?) just under the menu bar go away.  I have to restart Photoshop to get the tool options back.  What could I be doing wrong?
    Thanks - Dave

    I just chose "No" and didn't look back.  I like my workspace just as it is, and don't prefer Photoshop to change it for me under this particular case.
    You can make the 3D panel visible yourself via Window - 3D.  I find it's a good alternate for the Actions panel, as I don't have any actions at the moment that work in the 3D world.
    The panels you'll want to see easily if you work on 3D are the 3D panel and the Properties panel, among a few others.
    Regarding getting your workspace back the way you like it...  Note the little selector near the upper-right corner of the Photoshop main window.  That can be used to select a workspace.  I suggest you experiment and get familiar with the concept of workspaces.  You can define your own and save it with a name, and that truly can be helpful.
    -Noel

  • I created a new layer and copied the contents of another layer into the new layer. Now whenever I ed

    I have a template that I am editing. I have created new layers by duplicating an existing layer. The problem I am having is that anytime I make a change to a duplicated layer it changes the original as well. ie if I attempt to edit the action script on the new layer it changes the action script on the original? It seems as though they are linked and I can not find a way to unlink them??

    You should be able to edit the immediately present contents of different layers without affecting other layers, but if you are editing anything at a level below the layer, such as doubleclicking to edit an object in that timeline, you are changing it anywhere it is used.

Maybe you are looking for

  • No data in report after auto linking tables

    Hi All, I m new to Crystal Reports 2008 and I have a report that takes data from multiple database tables. The problem is that the report is not returning any data. On the Links tab in Database Expert, I checked that the tables are linked. I removed

  • How to move from one transaction iView to another without losing the info.

    Hello expert, Is there a way to configure multiple transaction iViews in away that when I click on another iViews and want to go back to the old one, then the information is still there?  For example, we have a customize transaction that is fetched b

  • IMessage Activation could not sign in IOS 8.1.3

    I recently had to erase my phone and restore from the cloud.  After doing so, I have been unable to turn on iMessage or FaceTime.  I'm receiving an error message when I log into iMessage with my AppleID stating "iMessage Activation.  Could not sign i

  • Schedule adhoc query

    We want to use Personal ids to record work permits. In this infotype you can enter a valid to date. Can we create an adhoc query which can select all data where the valid to date is within the next 90 days ? Can we schedule this adhoc query so that i

  • Mass Maintenance of EDI Partner Profiles

    Hello SDN folks,   my customer is a large multinational - and they are beginning to run into difficulties in the management of their EDI partner profiles. The problem is that there are thousands of external parties that must be communicated to via ID