How to add actions to Elements 10

How does one add actions to elements 10? I have access to some PS action files but the help file does not explain how to add them to Elements. Helps says to Click Add on the Actions panel, but there is no where "add" option.

Install Actions in PSE
scroll down to Install Actions in PSE 9 and 10.

Similar Messages

  • How to add a new element to a model node in the view controller?

    View Context
        myNode
             attri1
             attri2
    myNode is a web service model node. How to add a new element to this node?
    Regards,
    Hui
    Edited by: Hui Wang on Feb 15, 2008 12:05 PM

    Sudhir Gorantla wrote:>
    > Hi,
    >
    > myNode
    > attri1
    > attri2
    >
    > IMyNodeElement ele=wdContext.myNode().createMyNodeElement();
    >
    > ele.setAttri1("");
    > ele.setAttri2("");
    >
    > wdContext.nodeMyNode().addElement(ele);
    >
    > Regards,
    > Sudhir
    Hi we need a model as an input parameter when creating a element for a model node. How to get the instance of the model?
    Regards,
    Hui

  • Windows 8 and PSE7 and PSE11 how to add actions

    I changed over to Windows 8.  PSE 7 downloaded and opens up just fine.  I cannot seem to find any info on how to add actions to PSE7.  Windows 8 is not setup like 7.  There is no start button.  You cannot input programdata to find the hidden files.  I downloaded PSE11 trial version thinking it was just PSE 7..........same thing, downloaded no problem, opens up but how do you add actions?   I used many actions to resize the file, sharpen, and a few makeover actions by Florabella.  I would love to be able to use those again.   Thank you.

    You probably need to do some study on how Microsoft expect Windows 8 to be used, especially if you don't have a touch screen.
    Two thoughts
    1. If you don't have a touch screen, Adobe Reader Touch may not be the best choice. It is much more limited than the regular Adobe Reader. Did you pick it for a reason, or just because Microsoft encouraged you into their App Store?
    2. Try a right click, sometimes seems to substitute for a touch off the edge. I know you can't just use the mouse as if it were touch.

  • How to add a new Element to the Context

    Hello all.
    I created in the wdInit()
    ArrayList datas = new ArrayList();
         for (int i = 0; i < 25; i++) {
              MyData data = new MyData();
              data.setMethods();
              datas.add(data);
         wdContext.nodeMyData().bind(datas);
    Now, I want by clicking on the Button "Create new Element", forward user to the other View, which elements are connected with the same model -> context, the new element should be added to context, the user should fill the form and click Save-Button.
    How can I add a new Element to the Collection I created and choose it as a current element?
    If I do: wdContext.nodeMyData().bind(new MyData()) all information will be lost. And I will have only one field.
    If I do it like this:
    IWDNodeElement dynTabElem=(IWDNodeElement)wdContext.nodeMyData().createElement();
    wdContext.nodeMyData().addElement(dynTabElem);
    I get an error: com.sap.tc.webdynpro.progmodel.context.ContextException: NodeInfo(DataComp.MyData): value node is created without a reference
    Well I can pass to my new View a Collection as a parameter and then
    Collection.add(new MyData()) and then bind it. But I find this solution not good.
    Is there any possibility to get the existing Collection from the Context without passing it to the view?
    Can I just add a new element to the existing collection?
    Thanks in advance.

    Hallo Monalisa,
    I did as you said. But I can't add something to my model class, because it is not collection.
                            MyData data = wdContext.currentBelegElement().modelObject();
                   data.add() ???? - don't work
                   wdContext.nodeMyData().invalidate();

  • How to Add the Cost Element in Existing Zreport Painter

    hi friends
    i have issue with report painter
    one Cost Element is not picked in Z Report which was created in Report painter
    transaction data could be found in standard reports.
    please expain how to Add the missing Cost Element in Existing  ZReport
    Point will be awarded.
    Thanks

    Check your sets first, if the cost element is missing from there, then change the set using GS02
    Cheers
    Prakash

  • How to add new data element to field list

    Hi,
    I am implementing Succession Planning 3.0 SP1.
    To make new data element was successful.
    I want to use them as sort field, however I don't know how to add them to the list of fields with caption.
    (i.e. to setting Visualize>My Org Units>Sort Fields)
    If you know how to config data elements usw. Please advise.
    Best Regards,
    Hiroshi Takimoto

    Hi Hiroshi,
    There are 2 ways to do this, both involving some customization of the application.
    1) Extend your HR-OCI views (TMC_O_SUCC_T & TMC_O_SUCC_B for My Org Units and TMC_IN_REP_T_DT & TMC_IN_REP_B_DT) to include Short Name. You probalby want to seek help from an OM consultant if this is not your area of expertise.
    2) Create a linked data element that links together the existing data elements and a new data element which includes Short Name. Your new data element must have the name of the existing data elements or you should change the hierarchy configuration that uses these data elements. Beware that this can prove troublesome for the Position Hierarchy because of the "virtual root" that is created - sometimes the join does not work because of this.
    Best regards,
    Luke

  • How to add actions to keyboard?

    Hello I´ve been looking around the net, and found a lot
    of confusing information.
    I would like to know how to add simple actions like
    gotoAndPlay("next"); to a key.
    e.g. the right arrow.
    How could I do this? any simple way?
    thanks in advance, marcelo.

    In AS3 you can just use:
    if(event.keyCode == Keyboard.A)
    help doc:
    http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/ui/Keyboard.html
    In AS2 you can use:
    if(String.fromCharCode(Key.getCode()) == "a")
    help doc:
    http://help.adobe.com/en_US/AS2LCR/Flash_10.0/00001143.html#300959
    That way you don't have to look up the key codes.

  • How to add action listener to internal frame?

    I have frame Main where I am trying to add action listener.
    Action listener should be listening button in frame Menu.
    I think it should be:
    Menu frame = new Menu();
    frame.btn_start.addActionListener(this);but it seems to be doing absolutely nothing.
    If I try to add in menu:
    btn_start.addActionListener(new Main());it generates: java.lang.StackOverflowError
    What should I do? Please help noob :)

    To get better help sooner, post a [_Short, Self Contained, Compilable and Executable, Example Program (SSCCE)_|http://mindprod.com/jgloss/sscce.html] that clearly demonstrates your problem.
    You're quite possible adding the ActionListener to the wrong component. And constructing a new instance of a class within the constructor is likely the cause of your StackOverflowError.
    db

  • How to add a custom element to a SOAP Header in c#

    I am new to SOAP and web-services, and not an expert on c# either so sorry if I have made an infuriatingly simple error.
    I am calling several web-services and I now need to add an element called *pcimask* to the SoapHeader in order to get a response that is PCI Compliant.
    The web-services/WSDL don't expose this property so I guess I need to add it at runtime.
    My application creates SOAP messages like the below: (the Soap Request and Response are output into a text file by a SOAP Logging class)
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Header>
    <AutHeader xmlns="http://edb.com/ws/WSCommon_v21">
    <SourceApplication>myApp</SourceApplication>
    <DestinationApplication>theirApp</DestinationApplication>
    <Function>CardCreate</Function>
    <Version>3.0.0</Version>
    <ClientContext>
    <userid>myID</userid>
    <credentials>SecureToken</credentials>
    <channel>NBA</channel>
    <orgid>123456</orgid>
    <orgunit>654321</orgunit>
    <customerid />
    <locale xsi:nil="true" />
    <ip>123.456.789.012</ip>
    </ClientContext>
    </AutHeader>
    </soap:Header>
    As I understand it, I need to add an element `pcimask="true` to the
    <ClientContext element, and it must be after the <ip>
    However the wsdl doesn't expose this as a property.
    So I have looked at the below resources:
     Bytes.com - how-add-soap-header-soap-message
     Stackoverflow: (18980689) adding-custom-soapheader-in-c-sharp-for-a-web-service-call
     Stackoverflow: (4035423) add-child-elements-to-custom-soap-header-in-spring-ws
    and I came up with a little class inside my `common.cs` as below:
    using System.Web.Services.Protocols;
    using System.Xml.Serialization;
    namespace EvryCardManagement
    [XmlRoot(Namespace = "http://edb.com/ws/WSCommon_v21")]
    [SoapHeader("EDBHeaderType", Direction = SoapHeaderDirection.In)]
    public class CardCreateEx : SoapHeader
    public string Value;
    public CardCreateEx pcimask;
    public static class Common
    public static bool closeMe { get; set; }
    public static int iMQRowID;
    public static string impNme;
    public static string impPwd;
    and I wanted to try and use it in my code that creates the SoapHeader as below:
    private EDBHeaderType wsSoapHeader()
    EDBHeaderType wsSoapHeader = new EDBHeaderType();
    /* ClientContext */
    ClientContextType clientContext = new ClientContextType();
    clientContext.userid = edb_service[0].userid;
    clientContext.credentials = Common.SOToken;
    //clientContext.pc
    clientContext.orgid = edb_service[0].orgid;
    clientContext.orgunit = edb_service[0].orgunit;
    clientContext.customerid = "";
    clientContext.channel = edb_service[0].channel;
    clientContext.ip = edb_service[0].ip;
    /* PCI MASK added to ClientContext in header; P-02925; Jan 2015 */
    CardCreateEx cardCreateExt = new CardCreateEx(); // P-02925; Jan 2015
    cardCreateExt.Value = "true";
    /* EDBHeader */
    wsSoapHeader.SourceApplication = edb_service[0].SourceApplication;
    wsSoapHeader.DestinationApplication = edb_service[0].DestinationApplication;
    wsSoapHeader.Function = edb_service[0].Function;
    wsSoapHeader.Version = edb_service[0].Version; // P-02925; Oct-Nov 2014
    wsSoapHeader.ClientContext = clientContext;
    return wsSoapHeader;
    but I get a build error:
        Attribute 'SoapHeader' is not valid on this declaration type. It is only valid on 'method' declarations.
    so what is the correct way to do this?

    Hi,
    >>Attribute 'SoapHeader' is not valid on this declaration type. It is only valid on 'method' declarations.
    Base on this situation, just as the error message says, the 'SoapHeader' attribute can only use on method, such as:
    [SoapHeader("myHeader", rection=SoapHeaderDirection.InOut)]
    //Receive any SOAP headers other than MyHeader.
    [SoapHeader("unknownHeaders",Required=false)]
    public string MyWebMethod() {
    return "Hello";
    For mire information:
    http://msdn.microsoft.com/en-us/library/system.web.services.protocols.soapheader(v=vs.110).aspx
    Besides, about Defining and Processing SOAP Headers:
    http://msdn.microsoft.com/en-us/library/77hkfhh8(v=vs.71).aspx
    http://stackoverflow.com/questions/18980689/adding-custom-soapheader-in-c-sharp-for-a-web-service-call
    Regards

  • How to add action link to EPM FR

    I'm trying to add capability of linking to EPM FR by adding <registry> section in ActionFrameworkConfig.xml ,after that the content looks like this,
         <registries>
              <registry>
                   <id>HDPreg</id>
                   <name>Hyperion Directory Provider</name>
                        <content-type>epm</content-type>
                   <provider-class>oracle.bi.action.registry.epm.HDPRegistry
                        </provider-class>
                   <description>Hyperion Financial Reports Registry</description>
              <location>
              <path>http://epmfoundation:19000/workspace/browse/listXML</path>
              </location>
              <service-access>
              <account>EPM</account>
              </service-access>
         </registry>
    </registries>
    the xml file was valid that can be opened normally by IE.
    then I added the credential of "EPM" mapping to user admin who was given the administrator roles of FR,in fact i gave it all the roles under the financial report node in Shared Service.
    then I restarted the BI Server,and even restarted the computer. but when I added the action link by clicking the add new acliton link icon, an error occured said
    Trying to read a config value before initializing the reader
    and the EPM action link type was not shown in the action type list
    what else i should do to make it work?
    thanks
    Edited by: carry on 2012-11-9 下午7:11
    Edited by: carry on 2012-11-9 下午7:20

    Here is the correct format of ActionFrameworkConfig.xml.
    This is your EPM workspace/raframework location - <path>http://WinSvr64EPM:19000/raframework/browse/listXML</path>
    Thiis same EPM key need to create in credential store
    <account>
         <name>EPM</name>
         <description>Account used to access EPM.</description>
         <adminonly>false</adminonly>
         <credentialkey>EPM</credentialkey>
    </account>
    Below is my config file, it's working.
    <?xml version="1.0" encoding="UTF-8"?>
    <obi-action-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="afconfig.xsd">
    <aliases>
    </aliases>
    <registries>
    <registry>
         <id>HDPreg</id>
         <name>Hyperion Directory Provider</name>
         <content-type>epm</content-type>
         <provider-class>oracle.bi.action.registry.epm.HDPRegistry</provider-class>
         <description>Hyperion Financial Reports Registry</description>
         <location>
         <path>http://WinSvr64EPM:19000/raframework/browse/listXML</path>
         </location>
         <service-access>
         <account>EPM</account>
         <propagateIdentity>false</propagateIdentity>
         </service-access>
    </registry>
    </registries>
    <content-types>
    <content-type>
         <typename>epm</typename>
         <displayname>Hyperion Applications</displayname>
         <actionType>URLActionType</actionType>
    </content-type>
    <content-type>
         <typename>webservices</typename>
         <displayname>Web Services and BPEL Processes</displayname>
         <actionType>WebServiceActionType</actionType>
    </content-type>
    <content-type>
         <typename>misc</typename>
         <displayname>Mixed Services</displayname>
         <actionType>URLActionType</actionType>
    </content-type>
    </content-types>
    <accounts>
    <account>
         <name>WLSJNDI</name>
         <description>Account used to access WLS JNDI.</description>
         <adminonly>false</adminonly>
         <credentialkey>JNDIUser</credentialkey>
    </account>
    <account>
         <name>EPM</name>
         <description>Account used to access EPM.</description>
         <adminonly>false</adminonly>
         <credentialkey>EPM</credentialkey>
    </account>
    </accounts>
    </obi-action-config>

  • How to add attribute to Element with SAX

    Hi,
    I'm parsing XML document with SAX using DefaultHandler.
    How can I add attribute to start tag?

    Is this right????????????Yes, it's right. Everything everybody except you has said in this thread has been right.

  • How to add a new element in xmltype

    hi!
    updatexml may update value of element which must exist in xmltype instance,but i want add new element in xmltype which existed.

    Does anyone have an example of using the insertBefore() or append() Methods with pl/sql?

  • How to add actions only when the stage playhead passes a label/certain time?

    I have an animation that is 2 seconds long. On the 1 sec mark there is sym.stop(); and a label called 'in'. At the 2 sec mark there is another sym.stop();
    So what I want to happen is for the animation to play up until 'in', then on mouseenter for the stage have sym.play();, and on mouseleave sym.playReverse();. This will make it so that only the second half of the animation will get played on mouseenter/leave.
    My problem is that the mouseenter/leave also gets applied to the first half of the animation, not allowing the second half to animate if the user mouses over during the first half. I know this requires an if statement but I don't know how to write it. So it would be something like this: if the playhead reaches 'in', apply mouseenter/leave actions.

    yes, I am. By the way I've found the solution. Someone might find this usefull.
    In design.xml having
    <component name="ExtendedTextInput" namespace="mynamespace" category="beta" displayName="ExtendedTextInput"/>
    use this
    <component name="ExtendedTextInput" namespace="mynamespace" category="beta" displayName="ExtendedTextInput">
            <defaultAttribute name="text" value="ExtendedTextInput"/>
        </component>
    so when adding this component to design view, it will have text setted to value ('ExtendedTextInput' in this case).

  • How to add a new element in dropdown menu in PA30 screen

    Hi All,
    In the sreen of PA30, click 'Utilites(M)' on the menu, there are some elements in this dropdown list.
    In some system, if i set MOL to 22, 'Reports(japan)' will be appended at the end of the list. But some system, even if i set mol to 22, there is no this new elment in the corresponding position.
    Where to do such kind of settings?
    Many many thanks in advance!

    hai..
    Possible Answer:
    The Utilities in the tool bar is standard settings and come with country independent..settings...

  • How to add button ui element in alv table data in web Dynpro ABAP

    Hi Experts,
    I have one requirement,
    Actually I was devloped normal table in web Dynpro ABAP
    in that i have one column Display as a button .
    when i select that button need to display some data.
    same requirement i need to devlope in alv table.
    i am going to attach file please check.
    Thanks in advance.
    Regards,
    Subba Reddy.

    Hi,
    You can create Button in your ALV table column with below code
    DATA lo_button              TYPE REF TO cl_salv_wd_uie_button.
    CREATE OBJECT lo_button.
        CALL METHOD lv_value->if_salv_wd_column_settings~get_column
          EXPORTING
            id    = <your column name>
          RECEIVING
            value = lo_system_select_hdr.
        lo_button->set_enabled( value = abap_true ).
       lo_button->set_text( value = 'Avaliable List'  ).
        lo_button->set_tooltip( value = 'Avaliable List' ).
        lo_system_select_hdr->set_cell_editor( value = lo_button ).
    And for button click action,
    Create a method (say SHOW_DATA( ) ) with on_click event handler.And when you click button on your ALV table, SHOW_DATA( ) method will trigger.
    Thanks
    KH

Maybe you are looking for

  • Bluetooth does not work properly on Tecra M9

    I have a problem trying to use my Bluetooth on Toshiba Tecra M9 laptop. When I go to Control Panel "Bluetooth Devices" does not show on the list. The only reference to Bluetooth is "Bluetooth Com". If I double click on the Bluetooth icon in Systray I

  • I am getting a memory leak that sometimes leads to an unresponsive Firefox, but does not crash per se.

    Hello, For the last couple of months, I am having issues with one of my tabs or the program itself causing a memory leak. I was hoping that subsequent releases would fix the problem, but when I downloaded V.11 it did not help. I use tab mix plus and

  • Install Parallels with 8.1

    Trying to install Win 8.1 (New full disc version) using bootcamp....Failed went out and bought Parallels the program installed it and tried again.....Failed It gets the windows serial numbers input and just when it should start the installation i get

  • Macbook air battery cut in half after Mavericks upgrade- help?

    Hey everyone, I have a mid-2013 MBA that would get 10-12 hours of life, on average, with ML. After upgrading to 10.9 though, the battery life has been cut in half. Not only that, but the battery still drains when I have the lid closed and runs hot in

  • At com.sapportals.htmlb.table.TableView.getColumnCount(TableView.java:539)

    when i use the tag <hbj:tableview> in the jsp of the project portal application! 01:56_02/04/09_0006_9369850 [EXCEPTION] java.lang.NullPointerException      at com.sapportals.htmlb.table.TableView.getColumnCount(TableView.java:539)      at com.sappor