Add on actions

Hi all.
I loaded florabelle actions into PSE 13 - exactly how they told me - NOW, all my prior effects and graphics are gone from PSE.  No bevels...nothing.  What happened?  Can someone please help me figure out how to get PSE 13 back to where it was?  Oh my!
Thanks,
Sherry

juliaf47038715 wrote:
Yes I have the installer,
Not sure what that means. Extension Manager? CC?
I have just noticed that although it shows PS 6 it does not show CC in the list of programes
Not sure what that means?
Are you using Extension Manager CS6 instead of Extension Manager CC?

Similar Messages

  • How to add table actions to an Advanced Table programmatically

    We have code in my CO which builds an advanced table dynamically and associates it with a VO. The table comes out looking good - the correct columns and data are displayed.
    I now want to add Table Actions for that particular dynamically created table.
    The code below builds the buttons correctly and they are built/rendered just fine.
    After adding this code to build the FlowLayout bean, add the buttons and associate the it to the TableActions of the advanced table bean, none of the buttons on the page work anymore. Each time I click any button (even if it's a page level button like 'Save' or 'Cancel'), I get the following error:
    +## Detail 0 ##+
    java.lang.NullPointerException
    +     at java.util.Hashtable.get(Hashtable.java:336)+
    I have added debug statements in by CO, but it is never even getting into the ProcessFormRequest
    Below is the code we are using. Can anyone suggest a way to have this flow layout created dynamically like this and not break all button functionality on the page?
    //Create the advanced table
    OAAdvancedTableBean tableBeanP1 = (OAAdvancedTableBean)createWebBean(pageContext, ADVANCED_TABLE_BEAN, null,"Proc1Tab");
    tableBeanP1.setViewUsageName("P100DetailsVO1");
    tableBeanP1.setNumberOfRowsDisplayed(10);
    //Create a new flow layout to be used as the table actions
    OAFlowLayoutBean tableActionBean = (OAFlowLayoutBean)createWebBean(pageContext, FLOW_LAYOUT_BEAN, null, "P1ButtonRegion");
    //Create the "Add Control Group" button for this table:
    OAButtonBean addButtonBean = (OAButtonBean)createWebBean(pageContext, BUTTON_BEAN, null, "P1AddCtrlGroup");
    FireAction FireActionAddGroup = new FireAction();
    FireActionAddGroup.setEvent("AddCtrlGroup");
    Parameter param = new Parameter();
    param.setKey("ProcedureIndex");
    param.setValue("1");
    Parameter[] params = {param};
    FireActionAddGroup.setParameters(params);
    addButtonBean.setPrimaryClientAction(FireActionAddGroup);
    addButtonBean.setText("Add Control Group");
    tableActionBean.addIndexedChild(addButtonBean);
    //Add the table actions bean to the table:
    tableBeanP1.setTableActions(tableActionBean);

    Hello Ashley,
    you are already close to the solution. In BADI QISR1 you simply fill the
    table SPECIAL_DATA e.g.like
      fieldindex = 1
      fieldname = 'FIELD1'
      fieldvalue = 'Value1'
      fieldindex = <n>
      fieldname = 'FIELD1'
      fieldvalue = 'VALUE<n>'
    Then on the Adobe form layout (Adobe Designer), you have to use the table control XFO from the standard library. Here you have to bind then the corresponding column to FIELD1.
    Best regards,
    Simon

  • 11g dashboard prompt - anyway to add an action to apply to open another tab

    I have a requirement to show the prompt for a particular dashboard on one tab and the reports on another. Is there anyway to add an action to the apply button so it applies the filter and opens another tab?
    Thanks

    Hi,
    Use the Action Link
    ie Add Action link to your dashboard page which is placed with in the prompt and
    goto Properties of Action Link -> Type your report name in Link Text -> New Action - Navigate to BI Content and browse the Report -> click OK.
    Note: Don't forget to give the filter option - is prompted in your report.
    Thanks,
    Balaa...

  • How to add custom action in info view

    <p>We want to add link to each report which redirects user to our page.  </p><p> </p><p>So far we have found: </p><p>On InfoView page, there is listing of info objects(reports, hyperlink, programs) - listing.aspx.<br /></p><p>Actions for each object is defined in object AppActionBean. <br />(actionBeans = Utilities.getActionBeans(config, MainIdentity.EnterpriseSession, MainIdentity.InfoStore, realObj))</p><p>Based on action bean collection, page generates links with action appropriate for this kind of plugin. Especially destination url is genereated using AppAction.Path.</p><p>Unfortunatelly AppAction construtcor is <em>internal</em>, so we cannot add our action this way. </p><p> Is it possible to add custom action, to display hyperlink, which redirects user to our page with report ID as url parameter?</p><p> </p>

    In CE10 we were able to add a new link by editing the xml files.  I assume it would work the same in XI, the xml files are located here ...\Web Content\Enterprise115\appplugins\webdesktop\Plugins\

  • How to add a action to a button?

    I been trying to add a action to thing in my flash but every action i do doesn't work but works for everyone else. I noticed my action screen looks different then all the others i see so i'm sure i'm doing something wrong or something here is what i get. I'm trying to just add a courser to my flash for my game menu screen.
    here is the errors i get:
    i noticed on every tutorial there all the same code to do this but the Action screen looks way different.

    You are posting in the AS3 forum and the errors you are getting are AS3 errors, but the code you are using is AS2.  If you go into your Flash Publish Settings and change it to publish for AS2 you might find it works.  If you have further issues you should post in the AS2 forum.
    As far as the different looking screens go, chances are if you are looking at AS2 tutorials you are looking at older versions/layouts of Flash in those tutorials

  • Cannot add an action after I select my "Button" Symbol

    Ok, I have been following a whole bunch of tutorials, and a
    lot of the tutorials I've found are using Flash 8. I downloaded the
    trial for Flash CS3 and when I'm following the tutorial on adding
    an action, or link, to a button, they say...
    "Click the button"
    "Hit F9, to open the actions panel"
    Then for them, the action panel opens up and gives them the
    ability to add an action to their button, and in the upper left
    corner tab, they say to MAKE SURE IT SAYS "Actions - Button" and
    NOT "Actions - Frame"
    Well, in Adobe CS3 and actionscript, if I click on the button
    and hit F9, the action panel opens up, but I can't add an action to
    the button for some reason. I can only add it to "Action - Frame".
    Am I doing something wrong or what because I follow the
    tutorial exactly, but it seems like something changed in
    Actionscript 3.0 verses 2.0.
    If I Open a new file using Actionscript 2.0, everything works
    ok with the tutorial, but if I open a file withh 3.0 and try adding
    an action to a button, it doesn't work. Could anyone help me please
    or tell me what I'm doing wrong, thanks.

    AS3 no longer supports the attachment of code to Object
    instances, and requires code to be placed on the timeline, which is
    proper. Additionally, you will need to use the eventDispatcher
    model to 'connect' a responding function to the event and add an
    'event listener' to the Object. So basically the format for AS3
    code is something like:
    function stopTheThing(event:MouseEvent) {
    stop();
    my_btn.addEventListener(MouseEvent.CLICK,
    stopTheThing);

  • How to add click action

    I am trying to add an action to my animation. I would like to click on an image and start play from a time on timeline..... I found this http://http://jbkflex.wordpress.com/2011/08/16/adding-events-to-your-adobe-edge-html5-anim ations/which seemed like it may work but when I saved my file no .css file was created.... I am ripping my hair out trying to figure this out.... please help....

    Hi there,
    That link appears to be broken. I'm not sure what you mean by "no .css file was created". Edge does not directly use .css files.
    To add a button action to an object in Edge is straightforward. See this video at the 2:00 mark:
    http://www.youtube.com/watch?v=ysReea4yyys
    Here's a breakdown of how to add a click event to an object:
    1) click the curly braces to the left of the object in the Elements panel. This will launch the code event panel for your object.
    2) click the "+" button at top left and select "click", to add a click event to your object.
    3) assuming your object is on the root Stage, you can use the code presets at the right of your click event. Click the "play from" button at right of the events panel. This will insert sym.play(1000); which tells the timeline to play from the 1 second mark. You can change the play parameter to a frame label, say "intro", like this: sym.play("intro");
    Look at the Edge Animate API for more details on the play method:
    http://www.adobe.com/devnet-docs/edgeanimate/api/current/index.html

  • How to add the action enter  to the textfield in a jdialog?

    I did a login class using a applet it is working very well...but now..i would like to add the action to the textfield when the user press a enter.
    I would like that after that he or she has pressed a enter in the textfield were done the corresponding action, could some body help me please?
    This is my code:
         public void init() {
    AppletContext context;
              URL exitoUrl, fallaUrl;
         try {
         context = getAppletContext();
         exitoUrl = new URL("http://111.23.56.12/page1.html");
         fallaUrl = new URL("http://111.23.56.12/passwordIncorrecto.html");
                   JPasswordField pf = new JPasswordField();
                   Object[] message = new Object[] {"Intr. the password", pf};
                   Object[] options = new String[] {"Intro", "Cancel"};
                   JOptionPane op = new JOptionPane(message, JOptionPane.PLAIN_MESSAGE, JOptionPane.OK_CANCEL_OPTION, null, options);
                   JDialog dialog = op.createDialog(null, "Login");
                   dialog.show();
                   String password = new String("success");
                   String tmp = new String(pf.getPassword());
                   if ( password.equals(tmp) ) {
                        System.out.println("correct password");
         context.showDocument(exitoUrl);
         else {
                        System.out.println("incorrecto password ");
         context.showDocument(fallaUrl);
              } catch(Exception e) {
                   System.out.println("Error exception");
    Thanks in advance;
    Mary

    Hi,
    it is easy: create an entity object for every table and one view object where you select your both entity objects and join them in your select statement.
    Your desired 'confirm' functionality could be achieved with helpp of view object transient attributes - for more information see: http://docs.oracle.com/cd/E21764_01/web.1111/b31974/bcquerying.htm#CHDHJHBI
    Regards
    Pavol

  • How to add custom action for Publishing Tab on Pages?

    I am able to add a custom action for libraries tab on document library , but i am unable to add it on Publishing tab on Pages.
    Below is the code , what i am trying.
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <CustomAction
    Id="Ribbon.PublishTab.Publishing.CheckLinkedPageItems"
    Location="CommandUI.Ribbon"
    RegistrationType="List"
    RegistrationId="850"
    Sequence="40"
    Title="Move Documents">
    <CommandUIExtension>
    <CommandUIDefinitions>
    <CommandUIDefinition Location="Ribbon.PublishTab.Publishing.Controls._children">
    <Button
    Id="Ribbon.PublishTab.Publishing.CheckLinkedPageItemsButton"
    Alt="Check Linked Page Assets"
    Sequence="40"
    Command="CheckLinkedPageItems"
    Image32by32="/_layouts/images/centraladmin_systemsettings_email_32x32.png"
    LabelText="Check Assets"
    TemplateAlias="o1"
    ToolTipTitle="Check Linked Page Assets"
    ToolTipDescription="Checks each image, document and page linked to from this page and verified if the asset is both working (not a broken link) and published. You may also use that page to publish all unpublished assets at once."
    />
    </CommandUIDefinition>
    </CommandUIDefinitions>
    <CommandUIHandlers>
    <CommandUIHandler Command="CheckLinkedPageItems" CommandAction="javascript:alert('button clicked!);" />
    </CommandUIHandlers>
    </CommandUIExtension>
    </CustomAction>
    </Elements>
    any thoughts?

    Hi,
    Check the secquence number . I don't see any issue in your code. Try with different sequence numbers.
    Did you find this Helpful? Please Mark it So! Thank you. Sachin Kumar

  • How to add custom actions to the Settings page for a Document Library?

    I want to add a custom action under General Settings on the Document Library Settings page (listedit.aspx). So I added a new SharePoint 2010 "Empty Element", and put this code in the Elements.xml file:
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <CustomAction
    Id="MyClassName"
    Sequence="999"
    GroupId="GeneralSettings"
    Location="Microsoft.SharePoint.ListEdit.DocumentLibrary"
    Title="My Link"
    Description="My description here"
    Rights="ManageWeb">
    <UrlAction
    Url="~sitecollection/_layouts/MyProject/MyPage.aspx"/>
    </CustomAction>
    </Elements>
    I found the GroupId and Location here: http://msdn.microsoft.com/en-us/library/bb802730.aspx but I am starting to wonder if this documentation is for MOSS2007 rather that SP2010
    as it says.
    What am I missing?
    Any help or hint would be greatly appreciated!

    Hi Henrik,
    Can we add above custom action in our custom group like General Settings?
    I have tried for that but it is not working.
    I have tried as follows
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <CustomActionGroup
    Id="LibrarySettings.MyGroup"
    Title ="My Group"
    Sequence="1000"
    Location="Microsoft.SharePoint.ListEdit">
    </CustomActionGroup>
    <CustomAction Id="Custom.Configuration.ListCustomSettings"
    GroupId="LibrarySettings.MyGroup"
    Location="Microsoft.SharePoint.ListEdit"
    RequireSiteAdministrator="FALSE"
    Sequence="100"
    Title="Library Admins">
    <UrlAction Url="_layouts/15/LibrarySettings.aspx?List={ListId}" />
    </CustomAction>
    </Elements>
    But custom group is not created in list settings
    Any idea what I am missing here?

  • Add an action listener to a dynamically generated button...

    The use case is that i generate programatically some RichCommandButton(it's oracle ADF) and wanna associate with that button a method (as i do statically in .jspx [actionListener="#{method that has ActionEvent as parameter}"])...
    Problem is that i get {code}java.lang.IllegalArgumentException: wrong number of arguments{code} when i press the button...
    My code is as follows:
    {code}
    RichCommandButton closeBtn = new RichCommandButton();
    closeBtn.setText("X");
    // next to bind it to an action
    FacesContext faces = FacesContext.getCurrentInstance();
    Application app = faces.getApplication();
    ExpressionFactory ef = app.getExpressionFactory();
    MethodExpression me =
    ef.createMethodExpression(faces.getELContext(),
    "#{backingBeanScope.backing_untitled1.remove}",
    Object.class,
    new Class[] { ActionEvent.class });
    closeBtn.setActionExpression(me);
    // Add components
    toolbar.getChildren().add(closeBtn);
    {code}
    and the remove method is :
    {code}
    public void remove(ActionEvent actionEvent) {
    // Add event code here...
    System.out.println("s-a declansat remove");
    {code}
    Can anyone help with this... it more JSF than ADF...
    thanks,
    kquizak

    You need UICommand#addActionListener() rather than UICommand#setActionExpression().

  • Add the action listener to a JLabel

    Hi,
    I created a custom JLabel. This should work like a JButton.
    So how i can add a method like
    MyLabel.addActionListener(ActionListener aListener);The action listener can simulated through the mouseClicked method to get a simillar effect but
    the action listener method is more oop.
    So any ideas?
    regards,
    Olek

    Olek wrote:
    I created a custom JLabel. This should work like a JButton.You may be better off creating a JButton that looks like a JLabel. That's my recommendation for implementing this.
    Edit: I remember seeing this at JavaRanch a while back. Perhaps it will be useful to you:
    [actionListener for JLabel|http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=2&t=017064]
    Edited by: Encephalopathic on Jul 12, 2008 6:13 PM

  • Add advanced action to submit button and setting different objectives score for the same course

    Hi, i would like to increase a counter in a quiz slide when the user press the submit button, using advanced actions.
    It's like if the submit button is somehow inhibited from certain options, and i cannot find how to add an advanced action to it.
    what i need, is to allow unlimited attempt until the user selects the right answer. each time the user click on submit, a counter increases by one. When user finally select the right answer, we read the counter value and assign a different score, depending on the attempt (for example: 1st attempt=20 points, 2nd attempt=10 points, 3rd attempt=0 points)
    After that, i need to save all score obtained for a certain group of quiz slide separately from the "main score" (i think the main score is stored in cmi.objectives.0.score)  to have partials scores for a course. I examined the "advanced interactions" panel and i noticed that for each quiz slide there is a specific interaction ID and each quiz slide is associated typically to the same Objective ID. What i need is to associate different groups of slides to different Objective ID's.
    In Storyline i was able to do this by passing to the lms a cmi.objectives.n.score (where "n" is the place in the objectives array) and i did it by executing a javascript on success for each question slide. (each javascript added the score of previous slides in the same group to obtain the total score of the group to be passed to lms with a specific function).
    examining captivate scorm functions in the published scormdriver.js i found the following function
    function SCORM_SetObjectiveScore(strObjectiveID,intScore,intMaxScore,intMinScore)
    so i think it can be done the same way in captivate executing javascript in the right way.
    Is there also an easier solution to write different scores to different obectives in the same course?
    many thanks for any help!

    Have a look at:
    Question Question Slides in Captivate - Captivate blog
    Question Question Slides - Part 2 - Captivate blog
    Indeed, Submit button is part of the Question slide, not a normal button. You can add a custom shape button, but it will never replace what happens when the Submit button is clicked: validation of the answer, showing captions, adding to score etc. Making the score depending on the attempt is not possible with default functionality, it is possible with custom question slides, but then the reporting to LMS is another issue. You should try to do it by JS, or if you only need SWF-output you could use the Master widget by InfoSemantics.
    Link score to attempts in Custom questions - Captivate blog
    Lilybiri

  • Add goTo Action to a Rollover Button

    I am trying to add the following action to a rollover button: on (release) {
        gotoAndPlay(", );
    I have done it in the past and didn't have a problem, but since I don't use Flash often I can't figure out what I am now doing wrong.
    The buttons are in the button layer.
    For some reason the file wouldn't attach, but can be found at this address:
    http://ccbwebdesigns.com/Nkor/NorthKorea_FLASH_V05.fla
    Any help would be greatly appreciated.
    Thanks.

    The argument(s) for gotoAndPlay() is/are:
    1. A frame number or frame label: gotoAndPlay(4), or gotoAndPlay("section 2")
    2. The path to a movieClip and a frame number or frame label: newClipName.gotoAndPlay(4), or, newClipName.gotoAndPlay("section 2")
    3. The name of a different movie section and a frame number or frame label: gotoAndPlay("section name",4) or gotoAndPlay("section name","section 2")
    Do any of these fit your needs?

  • How to add flash action

    Hi my friends:
      I want to add a flash action to captivate project,but i do know how to add.
      I want to add "getURL("FSCommand:window","closeResult close");" or "fscommand("window", "closeResult close");" to end of the project or last slide.I try to add in the javascript but not run.If we select close project when play ends and public only swf,the flash player will call IE and jump an error.

    I have a Flash Player,if i have the code ,it will close the movie.
    stop ();
    getURL("FSCommand:window","closeResult close");
    or
    stop ();
    fscommand("window", "closeResult close");
    but,if i type the code to end of the movie by open url of file.I find the captivate code is:
    function endMovieFunction(slide)
        var _loc1 = "fscommand(\"window\", \"closeResult close\");";
        getURL(_loc1, "_self");
    } // End of the function
    function endMovieFunction(slide)
        var _loc1 = "\"FSCommand:window\",\"closeResult close\"";
        getURL(_loc1, "_self");
    } // End of the function
    function endMovieFunction(slide)
        var _loc1 = "FSCommand:window,closeResult close";
        getURL(_loc1, "_self");
    } // End of the function
    so my flashplayer is not close the movie.

  • Add new action in toolbar of project document

    Hello All,
    I have checked the toolbar button Actions in Project document and it has only the following options:
    Create Auction
    Create agreement
    Create RFx 
    I've seen that when you use any of the previous actions for a Project, the new document created have the reference to the previous Project in the document link tab.
    I want to create a new action type "Create Project" to create a new project with the reference of the previous Project, but the problem is that we don´t know how to add a new action.
    Are you aware on how this could be done? What we have seen is how to create a “ToolbarScript”, but this is not exactly the same.
    Best Regards.

    Hi Fakouhi,
    Thank you for the quick response, unfortunately I couldn’t use your suggestion due I need to create a new project with different “Project Type”,with the duplicate functionality the new Project is created with the same Project Type than the previous Project.
    Is not possible create a similar customization like “Create RFx” for add the new action “Create Project” ?
    Best Regards,
    Fran.

Maybe you are looking for

  • How to get the postion of any string

    hi like untitle.txt how to get the postion of '.'. Amit

  • SPOOL or UTL_FILE

    Hi all, with the next script I spool an information into a file. Then I update all processed lines with UPDATE-Command. set echo off set verify off set pagesize 0 set termout off set heading off set feedback off spool c:\Temp\test_info.lst select id|

  • Mountain lion free update.follow up

    its been 24hours and I still haven't receive my app code from apple after I sent my request yesterday where can I Follow up my request

  • Canon MX310 scanner communication error with OS X 10.5.8

    Does anyone have ideas to solve the Canon MX310 error message, "Cannot communicate with scanner." I'm running Canon MP Navigator EX 1.0. My MX310 prints & copies wirelessly using an Airport Extreme w/o difficulty. I have checked that the USB cable is

  • Sticky App update: One app is always waiting

    For the past two months I have had one sticky app in the updates screen. The app is always present and continually downloads the upgrade. Next time it is still there. Anyone have any clues how to reset this? For information, not that I think it is pa