How to add layer adjustments to workspace?

If I choose the Photography workspace, I get four mini icons: MiniBridge, Actions, History, and Clone Source. How do customize these icons?  I would like to have Levels, Curves, Add a mask, Saturation, etc, as mini icons. Currently I have the full Adjustments Panel on top of Layers, Channels, and Paths. I'm talking about adding the small icons that appear to the left of this, those icons that change as you choose Essentials, Design, Painting, Photography, etc. Thanks!!

Hi
If you've got any panel or panel (tab) group and you want to turn them into small icons (they're actually referred to as 'floating docklets') then all you need to do is click on the small double-arrow at the top right of the panel/group - see the image below..
If you're talking about splitting the adjustments panel that can't be done as far as I'm aware, although you could create individual panels (for destructive adjustments from the image > adjustments menu) using the Adobe Configurator application: http://labs.adobe.com/technologies/configurator/ (as mentioned above).
Hope that helps
Tony

Similar Messages

  • How to add layer mask?

    Must add each layer of the document (except the background) mask blank:
    There is such a script:
    if(app.documents.length>0){
        var docRef = activeDocument;
        var layerNum = docRef.layers.length;
        for(var i=0;i<layerNum;i++){
            docRef.activeLayer = docRef.layers[i];
            if(!docRef.activeLayer.isBackgroundLayer){
                try{addMask ()}
                catch(e){}
    else{alert('There are no open files')};
    function addMask(){
        var idMk = charIDToTypeID( "Mk  " );
            var desc2 = new ActionDescriptor();
            var idNw = charIDToTypeID( "Nw  " );
            var idChnl = charIDToTypeID( "Chnl" );
            desc2.putClass( idNw, idChnl );
            var idAt = charIDToTypeID( "At  " );
                var ref1 = new ActionReference();
                var idChnl = charIDToTypeID( "Chnl" );
                var idChnl = charIDToTypeID( "Chnl" );
                var idMsk = charIDToTypeID( "Msk " );
                ref1.putEnumerated( idChnl, idChnl, idMsk );
            desc2.putReference( idAt, ref1 );
            var idUsng = charIDToTypeID( "Usng" );
            var idUsrM = charIDToTypeID( "UsrM" );
            var idHdAl = charIDToTypeID( "HdAl" );
            desc2.putEnumerated( idUsng, idUsrM, idHdAl );
        executeAction( idMk, desc2, DialogModes.NO );
    It runs and adds a mask, but it is filled with black:
    How to change the code to create an empty mask (like in the first picture)?
    Sorry for my english...

    Line 30 you have the actionmanager "HdAl" hide all… Record again using show all…?

  • How to add attachments in the workspace?

    I have designed a process in which user will will initiate a task from the workspace.He will attach a file widin the workspace and next level user will view.this is working fine as i have created one process variable to stor the task attachments.My problem is that the second level user ie the assign task user is unable to add the attachment when the form comes to c his to do list.He is able to view the attachments added by the initial user.when the assign task user tries to add attachments the attachemnt list count is getting added but the attachments r not added.Can anyone tell me the solution?

    Hi,
        You can add attachments to work item from workspace using  attachments.
         If attachments tab is not visible in workspace you can modify your workflow to show attachments tab.
         Follow these steps to enable attachments tab,
          1) Open your workflow definition and edit the properties for Assign Task step.
          2) Select Attachments and Notes section and check Show Attachment Window
          3) Map Output attachments field  to a  varible of type List ( sub type  documents ) to make added attachments from workspace available to workflow.
    Regards,
    Vik

  • Oracle BPM 11g  workspace: how to add a link to an external ADF app?

    Hi all,
    I have a process for which all the data is persisted in the db, and for Human tasks, I use ADFBC component.
    For an existing instance, I would like to provide a link access (available from the workspace) to users (with right privileges) to be able to update some data ...
    I thought implementing a new process with an Initiator HT...but this means, any time a user click the link, it will generate an new instance...
    Then I thought maybe it will be easier to just implement a new ADF application to update my process data using ADF BC...
    but once the application is deployed... I need to provide an access link to users from the workspace????
    how can I do this?
    Globally, how to add an external link to an ADF app from the workspace application.
    Thank you.

    Were you able to achieve this . Maybe this can help -
    Check hbuelow's reply @ Unable to see the application in BPM Workspace for Sales Quote tutorial
    Edited by: Sudipto Desmukh on May 9, 2012 7:02 PM

  • How to add shape layer in Adobe After Effects Cs2 ???

    How to add shape layer in Adobe After Effects Cs2 ???

    You upgrade. You're too early for shape layers.

  • How to add dynamically called files to a teststand workspace?

    I am using TestStand 4.1.1 and LabVIEW 8.6.1 to try and install dynamically called VI's into a TestStand workspace.  I am following the instructions on pp. 14-8 through 14-10 in the TestStand Reference Manual (May 2008) edition.  So far I have not been successful, and the instructions are not clear.  For example, I cannot see in the instructions anywhere that I am supposed to add my test sequence.  Should the test sequence already be loaded in the project before this set of instructions is followed?  Could someone clarify this set of instructions for me? 
    Then when I get a successful build, I would like to try out the deployment and installation on a target computer.  Please provide a detailed and clear set of instructions on how this can be accomplished.
    Also, is there anyway to do this without building an installation?  Originally I just wanted to create the deployment without an installation.  But please explain both ways. 
    Thank you.
    epsilon-delta

    Epsilon,
    What are you using dynamically called VI's for? Are you adding dynamic VI's to LabVIEW, or to TestStand? If you are calling from TestStand, you don't need to do anything, the deployment utility will do all of the work for you.  The section on adding dynamically called files to a workspace listed in the Test Stand Reference Manual  is a mini-tutorial, and not exactly step by step instructions. All you need to do to add dynamically called VI's is to add them to your workspace file, and make sure the TSW is saved before you build your deployment. The example right before that one, covers how to deploy from a TSW, and mentions that you need to add your sequence file to the project that is in the workspace.
    The steps needed to deploy a sequence is as follows:
    1. Create a new workspace file
    2. Right click on the workspace file and select "Add a project"
    3.
    Right click the project and select add additional files (here you
    should add your sequence file and any files that are dynamically called
    (e.g. VIs))
    4. Go to Tools --> Deploy TestStand System
    5. Check "Deploy Files from TestStand Workspace File"
    6. Select the appropriate file path where you saved the workspace file
    7. Add in a path for the location you want to store your deployable image (for instance your desk top)
    8.
    Go to the distributed files tab and select "yes" to analyze the source
    files [here you will find all the files you chose to include with your
    distribution, this is automatically populated from the workspace and
    its dependencies), if you are deploying and plan on using a User
    Interface and not the TestStand Sequence Editor, here you would need to
    include the UI as well
    9. If you were making an installer, you
    could check the "Create installer" box under installer options and
    specify a location. Also here you could click on the drivers and
    components box to add additional driver installation (only if you are
    building an installer)
    10. Click on build status, then build
    You can also reference the same manual 14-7 through 14-8 which goes through an example deployment, and installation on a target computer. 
    After you build your installer, copy the files to the target computer and run the setup.exe to install to the new computer, what problems do you have? Do you get errors, and if so can you take screenshots of them? 
    If you do not wish to create an installer, and you already have a user interface installed, and the TestStand engine on your target machine, you can just copy all of your files to the target machine, and run them normally. We generally recommend building installers, so that any missing dependencies on the target system could be installed, and the TestStand  deployment tool takes care of pulling out all the needed files for you (except for the dynamiclly called ones, which is why you need to add them yourself). If you want you can use the deployment tool to create an image and then move that image to the target computer. The image should have all of your non-dynamic files included, but still requires that your system have all needed components installed. Please let me know what part of the deployment, installation process you are having errors, and we can help you troubleshoot. I always recommend trying to deploy a very simple example sequence with no code modules, if you are having problems. This is always a good troubleshooting tip that will help to determine if the problem is with one of your systems, or with your specific sequence file. 
    Richard S -- National Instruments --Applications Engineer -- Data Acquisition with TestStand

  • How to add a gradient or 50% transparent fill to an .ai imported path?

    Hello All;
    I need some help. My task sounds simple enough but not sure how to accomplish it.
    I created the following path in Illustrator (See attached illustration - the top one). This is actually for a lower-third graphic.
    I have been successful at importating that into .ai. Though should I be using a solid or a shape layer or doesn't it matter ?
    I can add a stroke which affects the color and thickness of the outlines OK.
    However, I can't figure out how to add either a gradient fill or one that is 50% transparent ? Can anyone help ?
    Oh ... I'll mention I'm using After Effects CS3.
    Thanks.
    Tim

    Rick;
    I've used Illustrator for quite a while both at home and at work but I really havn't had to do anything that complex yet. Same goes for Photoshop. I bought DVD tutorials for most of the productivity software I use and when you gave your first explanation, I watched the DVD tutorial on Importing into AE so I know what you're referring to when you say to import as composition. So far, I've only tried to import into AE by copying and pasting. I think that's why I just got the path and not the background. I'll try importing a composition shortly and see if I get the fill too. I actually found a tutorial on making the type of shape I need to in Photoshop so maybe I'll try that instead of Illustrator and then import that into AE.
    Btw - It may not actually be a gradient fill I need to use but instead a solid fill with the top half lighter and buttom half darker.
    In case you're interested, here's actually what I'm trying to create for a video project. I could actually buy the animation for $8 but I figured that this can't be that difficult and I need to learn this stuff anyway ... http://videohive.net/item/lower-third-15-different-colour-schemes/145337?WT.ac=category_th umb&WT.seg_1=category_thumb&WT.z_author=berol
    Tim

  • How to Add a new Currency in HFM Data form and grid (Rates)

    Hi Gurus,
    Am very new to this forum.
    Can someone explain me how to add a new currency to the existing data for or grid in the Workspace.
    Regards,
    Vinod

    Hi Sandeep,
    To add a new currency in Metadata, just add in Currencies dimension, and to add in Data form-just send the script what you are using as of now for rest of the currencies, or follow the same steps as specified above. or just add the script A#CLORATE.w#Periodic.C2#XYZ in rows of your data form (where XYZ- is the new currency).
    To add a new location in FDM login to FDM web client- click on Metadata--> locations and select the Controls review location where you want to add the data load location, right click and add the new location.

  • Is my system DV7t-3300, or DV7t Quad Edition? And how to add more memory to it?

    Dear forum,
    I have an old notebook computer bought back in March 2010. It's a DV7t series. As it's getting slowly, I'm thinking of adding more memory. However, I'm not sure how much memory the motherboard can support for the upgrade.
    I'm stuck with the first step, which is to decide the model number (and then motherboard) of it.
    My original order email states the following:
    YOUR CUSTOMIZED HP PC
    dv7t quad edition
    • Genuine Windows 7 Home Premium 64-bit
    • Intel(R) Core(TM) i7-720QM Quad Core processor (1.6GHz, 6MB L3 Cache) with Turbo Boost up to 2.8 GHz
    • FREE Upgrade to 4GB DDR3 System Memory (2 Dimm) from 3GB DDR3 System Memory (2 Dimm)
    • 500GB 7200RPM SATA Hard Drive with HP ProtectSmart Hard Drive Protection
    • 1GB Nvidia GeForce GT 320M - For i7-720QM and i7-820QM Processors
    • 17.3" diagonal HD+ High-Definition HP LED BrightView Widescreen Display (1600 x 900)
    • LightScribe SuperMulti 8X DVD+/-RW with Double Layer Support
    • Webcam Only
    • Intel Wireless-N Card with Bluetooth
    • HP Integrated HDTV Hybrid Tuner
    • HP Color Matching Keyboard
    • 8 Cell Lithium Ion Battery
    • No Modem
    • Microsoft(R) Works 9.0
    • HP Home & Home Office Store in-box envelope
    However, the bottom of the notebook computer has a label that specifies the following:
    Pavillion dv7
    Serial: omitted
    Product: WH764AV
    Model: Q dv7t-3300.
    I visited some memory buying website like 'crucial.com'. However, I was prompted to select the model and there were both dv7t-3300 CTO and dv7t Quad Edition. Unfortunately, they resulted in different kinds of memory (although the specs of the sugested memory modules seem to be the same, these two memory modules have different model numbers).
    So, what model number my system has? 3300 CTO or Quad Edition?
    Perhaps a suitable model number would tell me which motherboard this notebook has. Additionally, can anyone advice me about on how much memory my notebook can support (8GB or 16GB) maximum?
    Thanks a lot!
    Cruiser

    Hi,
    Max is 8Gb using the following manual:
        http://h10032.www1.hp.com/ctg/Manual/c01859666.pdf
    And from the following site:
       https://www.ramcity.com.au/upgrade/hp-compaq/pavilion-dv7-series-notebook/dv7t-3300-cto/73893
    The above manual shows you how to add/replace RAM. Looks like you have to buy 2 x 4Gb sticks.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to add a link to an interactive svg using edge commons library

    Hi,
    I've been playing around with this wonderful Edge Commons interactive SVG tutorial
    My question is : How to add an external link "url" to an interactive svg using edge commons library ?
    Edge commons example file :
    http://edgedocks.com/market/interactive-svg-example-project-edge-commons
    Edge commons  video tutorial :
    http://www.youtube.com/watch?v=4UEB6gaLKuw
    I have adapted this tutorial to an interactive map, http://madudesign.com/works/france/ every thing is going fine until I couldn't figure out to link a particular url on each part of the region of the map.
    I managed to figure out how to change colors on the different parts of the map on mouse over and mouse out but I'm not quite comfortable with JavaScript since I don't use it every day...
    I have tryed to link to an url by passing it on the illustrator layer and via the onclick event (event.target.id) to a simple url
    http://redpen.io/6svh5u
    then working in Edge and publishing on the browser the link returns me a weird url line by replacing the original url slashes "//" by "_x2F_" and I must have misunderstood the proper JavaScript line to open that link from there...
    for example on my actual exemple "http://madudesign.com/works/france/"
    the first top region of France is normally a link to "http://www.google.com" and it returns "http:_x2F__x2F_www.google.com" plus the complete path to the file too...
    I don't know how to get around this trick and have back for each region a particular clean link from the event target id of the svg...
    thank-you for any help
    matt
    link to my edge animate file if needed :
    http://madudesign.com/works/france/carte_de_france.zip

    I got an answer from the Edge Commons dream team and I am very grateful to them :
    "The problem that you bumped into was that you hadn't included a valid URL so far. We weren't sure if you wanted to include them within the SVG file or if you wanted to implement the functionality within Edge Animate. We came up with a solution for the latter one, with a simple switch in the js code:
    You have to type in the appropriate URL of course for all the cases."
    I have to share the final result:
    http://www.madudesign.com/works/france/france_map/
    And the zipped project file:
    http://www.madudesign.com/works/france/france_map.zip
    Thanks to Daniel & Simon
    Matt

  • How to add text to gif

    Hello, i'm a beginner in photoshop.
    I want to add text to my gif in animation frame, but somehow the text look transparent even though i already use black color for the text.
    Could someone give me tutorial to how to add text to the gif and then make some kind of a subtitle?
    Thanks..

    So, if i want to make the text appear in layer 1-10 only, i only have to put the text layer above layer 10 right?
    Do you mean 'Frame 1 - 10'? If you want the text to appear in Frames 1 - 10, you have to add the text to all frames from 1 - 10 above your image layer.
    But what if then i want to make a new text for layer 11-20? Wouldn't the text appear in layer 1-10 as well? How to separate the text then?
    If you want new text for Frame 11-20, you have to create a text layer in Frames 11 - 20 and change the text that you want to show in 11-20 frames.

  • How to add used DCs in Netweaver 7.1 ??

    hi ,
                i want to add used Dc for EJB DC. I am having JAVA project which is having some java classes , which i want to use in EJB DC. How to add that JAVA DC as used DC for EJB DC in Netweaver 7.1????

    HI,
    Hope this may help u..
    Importing Development Configurations from the SLD
           1.      To obtain access to the development configurations in the SLD, set the Development Configuration Pool in the Developer Studio:
                                a.      From the menu path, choose Window  ® Preferences.
                                b.      Open Java Development Infrastructure ® Development Configuration Pool.
                                c.      Specify the URL of the server on which the SLD is installed in URL in the following format http:. Choose OK.
           2.      To import a development configuration, open the context menu in the Local DCs view and choose Import Configuration... 
           3.      Select the remote option.
    A dialog for logging on to the development infrastructureappears.
           4.      Enter USER1and the corresponding password.
    The Development Configuration Importdialog appears.
    In this dialog, you can set the storage location (the root folder) for the files created in this development configuration. To be able to change this setting, you must first remove all development configurations.
    A list of the development components available in the SLD appears.
           5.      Open the node TECHNO/1.0 and import the development configuration TECHNO_dev
    The extension dev stands for the development status of the SC. The APPLcons development configuration is also created. After development, you can maintain the consolidation state in this development configuration.
    The Development Configuration Import dialog appears.
           6.      Choose Next.
    The Build Variants dialog window appears.
           7.      Choose Finish.
    The system reads the development configuration settings and sets up your development environment. The views Active DCs, Inactive DCs, and Local DCs now contain a new entry with the name of the imported development configuration.
    Result
           1.      In the Development Configuration perspective, switch to the Inactive DCs view.
           2.      Open the folder TECHNO_dev.
    You can see only the software components which you will develop.
    DCs can be created only in the Inactive workspace and are activated in the CBS only by a successful build. This makes them available automatically in the Active workspace, where they can be used for the build of other DCs.
           3.      Switch to the Active DCs view.
           4.      Open the folder TECHNO_dev.
    Next to the software components you want to develop, you see three entries:
    ■       sap.com_SAP_BUILDT
    ■       sap.com_SAP_JTECHS
    ■       sap.com_SAP-JEE
    These SCs are provided and can be used but cannot be changed.

  • How to add actionscript to a movie symbol

    I am a complete newbie to actionscript and flash. I am using
    Flash CS3 with Mac OSX.
    I need to know how to add actionscript to a movie symbol?
    I made a circle and coverted it into movie symbol. After
    selecting it and opening Windows > Actions, it says that the
    currect selection can not have actions applied to it.
    I have also tried ticking the Export for actionscript option
    and leaving the default options on, but still no use.
    can someone please help me?

    ticking Export for actionscript isnt doing anything for you,
    thats to attach a movie from the library... click your movie clip
    symbol, in the properties panel, click where it says 'Instance
    Name', and give it a unique name, lets say, my_mc. then in an
    actions layer, ON A KEYFRAME, add this
    my_mc.onRelease
    or
    my_mc.onRollOver
    or
    my_mc.onRollOut
    and so on, but that's how you reference the movie clip... by
    its instance name

  • How to add Panel in JScrollPane? URGENT!

    I need to add a Panel in JScrollPane
    I have try to add JPanel into JScrollPane, but apparently, the JPanel did not show up at all in the JScrollPane (all i see is the border of JScrollPane)
    Then I switch my JPanel to Panel (awt) and it does appear on the JScrollPane, but scrollbars are not visible even i have set the size of the panel is larger than the JScrollPane. (and i also set the VERTICAL_SCROLLBARS_ALWAYS) I can scroll with my mousewhieel, but the panel can scroll out of place(ie outside of the Jscrollpane)
    Can someone teach me how to add a Panel or JPanel to a JScrollPane Please~ Thanks!!!

    here is an example that illustrate my problem:
    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.border.*;
    import javax.swing.filechooser.*;
    public class testing extends JFrame
         public testing()
              Container pane=getContentPane();
              pane.setLayout(null);
              setSize(600,600);
              JPanel backgroundpanel= new JPanel();
              backgroundpanel.setLayout(null);
              backgroundpanel.setSize(500,500);
              backgroundpanel.setLocation(0,0);
              Panel insidepanel = new Panel();
              insidepanel.setLayout(null);
              insidepanel.setSize(300,300);
              insidepanel.setLocation(0,0);
              JLabel something= new JLabel("something");
              JTextField someTF= new JTextField(10);
              something.setSize(100,20);
              something.setLocation (20,20);
              someTF.setSize(100,20);
              someTF.setLocation(50,60);
              insidepanel.add(something);
              insidepanel.add(someTF);
              JScrollPane scrollpane= new JScrollPane(insidepanel, JScrollPane.VERTICAL_SCROLLBAR_ALWAYS,JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS );
              scrollpane.setSize(200,200);
              scrollpane.setLocation(10,10);
              backgroundpanel.add(scrollpane);
              pane.add(backgroundpanel);
              setVisible(true);
              setDefaultCloseOperation(EXIT_ON_CLOSE);
         public static void main(String args[]) throws FileNotFoundException, IOException
                        testing test=new testing();
    apparently, the panel i add in teh scrollpane is on the top layer instead of inside the scroll... can anyone help?

  • Create Tabular Form wizard - how to add rows to Table / View Owner list?

    Create Tabular Form wizard asks to choose "Table / View Owner"
    How to add additional schemas/users to this "Table / View Owner" dropdown list?

    Next step:
    I tried to create 2nd application - and it sees and allows to select from schemas I added in previous step.
    Then I tried to add 1 more schema - and 2nd application can't see it...
    I create 3rd application and select 1st schema (assigned when workspace was created) - and it sees only this one schema
    I create 4th application and select another schema (added in previous steps) - and it sees 2 schemas from 4 assigned
    what is this?
    how to live with it?

Maybe you are looking for