Select layer function in actions

I have three layers with text in different languages. I want to save them to three different PNG files.
I've tried to do action which select the layer, hide it and save it. Then select another layer and do the same. But selecting layers is not recorded to the action.
Is there any solution?
lot of thanks

Cooker, tell a bit more about how you save your .png files.
In case you're talking about saving them through the Save for Web dialog, then you have a built-in method to save main layers as individual files. Look for 'Save CSS Layers' or something similar in the Save for Web dialog.
If you're talking about exporting the .png files through the Export dialog, then you can go other routes, for example a script or a slightly modified action.

Similar Messages

  • I need to create an action or script to save the file with the name of the selected layer

    I need to create an action or script to save the file with the name of the selected layer (not including the hidden layers, but including those visible).
    How could modify the script: 'Layer Comps To Files.jsx' to get the result?
    Warning: I do not need to export all layers as files.
    Who can help me?
    THX in advance

    Versione in Italiano (Further down the English version)
    NB - Nella versione inglese ho messo tutte le immagini dei menu in italiano.
    Versione per Mac, ma credo sia identico per Windows.
    Spiego passo passo cosa ho fatto:
    - Ho creato un file esempio con tre Livelli, salvato sulla scrivania e ho chiuso il file.
    - Ho aperto il file e selezionato il Livello al centro per iniziare a registrare una azione che ho chiamato: Save with Name of Selected Layer
    - Nuova azione
    - Dare il nome e premere Registra
    Ora salva…
    - Menu --> Livello --> Nuovo --> Livello... e premi -ok-, (lascia il nome che viene mostrato)
    - Ancora una volta Menu --> Livello... --> Nuovo --> Livello... e premi -ok-, (lascia il nome che viene mostrato)
    - Menu --> Livello --> Ordina --> Dietro
    - Menu --> Livello --> Unisci sotto
    - Menu --> Livello --> Unisci visibili
    - Menu --> Livello --> Nuovo --> Livello... e premi -ok-, (lascia il nome che viene mostrato)
    - Menu --> Livello - Nascondi Livello
    - Menu --> Elimina --> Elimina livelli nascosti (press -Yes-)
    - Menu --> Livello --> Nuovo --> Livello... Inserisci questo: 'Move this to the trash' e premi ok
    - Menu --> File --> Script --> Esporta Livelli in File... (Nella finestra che si apre scegliere l’opzione che si desidera, ma togliere il prefisso del nome) e premere -Esegui-
    - Selezionare il pannello Storia cliccare su Elimina premendo -Si- ogni volta che si apre la finestra di dialogo (Ripetere 8 volte questa operazione sino ad arrivare nella storia alla condizione di partenza. Ho visto che è meglio di Ripristina -F12-)
    - Fermare la registrazione.
    A questo punto, mandando in esecuzione questa Azione, ho raggiunto parzialmente l’obiettivo perché i file così creati mantengono, purtroppo, dei prefissi numerici per evitare probabilmente la sovrascrizione di file (credo senza avviso) nel posto dove vengono creati.
    Per ottenere l’obiettivo occorre un nuovo passo ed a proposito di questo riferisco quanto segue:
    ATTENZIONE - L’operazione descritta qui di seguito deve essere fatta su di una copia del file, per cui:
    - Duplicare il file,
    - Spostare l’originale in altra cartella
    - Lavorare sul file duplicato.
    mi riferisco a questo...
    ATTENZIONE - Questa modifica è effettuata a proprio rischio e pericolo ed il sottoscritto non si assume alcuna responsabilità su quanto venga fatto soprattutto da mani inesperte.
    ATTENZIONE - Questa modifica sovrascrive qualsiasi file che abbia nome uguale al layer che viene selezionato più l’estensione del file naturalmente.
    Comunque la modifica è banalissima e a portata di chiunque.
    Procedere così:
    - Chiudere Photoshop
    - Aprire (nel percorso specificato dall’immagine) il file “Export Layers to Files.jsx” (Export Layers To Files.jsx 1.0.0.16) con un editor di testo puro.
    - cercare la stringa (dovrebbe essere in riga 1029)
    var fileNameBody = fileNamePrefix;
    fileNameBody += "_" + zeroSuppress(i, 4);
    fileNameBody += "_" + layerName;
    - sostituirla con:
    var fileNameBody = fileNamePrefix;
    fileNameBody += layerName;
    - cercare la stringa (dovrebbe essere in riga 1047-46)
    var fileNameBody = fileNamePrefix;
    fileNameBody += "_" + zeroSuppress(i, 4) + "s";
    - sostituirla con:
    var fileNameBody = fileNamePrefix;
    fileNameBody += "";
    - salvare e uscire.
    - riavviare Photoshop
    - provare l’azione registrata facendo attenzione che il nome del layer non sia identico al nome di un file già presente altrimenti questo verrà sovrascritto.
    Domanda:
    Perché ho creato livelli che poi ho eliminato ecc.
    Risposta:
    Semplice per evitare errori di esecuzione delle azioni nel caso di operazioni con livelli mancanti o altro.
    Semplice... no?
    English version
    Mac version, but I think it's the same for Windows.
    First of all, I'm translating the actions that I made using the Italian version of Photoshop, you look at the position of the menu that I have chosen to do the work with other languages.
    I explain step by step what I did:
    - I created a sample file with three layers, saved to the desktop and I closed the file.
    - I opened the file and select the layer at the center to start recording an action that I called: Save with Name of the Selected Layer
    - New action
    - Give the name and press Save ( I think it is so in English )
    Now save ...
    - Menu -> Layer - > New —> Layer… and press -ok- , (leave the name that is shown)
    - Once again Menu -> Layer - > New —> Layer… and press -ok- , (leave the name that is shown)
    - Menu -> Layer - > Arrange (order) -> Behind
    - Menu -> Layer - > Merge Down
    - Menu -> Layer - > Merge Visible
    - Menu -> Layer - > New —> Layer… and press -ok- , (leave the name that is shown)
    - Menu -> Layer - Hide Layer
    - Menu - > Delete - > Delete hidden layers (press -Yes- )
    - Menu -> Layer - > New —> Layer… Enter this: ' Move this to the trash ' and press ok
    - Menu -> File - > Scripts -> Export Layers To Files... (In the window that opens select the option you want, but take away the name prefix) and press - Run -
    - Select the History panel and click Delete (on menu opened) pressing -Yes- every time when open the dialog box (8 times Repeat this step until you get into the story to the starting condition. Not use Restore -F12-).
    - Stop recording.
    At this point, by executing this action, I have reached the goal partly because the files created in this way remain, unfortunately, the numerical prefixes to avoid possibly overwriting of files (I think without notice) in the place where they are created.
    To achieve the goal we need a new step and thinking about this as follows:
    WARNING - The operation described below should be made on a copy of the file, so :
    - Duplicate the file
    - Move the original folder to another
    - Work on the duplicate file.
    WARNING - This modification is performed at your own risk and the undersigned assumes no responsibility on what is done mostly by inexperienced hands.
    WARNING - This change will overwrite any files with the same name as the selected layer plus the file extension of course.
    However, the change is trivial and within reach of anyone.
    Proceed as follows:
    - Close Photoshop
    - Open (in the specified path from the image ) file " Export Layers to Files.jsx " (Export Layers To Files.jsx 1.0.0.16) with a pure text editor.
    - Search for the string (should be in line 1029 )
    var = fileNameBody fileNamePrefix ;
    fileNameBody = + "_" + zeroSuppress (i, 4 ) ;
    fileNameBody + = "_ " + layerName ;
    - Replace it with :
    var = fileNameBody fileNamePrefix ;
    fileNameBody + = layerName ;
    - Search for the string (should be in line 1047-46 )
    var = fileNameBody fileNamePrefix ;
    fileNameBody + = "_ " + zeroSuppress (i, 4) + "s" ;
    - Replace it with :
    var = fileNameBody fileNamePrefix ;
    fileNameBody + = "";
    - Save and exit.
    - Restart Photoshop
    - Try the recorded Action, making sure that the layer name is not identical to the name of an existing file otherwise it will be overwritten.
    Question:
    Why I created levels which I then deleted etc..
    Answer:
    Simple to avoid errors of execution of the actions in the case of transactions with missing levels and other.
    Simple ... is not it?
    Sorry for my bad English...
    Thanks in advance for any hint.
    --->>> Please think about this... Adobe <<<---

  • How to get Command key to enable/disable only "Automatically select layer..." functionality

    Hi everyone,
    With no updates or preference changes that I know of, PS started working differently for me today. With the Move tool I normally have "Automatically select layer..." option on. I can then select sub-groups in my Layers palette, hold the Command button to temporarily toggle "Automatically select layer..." off, and drag that sub-group around the canvas.
    Today when I toggle the "Automatically select layer..." button on, holding Command temporarily toggles it off.
    But when I toggle the "Automatically select layer..." button off, holding Command changes the "Layer/Group" option next to it.
    Does anyone know why this just started happening or how I can change it back and allow the Command button to temporarily keep sub-groups selected?
    Here's a quick video showing the issue: auto select.mov

    Looks like this is aggravating a ton of people.
    See a more complete thread here: Re: PS CC 2014 Move Tool Bug?
    And the feedback here, with an update from Adobe saying "we're working on it": Photoshop: Move Tool - Toggle auto select shortcut changed

  • Function key actions not working

    I’m using Illustrator CC (v. 17.1.0) on an iMac. For ages, I’ve had actions set up. I have function key strokes attached to those actions. Just recently, they stopped working the way I want them to. For example, I have an action where I select text. The action changes the size of the text, and the color. Now, I get the error “The object 'Set color' is not currently available.”
    Another example is an action where I center three items along a horizontal line and group them. When I run that action now, I get the message, “The object ‘Alignment’ is not currently available.”
    When I recreate the actions (and then the function keystrokes) it works fine. Same exact steps. But I have to recreate my actions/assign function keys literally ever time I re-open illustrator. This is a huge pain. I’ve noticed the actions I have set up that DON’T have keystrokes work fine. So somehow it’s tied to the keystrokes, I think. How can I fix this, as I LOVE having the function key strokes!
    julie

    Hi Keany,
    I already had found that option because I would like to use directly the standard F1/F12 functions and not the special functions (as default setting by Toshiba). When I want to change for example brightness I now press Fn+ F2 (brightness down) or Fn + F3 (brightness up).
    The Fn+ F12 key nicely toggles the WiFi on or Off. I now understand that the way Toshiba displays this is not the same as with Windows 7?
    However I still have difficulties on how to switch on/off Bluetooth, that in my memory was done using the same functionkey (+Fn) ? I can't get it on.
    I there someone who can tell me? At the moment I only see 2 states when toggling with Fn+ F12, WiFi on or WiFi off.

  • 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

  • Layer functions

    Do the Layer functions work in the trial version?

    I'm working on a HDR lesson and have followed the instructions to add a photo from Photomatrix and a same photo from a raw file to process in Photoshop CC.
    i used Adobe bridge to import them as layers into Photoshop CC.
    i then added a layer mask to brush some features of one photo to the other.  i selected the brush tool and started brushing, with not effect.
    i just stumbled on to something, however, when i started playing with the bruch properties.  not sure what i did, but the brushing is now working.

  • Layer control in actions?

    How can I insert to an action layer palette options (Select layer, lock/unlock layer)?

    Don't record the clicking of buttons in the Layers palette; record selecting options in the Layer Options dialog:
    1. Start Recording.
    2. LayerPalette flyout menu: Layer[x]Options...
    3. Make settings as desired.
    4. Stop recording.
    5. Actions Palette: Turn off the dialog for the Layer step(s).
    5. Layer palette: Set the layers back to their original state.
    6. Run the Action.
    JET

  • How can a classic report be filtered using one select item and dynamic action?

    APEX 4.2.1
    DB 11g
    I have a page with 4 reports on it.  The top report is an interactive report and the following 3 are classic reports.  The users would like to be able to use a select list to filter the 3rd report by PO line number without refreshing the entire page.
    After verifying that the report is set to allow partial refreshes, I took the following steps
    1.  Created a PO Line select item (p_po_line_select) in the same report region
    2.  Added p_po_line_select to the report query
    3.  Created a dynamic action on p_po_line_select with 2 true actions
         1.  Set value (p_po_line_select)
         2.  Refresh report region.
    The Set Value dynamic step was not working; I would get an out of memory error at line 2, memory stack error, or the value did not get saved to session state depending on the settings I selected.  I was able to get it working with the following set:
    1.  Action = Set Value
    2.  Set type = PL/SQL Expression
    3.  PL/SQL Expression = :p_field_does_not_exist
    4.   Page items to submit = blank
    5.  Selection Type = Item(s)
    6.  Item(s) = p_field_does_not_exist
    p_field_does_not_exist does not exist as a page or application item which leads me to believe that this is a bug and I am just lucky that it worked.  I would rather know how to do this properly.  Can someone please provide a link to a working example of how this should be done or state which settings are wrong?
    I was able to reproduce the issue in the following app
    http://apex.oracle.com/pls/apex/f?p=4500:1000
    workspace = occam
    user  test/apex1
    Thanks,

    STOP POSTING DUPLICATE THREADS.
    If you have additional information, continue the discussion by posting it as a follow-up on the original thread: What is the proper way to filter classic report using just an LOV select field with dynamic action?

  • Could not complete the new 3D extrusion from selected layer command because the path is too complex.

    I was trying to do a photo of mine like in this video but its not working help needed. thanks.
    http://www.youtube.com/watch?v=egyLY78H7nE
    When I tried the 3D I got an error message that said (could not complete the new 3D extrusion from selected layer command because the path is too complex.) what does this mean and how can i fix it?

    There was a bug at one time where really simple paths (like a triangle, for example) could cause that error.
    Is your path really simple (I don't plan to go watch the video)?  If so, have you installed the latest update for Photoshop?  That bug may have been fixed already.
    If it's not that, it's possible that if your path is really complex and simply exceeding Photoshop's capability.
    -Noel

  • Selection-screen function key  dynamically ?

    Dear all,
    I wonder if it is possible to have a function key dynamically appearing on the selection screen of an ABAP. For example the button for reading the documentation of an ABAP is shown dynamically only if there is a documenation available.
    I have tried several methods at SELECTION-SCREEN OUTPUT
    - SET PF-STATUS EXCLUDING 'FC0x' : no reaction
    - Blanking the icon via CLEAR: SSCRFIELDS-FUNCTXT: Result blank button
    - In LOOP AT SCREEN nothing can be found concerning function keys.
    I assume that the crucial point is the SELECTION-SCREEN FUNCTION KEY statement, which generates the button.
    Thanx for your help
    Rabanus Diehl

    You mention about the 'Documentation' button.
    However, SE38 is a dialog program so this why it is easy to do. You are writing a report program. You could have the pushbutton on the screen itseld instead of the status bar. You should then be able to use LOOP AT SCREEN to hide. Here is some code to put a pushbutton on a screen.
    INCLUDE <list>.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN PUSHBUTTON 01(35) garment
      USER-COMMAND garment.
    SELECTION-SCREEN END OF LINE.
    INITIALIZATION.
      PERFORM f_setup_pushbutton_text USING icon_execute_object text-s01
                                      CHANGING garment.
    FORM f_setup_pushbutton_text USING    p_icon
                                          p_text
                                 CHANGING p_result.
      DATA: l_result(50).
      CALL FUNCTION 'ICON_CREATE'
           EXPORTING
                name                  = p_icon
                text                  = p_text
                add_stdinf            = space
           IMPORTING
                RESULT                = l_result
           EXCEPTIONS
                EXCEPTIONS
                icon_not_found        = 1
                outputfield_too_short = 2
                OTHERS                = 3.
      IF sy-subrc EQ 0. ENDIF.
      p_result = l_result.
    ENDFORM.                               " F_SETUP_PUSHBUTTON_TEXT

  • Select - Option functionality in Web Dynpro Java

    Hi Experts,
    I would like to have a select option functionality in my WDJ application input fields which resembles the select-option functionality in R3. Can any one please throw some light on this.
    Regards,
    Abdullah

    There are various spell checker webservices you could use (Google, Yahoo, etc) which upon submit of your form will be called.
    However, keep in mind you won't have fancy inline-edit-and-replace functionality, but you either you could just present a list with results and have the user make the corrections himself, or you could correct all the findings at once without user interaction
    Edited by: Robin van het Hof on Oct 21, 2011 2:38 PM

  • How to save a slice of selected layer or selected object

    I am new to Fireworks CS3. I have a layered PSD and want to
    create slices (or images to be used separately on a web page via
    Dreamweaver) from certain selected layers or certain objects
    showing the selected layer and / or object only. I tried and got a
    slice that contains all visible layers cropped to the size of the
    object I wanted. Can someone point me to a resource that will show
    me some tutes or offer an explanation?
    For example, suppose I have an apple as a background image on
    a bottom layer, with other images on other layers overlapping the
    apple in my psd file. How do I create a slice of just the apple?
    And, suppose I have an apple, an orange and a banana on the
    same layer, but I want to create a slice of each fruit
    individually. How is this best done?
    Thanks.

    WorWicWebmaster wrote:
    > I have dealt with this type of problem for years now. I
    have been asking for a
    > solution and oddly enough, Microsoft has provided the
    solution. The latest
    > release of Expression Design 2 now has slicing support.
    They took it to the
    > next level and allow you to indicate which layers, even
    which elements on
    > layers, you want to be "visible" to the slice. If a
    layer or element is not
    > marked as visible, it will not be exported with that
    slice. It's as if the
    > graphic(s) were unseen by the slice.
    >
    > This is a very elegant solution to an old problem ever
    since slices were first
    > introduced. I sincerely hope Adobe takes notice of how
    competitors are
    > innovating similar tools. I personally prefer Fireworks
    over Expression Design,
    > but I've been using Design lately just for this slicing
    feature.
    >
    Yes let's hope they do
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    Adobe Community Expert
    http://tinyurl.com/2a7dyp
    .:Author:.
    Lynda.com -
    http://movielibrary.lynda.com/authors/author/?aid=188
    Peachpit Press -
    http://www.peachpit.com/authors/bio.aspx?a=d98ed798-5ef0-45a8-a70d-4b35fa14c9a4
    Layers Magazine -
    http://www.layersmagazine.com/author/jim-babbage

  • Select layer/object will not move in PS, but will move another layer. Need help

    I appreciate the help ahead. I cannot figure this out with my Photoshop CC.
    Basically when I select a layer on the right, and then go to move the object in that layer, it moves a different layer behind it.
    In the screen shot below on the left I am selecting the artwork layer on the right, which is the flip flops on the shirt.
    From here I can use the arrows to move the graphic. However, as soon as I use the mouse to select the flip flop graphic and go to move it, the layer selection on the right jumps to the shading and moves a background layer.
    What am I doing wrong? Super frustrating!
    Running Win 7 x64 8 gig ram, i7, 2 gb Nvidia card.
    Thanks!
    Jason

    You probably have Auto Select Layer on. (Options bar)

  • Moving selected layer in PS3

    Hi all!
    In a new CS5 I didn't meet this problem, but since I have to work on CS3 (Windows) for a while, I'd like to ask for help.
    When I select a layer in a layer panel and then I want to move it with a move tool, in my earlier experience the selected layer in panel was moved, despite the point from which I start to drag. Now, if I select layer1, but start to drag in a window when pressing on layer0 (it's too hard to pick slim lines of layer1), it "forgets" that I selected layer1 and drags layer0. Any ideas where I could cgange this option?
    I coudn't find any auto-select options in PS so far..
    Thanks!

    Sounds like you may have the "Auto-Select" option set.
    With the Move Tool active, look for this checkbox in the options area at the top of the Photoshop main window, and uncheck it:
    -Noel

  • Am working with trial version of photoshop elements 12. Layer functions remain grayed out when trying to use.

    I'm working with trial version of Photoshop Elements 12. Layer functions remain grayed out when trying to use them.

    You need to have an image open in the main window.

Maybe you are looking for

  • Hi all( ANY ABAPER )

    Hi all My data target is ODS.,, In the start routine , i have wriiten code like this to get the restricted records.,, loop at DATA_PACKAGE.     if not  DATA_PACKAGE-knart eq 'ZBPR' and        DATA_PACKAGE-knart  eq 'ZTRF' and        DATA_PACKAGE-knar

  • Stickie Notes - a way to add a top label?

    In stickie notes, is there a way to add a header label to a note (in the top darker yellow area? Also, is there a way to create different groups of notes. Example: a group called GROCERY LIST, then maybe a group called MAC HELP ME NOTES, and maybe a

  • Preview difficulty

    In my first CS5 session, previews were jerky -- seemed to degrade and then sharpen every 2-3 seconds, a sort of pulsing. I'm using the same files and environment as CS4, where the problem did not occur. Tried different project settings, same result.

  • Installed Adobe Reader - no license agreement

    Installed Adobe Reader and when I try to use s]it says I need to sign license agreement but the agreement never comes up during installation.

  • Titlebar-Icon not showing

    Hello Java World I can load the Icon, but it will not be shown in the titlebar. I load that icon from local hdd. I show my JFrame like this: getJFrame1().setvisible(true); // and private javax.swing.JFrame getJFrame1() {      if (ivjJFrame1 == null)