Button function failure

Why do my button functions work perfectly on my iPad2 Adobe Content Viewer the first time and then do not function at all in subsequent viewings. For example, the next page button ceases functioning after the first viewing. On page 2, the next page button returns me to Page 1.

Hi lhprod,
I was looking at this document:
http://helpx.adobe.com/digital-publishing-suite/help/supported-interactivity-features.html
Note in the Interactivity features not supported section the reference to button actions. I think this is not a supported feature.
-Dave

Similar Messages

  • Button Function Failure on Adobe Content Viewer

    Why do the button functions work well the first time I view them on my iPad's Adobe Content Viewer but do not function properly in subsequent viewings?
    For example, the next page buttons work flawlessly during the first viewing on the iPad. But from the second time they functions awkwardly. The Next page button on Page 1 stops functioning. The one on Page 2 takes me back to Page 1.

    Same issue-- and it's been  a few weeks now.  As far as I can tell it is a waiting issue
    This is from Page 68 from USING DIGITAL PUBLISHING SUITE
    help.adobe.com/en_US/digitalpubsuite/.../digitalpubsuite_help.pdf
    Last updated 3/23/2012
    Use the iPad Viewer to preview content
    The Adobe Content Viewer for the iPad is a generic version of the viewer used for testing the digital content you create on the iPad. The iPad viewer is updated whenever the Folio Producer tools are updated.
    Note: However, when a new set of tools is released, folios you create with those tools may not work properly until Apple approves the new viewer version. If you try to open the folio, a “Please update your app” message appears. If you have a Professional or Enterprise account, you can create a custom version of the Adobe Content Viewer. See
    “Create a custom Adobe Content Viewer for iPad” on page
    98. Otherwise, hold off on updating the tools or use the Desktop Viewer until Apple approves the updated viewer.

  • Re: [iPlanet-JATO] Back Button functionality

    Hi Mike,
    Our test environment does not include proxy server.
    regards,
    syam.
    Please respond to [email protected]
    cc:
    Subject: Re: [iPlanet-JATO] Back Button functionality
    Guys,
    Please clarify something for me, the JATO code is commented as follows
    protected void addResponseHeaders(RequestContext requestContext)
    // These values should make any proxy between the client and
    // server avoid caching, and ensure that pages from one user
    // can never be seen by another user (if they're cached anyway)
    requestContext.getResponse().addHeader("Pragma","no-cache");
    requestContext.getResponse().addHeader
    ("Cache-Control","private");Yet you make no mention of whether your test environment includes a Proxy
    Server, or does your browser
    go directly to the Application Server's web server?
    Can you clarify, please?
    ----- Original Message -----
    From: <syam_reddy@p...>
    Sent: Wednesday, April 25, 2001 2:59 PM
    Subject: [iPlanet-JATO] Back Button functionality
    >
    Hi,
    We observed the following difference in behaviour between JATO pages
    and NetD served pages.
    We have the following scenario. User will login to the
    site. After login he will get a frame set. This frame set has threeframes.
    Top and bottom frames are used for navigation (to switch between various
    sections on the site.) .The middle frame(main frame) shows the actual
    content. When the the frame set gets loaded main frame shows page1. User
    will click on a link on page1. Page 2 will be loaded in main frame. Atthis
    point if the user clicks on back button , with migrated application(JATO
    pages) the following message appears in the main frame.
    In Netscape Communicator 4.61 the following message appears in the main
    frame :
    Data Missing
    This document resulted from a POST operation and has expired fromcache.If
    you wish you can repost the form data to recreate the document by
    presenting the reload button.
    In IE 4.72/5.5 the following message appears in the main frame:
    Warning : Page has Expired
    The page you requested was created using information you submitted in a
    form.This page is no longer available.As a security precaution, Internet
    Explorer does not automatically resubmit your information for you. To
    resubmit your information and view the web page click teh refresh button.
    However, in the NetD site page1 will appear in main frame.
    How do we mimic the NetD behaviour with the migrated
    applications ?
    We think the above behaviour with migrated Apps, is due to the
    headers that are get set in Application ServletBase , see the following
    code snippet :
    protected void addResponseHeaders(RequestContext requestContext)
    // These values should make any proxy between the client and
    // server avoid caching, and ensure that pages from one user
    // can never be seen by another user (if they're cached anyway)
    requestContext.getResponse().addHeader("Pragma","no-cache");
    requestContext.getResponse().addHeader
    ("Cache-Control","private");
    If we comment the above code , we were able to mimic theNetD
    behaviour. Are there any alternatives/thoughts on how to mimic the NetD
    behaviour ?
    Thanks in Advance,
    syam&ravi.
    [email protected]
    [email protected]

    OK, here's what I'm trying to do: We have, like you said, a menu
    page. The pages that it goes to and the number of links are all
    variable and read from the database. In NetD we were able to create
    URLs in the form
    pgXYZ?SPIDERSESSION=abcd
    so this is what I'm trying to replicate here. So the URL that works
    is
    pgContactUs?GXHC_GX_jst=fc7b7e61662d6164&GXHC_gx_session_id_=cc9c6dfa5
    601afa7
    which I interpreted to be the equivalent of the old Netd way. Our
    javascript also loads other frames of the page in the same manner.
    And I believe the URL-rewritten frame sources of a frameset look like
    this too.
    This all worked except for the timeout problem. In theory we could
    rewrite all URLs to go to a handler, but that would be...
    inconvenient.

  • Button functionality

    Hello,
    I have an input form and defined two buttons like mentioned in this thread:
    Regarding Buttons Functionality in INPUT FORM
    I can call two different function modules.
    In my case I mant to call the same function module but with different parameters.
    I have a function module which delivers me sales orders. I want now a button with the text 'All sales orders' and a second button with 'Open sales orders'. The result is always a list of sales orders, and so I want the output in a <b>single</b> table view instead of two.
    How can I achive this?
    I use VC 6.0 Patch 6
    Regards Michael

    Hello Michael,
    I had exactly the same problem. My solution is:
    2 fields on the input-form
      ALL_ORDERS and OPEN_ORDERS.
    1. I defined for the Field ALL_ORDERS Initalization
      FILL ('X',1)
      and Formating: IF(UPPER(@OPEN_ORDERS)=='X',' ','X').
    2. OPEN_ORDERS  Formating  UPPER(@OPEN_ORDERS).
    So it works like Radio-buttons.
    Regards
    Gerd

  • Override "Email a Page link" in ribbon button functionality in SharePoint 2013

    Hi,
    I want to override "Email a Page link" ribbon button functionality on the ribbon control.
      <CustomAction Id="Ribbon.WikiPageTab.Share.EmailPageLink"
                    Location="CommandUI.Ribbon"                
                    Title="Custom Email this page">
        <CommandUIExtension>
          <CommandUIDefinitions>
            <CommandUIDefinition Location="Ribbon.WikiPageTab.Share.EmailPageLink">
              <Group
              Id="Ribbon.WikiPageTab.Share"
              Sequence="30"
              Command="ShareGroup"
              Description=""
              Title="$Resources:core,cui_GrpShare;"
              Image32by32Popup="/_layouts/15/$Resources:core,Language;/images/formatmap32x32.png?rev=23" Image32by32PopupTop="-137" Image32by32PopupLeft="-103"
              Template="Ribbon.Templates.Flexible2"
              >
                <Controls Id="Ribbon.WikiPageTab.Share.Controls">
                  <Button
                    Id="Ribbon.WikiPageTab.Share.EmailPageLink"
                    Sequence="10"
                    Command="CustomEmailPageUrl"
                    Image16by16="/_layouts/15/$Resources:core,Language;/images/formatmap16x16.png?rev=23" Image16by16Top="-115" Image16by16Left="-19"
                    Image32by32="/_layouts/15/$Resources:core,Language;/images/formatmap32x32.png?rev=23" Image32by32Top="-137" Image32by32Left="-511"
                    LabelText="$Resources:core,cui_ButEmailLink;"
                    ToolTipTitle="$Resources:core,cui_ButEmailLink;"
                    ToolTipDescription="$Resources:core,cui_STT_ButEmailLinkPage;"
                    TemplateAlias="o1"
                   />
                </Controls>
                  </Group>
            </CommandUIDefinition>
          </CommandUIDefinitions>
          <CommandUIHandlers>
            <CommandUIHandler Command="CustomEmailPageUrl" CommandAction="javascript:alert('Hello, world');" />
          </CommandUIHandlers>
        </CommandUIExtension>
      </CustomAction>
    Any help would be appreciated.
    Rajasekar A.C

    Hi,
    According to your post, my understanding is that you wanted to override the “E-mail a Link” button on the Ribbon.
    I had created a simple demo to override the “E-mail a Link” button on the Ribbon, you can have a look at it.
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <CustomAction Id="Ribbon.Library.Actions.OverrideEmailLinkButton" Location="CommandUI.Ribbon" RegistrationId="101" RegistrationType="List" Title="Display the UniqueId for the list item.">
    <CommandUIExtension>
    <CommandUIDefinitions>
    <CommandUIDefinition Location="Ribbon.Library.Share.EmailLibraryLink">
    <Button Id="Ribbon.Library.Share.EmailLibraryLink.ReplacementButton" Command="ReplacementButtonCommand" Image16by16="http://s10.postimage.org/lhar0oijp/U16.png" Image32by32="http://s17.postimage.org/trf3y2ui3/U32.png" LabelText="Replaced Button" TemplateAlias="o2" />
    </CommandUIDefinition>
    </CommandUIDefinitions>
    <CommandUIHandlers>
    <CommandUIHandler Command="ReplacementButtonCommand" CommandAction="javascript:alert('This button has been replaced.');" />
    </CommandUIHandlers>
    </CommandUIExtension>
    </CustomAction>
    </Elements>
    More reference:http://msdn.microsoft.com/en-us/library/office/ff407619(v=office.14).aspx
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • Loss of "Edit in Photoshop" button functionality with Photoshop CC

    First, I must say I am highly dissapponted in Adobe's decision to stop developing Encore. I know that streaming and cloud access to video projects is the fture, but DVD and BluRay is still the standard for a majority. I film events, weddings, training sessions, etc. and am still asked to provide a hard copy of the product.
    I downloaded Photoshop CC and have now lost the "Edit in Photoshop" button functionality. This was an extremely convenient feature allowing editors to modify and enhance DVD and BluRay menus easily in Photoshop given the limited options for editing in Encore itself. Unforutnately, I deleted Photoshop CS6 before checking this. I just assumed that Adobe would have kept this function.
    How can I fix this? If I need to re-download Photoshop CS6, will you provide a link to do so?
    Finally, is Adobe really sticking to its guns with not continuing Encore? It is one of the best authoring tools I have worked with for its price and its a shame to see it go.

    >will you provide a link to do so?
    While there are a "few" Adobe employees who read/post (mostly in the Premiere Pro forum) this is primarily a user to user form... so the best I can offer is the IDEA to look on the Cloud to see if there is a link to download Photoshop CS6
    The only actual CS6 link I have is to purchase the standalone (not cloud) products http://www.adobe.com/products/catalog/cs6._sl_id-contentfilter_sl_catalog_sl_software_sl_c reativesuite6.html?promoid=KFPMZ but that would mean buying outside of the cloud
    You might want to contact Adobe to ask about this - http://helpx.adobe.com/contact.html
    Next link has a "Chat Now" button near the bottom
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html

  • How to make next and previous button function

    Hello
    Can anybody help me with how to achieve next and previous button function such as the one at www.bestbuy.com?
    I would appreciate any help or suggestion.
    Thank you!

    if you're not familiar with flash it might be easiest to place your initial "page" in frame 1, the 2nd (or next) page in frame 2, the 3rd/next page in frame 3 etc.
    place your previous and next buttons in their own layer that spans the main timeline (which will have as many frames as you have "pages").  give them instance names (say prevBtn and nextBtn).
    you can then use the following code placed in frame 1:
    var tl:MovieClip=this
    prevBtn.onRelease=function(){
    tl.prevFrame();
    nextBtn.onRelease=function(){
    tl.nextFrame();

  • The Problem is about Standard Back Button Function in Report Program

    The Problem is about Standard Back Button Function in the Report Program.
           In the Report,First call screen Then Using "write" output some information,That is ok. but In the GUI When I press back button that is standard button,it exit screen to program.
           My question is how can i do When i press back button,the screen can be back forward first screen instand of exit screen to program.  Thanks .

    This problem is solution.I call screen using T-code and submit report In PAI,at last return to PAI.That is OK.

  • The Problem is about Standard Back Button Function in the Report Program.

    The Problem is about Standard Back Button Function in the Report Program.
    In the Report,First call screen Then Using "write" output some information,That is ok. but In the GUI When I press back button that is standard button,it exit screen to program.
    My question is how can i do When i press back button,the screen can be back forward first screen instand of exit screen to program. Thanks .

    Hi,
    You can define your own PF-STATUS and in that assign the function code for BACK button anything except 'BACK'.
    The code would somewhat look like this:
    SET PF-STATUS 'TEST'.
    write : itab-col1,
               itab-col2.
    in the PF-STATUS 'TEST', assign the function code to BACK button as 'BCK'.
    Now in your program you can use the event AT USER-COMMAND.
    In this you can handle the functionality of BACK button.
    Hope this helps.
    Regards,
    Himanshu

  • How do i make the back and forward buttons function? they are visible but not functional.

    I have firefox 8.0.1 and my back and forward button are not working. They are visible but not functioning. I have tried starting in safemode and without any add-ons and the back and forward buttons are still not functioning. What do I need to do to make the buttons functional?

    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.com/kb/Bookmarks+not+saved#w_places-database-file

  • Why do button functions included in external actionscript not persist across frames?

    this one drives me nuts!
    if i include an external actionscript file in frame one of my
    movie, then [as you'd expect] all the functions, global variables
    etc contained in that external AS file are available throughout my
    movie - with one notable exception.
    if i add a button to the stage - in a frame other than frame
    one - whose onRelease handler is defined in the external AS, the
    function is not called when the button is clicked - i have to
    re-include the external AS file again on the frame in which the
    button resides, in order for the buttons function to be called.
    anyone know why this is - and if there's a way round it?
    how come all the other functions in the AS persist across all
    frames and all timelines in the movie, but the button handlers only
    seem to be available on the actual frame in which the AS file is
    included?
    download
    example

    I think you and I are dealing with similar issues and the
    root cause is referred to as "scope." The only difference between
    your and my problems is that your code is in an external as file
    and mine is on the timline. But in both instances, code that should
    work doesn't. Robert Reinhardt has covered this in an article at
    http://www.communitymx.com/content/article.cfm?cid=8E4DF.
    He is the author of the Flash Actionscript Bible series and so
    knows what he is talking about. I have been studying it for an hour
    and darn if I can understand the second page of it. I've asked for
    help myself about this at
    http://www.kirupa.com/forum/showthread.php?t=248316.

  • URGENT!!!!! Back Button functionality

    Hi folks,
    I have to implement the back button functionality in swing.I have currently 4-5 screens and i navigate through them. I have to add back button on each screen. And if it is pressed user should go to previous screen and also previous screen status should be retain.I mean the fields should be populated.
    I would really appreciate if anyone can help me in this.It would be of great help anyone have code snippet.
    Thanking you in advance...Its URGENT guys...
    Regards
    ashish

    You can use Card Layout for this.

  • Button functions don't work AFTER loaded onto website.

    Created a document in Indesign 5.0. Created buttons to click to "next page" and "previous page." Exported to interactive PDF, launch the pdf (full screen) and the buttons advance to the next page when clicked. Problem arises when document is loaded on website. Button functionality disappears.  See website document: http://www.sonypictures.com/kenko/assets/pdf/2013SPEBenefits.pdf

    So when a pdf is launched within a website--it is forced to open in a preview mode...even though I have Acrobat on computers tested with it?
    The other interactive functions (like the hyperlinks) are working fine.
    When the document from the website is saved to the desktop, it opens in Acrobat and all interactive functions are still there.

  • Button functions don't work

    I've had this problem occur intermittently in AS2, and I
    always work around it my putting the code right in the button, but
    it seems that sometimes, out of the blue, one (or some) buttons
    will ignore button functions that are called from a frame script,
    while other buttons are quite happy with their frame scripts and
    work as they should. Yes, the instance name is correct and the
    function is defined within the timeline range of the button, and
    the syntax is correct. It's just a strange phenomenon, and I wonder
    if anyone knows if there is a rhyme or reason (or if there isn't)?
    Thank you for your help!

    Hi clbeech! Thank you for your reply. That wasn't it, what it
    was is interesting... I have a timeline-animated fade in on the
    button, and the function is defined after the button is completely
    faded in and the instance name is defined. Everything is correct,
    however, the first frame of fade-in didn't have an instance name.
    Now keep in mind, that the function is defined after the keyframe
    on which the button is given an instance name, so it shouldn't have
    made any difference, but it did. Strange, isn't it?

  • HAs anybody noticed how the MAc Book Pro Login button function has changed with OSX 10.9?

    Has anybody noticed how the Mac Book Pro login button function has changed with OSX 10.9?

    No one in this forum will...  this is the Mac Pro forum

Maybe you are looking for

  • Multiple SSID with different Login Web authority pages

    Our current setup is one Anchor control and then several WLC's, I want to know if I can have multiple SSID and use different Web Auth pages form them, so I can have a SSID that requires a password to Authentication access and another SSID that requir

  • Itunes doesn't open when ipod connects to pc

    Itunes won't open automatically when I connect to my pc. I have to to click on the itunes icon. I have the box checked marked to open automatically under options.

  • How do I get rid of an authentication pop up window permantly

    I have a pop up an authentication pop up window for something called http://www.baracksbirdaycards.com that will not go away. It keeps popping up & when it does it stops me from what I am doing. No matter how many times I click the red X or cancel it

  • Re: STMS

    Folks, Does the BW folks will have access to STMS tcode in development system? I do not have access to STMS, is there a way to re-import the failed transport? do I need to request basis to re-import the transport? I had access to STMS in the past, re

  • IMac - Airport (Ethernet) to use Internet hosted by Linksys WRT54G

    Is this scenario possible. iMac G4 hardwired via Ethernet to Airport Base Station DSL Internet fed through Linksys WRT54G My iMac is not Airport enabled so can I use the base station to somehow connect to and utilize the Wireless Internet Connection