Issue with hiding/showing object in 5.5

Have two objects - text and image that are only to display on click.
Both have Visible unchecked so they don't show.
Set up Advanced Standard Action to Show both of these items.
Click Boxhas set to execute the advanced action on success. (Pause for Success/Failure is selected)
Text and image never show.
What am I missing?

Hi Rod;
I've been fiddling with it, and can now get it to show when the "correct" caption shows for the click box - but it also needs to show when the failure caption shows (it is a yes/no question that they don't have to get right ... and the text that shows up is the directional text to tell them to click the forward button).
I set the image and the text box for the items that need to appear as not visible. I brought them to the front, and set them to appear at the beginning of the slide and last to the end of the slide (duration).
Here is the Advanced Action:

Similar Messages

  • Safari 5.1.2 on Windows 7 has issues with hiding SWF objects in IFRAMEs

    Try as I may I cannot hide a Flash object in an HTML page referenced as the source of an IFRAME tag despite being able to hide the IFRAME when using Safari 5.1.2 on a Windows 7 machine.
    This is not a problem for the latest versions of Safari, Chrome and Firefox on a Mac. This is not a problem for the latest versions of Internet Explorer, Chrome and Firefox on a Windows 7 machine.
    Following is sample HTML and JavaScript for the page that includes the IFRAME tag:
    <button id="tryit" type="button">Try It</button>
    <div id="test">
         <iframe src="hideswf-iframe.html" width="770" height="610" frameborder="0"></iframe>
    </div>
    <script type="text/javascript">
         var test = document.getElementById("test"),
              tryit = document.getElementById("tryit");
         tryit.addEventListener( "click", hideAndSeek, false );
         function hideAndSeek(e) {
              var style = test.style;
              style.opacity = (style.opacity == 1 || style.opacity == "") ? 0 : 1;
    </script>
    And the following is the OBJECT tag for the SWF object that would exist in the page "hideswf-iframe.html" referenced as the source of the IFRAME tag in the above code block:
    <object type="application/x-shockwave-flash" id="strobemediaplayback" data="StrobeMediaPlayback.swf" width="743" height="600" style="visibility: visible; ">
         <param name="allowFullScreen" value="true">
         <param name="wmode" value="direct">
         <param name="flashvars" value="favorFlashOverHtml5Video=true&swf=StrobeMediaPlayback.swf&javascriptCallbackFunction=$.fn.strobemediaplayback.triggerHandler&minimumFlashPlayerVersion=10.0.0&expressInstallSwfUrl=expressInstall.swf&autoPlay=false&loop=false&controlBarMode=docked&poster=&src=http://players.edgesuite.net/videos/big_buck_bunny/bbb_448x252.mp4&useHTML5=false&width=1187&height=959&queryString=favorFlashOverHtml5Video=true&swf=StrobeMediaPlayback.swf&javascriptCallbackFunction=$.fn.strobemediaplayback.triggerHandler&minimumFlashPlayerVersion=10.0.0&expressInstallSwfUrl=expressInstall.swf&autoPlay=false&loop=false&controlBarMode=docked&poster=&src=http://players.edgesuite.net/videos/big_buck_bunny/bbb_448x252.mp4&useHTML5=false&width=1187&height=959">
    </object>
    The complex aspect is that this issue only manifests itself with some SWF objects, but not all. In the admittedly small sample of objects I tested I observed that the ones that failed were focused on video content (basically they were video players) while the ones that didn't exhibit the issues were not delivery mechanisms for video content.
    I have already tried using JavaScript libraries and frameworks such as jQuery and Scriptaculous - they didn't fare any better.

    Actually it doesn't let me choose either of the buttons and before anything can happen the crash occurs. I tried to click on both buttons but it seems not to work. Thanks!

  • Issue with Citrix Business Objects full client

    Hi ,
    I have issue with my database pasword being expired. I ran a recovery and it works fine for me.
    Since we are using the citirx installation the bomain.key is available on the citrix server which is copied across the user profile when they are login into citrix server via the logon script.
    I still could not find whether the log on script is correct or not can any one of you let me know what I can use to copy the bomain.key using citrix usrlogon.cmd script.
    Regards,
    Ramesh

    Please post this query to the Business Objects Enterprise Administration forum:
    BI Platform
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all BOE queries remain in one place and thus can be easily searched in one place.
    Thank you for your understanding,
    Ludek

  • Issue with OAS Connection Object

    we have running project in which Migration from Weblogic 8.1 ,Oracle 9i R2 Rel to OAS 10.1.3, Oracle 10g
    we running issues with one of the module which we are trying to insert to temporary table which is failing and no exception found at console.
    here code bases are diffrent. weblogic code and OAS code are diffrent. in weblogic we are using conventional connection machanisim where as in OAS code base
    we are using connection pool machanisim.
    we have done through anlysis from code base point.moreover we have also cheked in myforums.oracle.com none of them have posted this query.
    Message was edited by:
    user565684

    Hi
    Thanks for the quick reply , you were right user does not exists view but do exists in PA0105 in Quality system and have asked my client team to check for same.
    If helpfull will surely award points, thanks alot.
    Edited by: sunny singh on Dec 16, 2011 8:13 PM

  • Issue with Date showing Null in interactive report

    I created an interactive report for a customer and was confused to see blanks or more specifically dashes where there should be dates in one of the fields. I knew this field should have data so I did some testing and this is what I have found:
    The sql I am running is:
    select
    assigned_to_company,
    last_resolved_date,
    incident_id
    from
    rhpd0009_im_adherence_rpt2_vw
    When I run the command in SQL workshop I get the following results with data in the last_resolved_date field:
    [http://i83.photobucket.com/albums/j299/yogibayer/apexdateissuesqlcommand.jpg]
    I copied and pasted the SQL from SQL workshop and created a new interactive report and got the following results with no last_resolved_dates showing up:
    [http://i83.photobucket.com/albums/j299/yogibayer/apexdateissueinteractivereport.jpg]
    For some reason the order is different, but the first one INC1117629 shows up in both of them and has a last_resolved_date in SQL workshop, but not in the interactive report. Any help would be appreciated.
    Thank You
    Scott

    Varad,
    It seems to be related to the function we use to convert Remedy dates to Viewable dates. Remedy dates are stored as an integer that represents the absolute number of seconds from Jan 1, 1970 at 12:00 AM. We use a function that converts this number into a human readable date. I have tried encapsulating the result of the function in a TO_DATE and a TO_CHAR with the same results as before. There is something about the resulting data from the date convert function that Apex doesn't like. It would be interesting to isolate what exactly the issue is, but right now I'm just trying to find a work around.
    Thank You
    SCott

  • Authorization Issue with TV Shows

    Yesterday, I upgraded itunes to the latest version and then purchased two tv shows seasons one in HD and the other in SD. I don't have any problems with the SD season but I can't not play HD season because itunes keeps prompting authorize this computer and my computer is already authorized. I uninstalled all apple applications and reinstall, and I did what they recommend here http://support.apple.com/kb/TS1389 but i still have same problem.
    Any suggestions?

    I amno won my 4th call to Apple Support. They are still acting like they don't know anything about this issue. WHen I mention that a lot of people on all platforms are having the same issue, it's as if he wants to ignore me.
    I am now on hold with a supervisor.....I'll let everyone know if this gets anywhere. Evidently, there is some kind of billing upgraade or update that is going on this week, or they are preparing for. He mention that, then seemd to catch himself, like he wasn't supposed to say that. Anyway, if you have support, continue to call and call multiple times until they finally get the message.
    Andrew

  • Issues with 'extern' in Objective-C app.

    Hi there,
    I am currently developing a Cocoa Document-based application, and have so far created an NSArrayController and linked that it to a class in my application. In my Interface Builder file, I have a main window which appears at launch, and another window that is by default, hidden.
    I am overriding the NSArrayContoller's 'add:' method via the MyDocument class that comes by default in the project, and with this overridden method wish to open this second window.
    Usually, I would just add the window as an outlet in a class of mine to control. The issue here is, I am unable to add the window as an outlet to the NSArrayController object (this is the first time I have dealt with an NSArrayController), and so have added the window as an outlet to another class, named InfoController.
    The aim here, is to allow the MyDocument class to access InfoController's window that I have linked.
    I have tried using the following in InfoController.h;
    extern IBOutlet NSWindow *authenticate;
    I also obviously import the InfoController's header file to the MyDocument's header file;
    #import "InfoController.h"
    This causes an error where the compiler spits the dummy;
    "_authenticate", referenced from:
    _authenticate$non_lazy_ptr in MyDocument.o
    symbol(s) not found
    collect2: Id returned 1 exit status
    In case you were wondering where I got this idea from, I followed the instructions in the second option - http://www.cocoadev.com/index.pl?GlobalVariablesInCocoa
    I would really appreciate any help here.
    Please let me know if I need to clarify anything.
    Thanks in advance,
    Ricky.

    Nothing in that article suggests declaring class instance variables as extern.

  • BAPI_ACC_DOCUMENT_POST Issue with assigning Cost Objects

    Hi Forums,
    I am passing only the order number to this BAPI I am getting the following error.
    Account 654080 requires an assignment to a CO object
    I am passing the order number to this and should populate enough information to fill in the data?
    any ideas?

    Issue was in the code: I was not assigning the order id correctly

  • Issue with adding JPanel objects with layout managers

    Hi. The games I made in the past did not contain any customized menus (ie. not from JOptionPane) different components dividing the display screen... so I thought I would try to on my current game I'm working on. So here's the issue: I'm trying to set the GUI up for the game screen.. but when I try to add in additional JPanel objects into the my main JFrame object, all of the JPanel objects stack up at the very top left corner (their not supposed to because I am using a layout manager). Here's my simplified version of the code:
    public void setUpGame(){
         MainGame game = new MainGame();
         game.setLayout(new BoxLayout(game, BoxLayout.Y_AXIS) );
            playPanel = new PlayPanel(); // don't worry about this.. it's a subclass of JPanel.
         playPanel.setPreferredSize( new Dimension(playPanel.width, playPanel.height) );     
            game.add(playPanel);
            JPanel collections = new JPanel();
            collections.setLayout(new FlowLayout() );
            collections.setPreferredSize( new Dimension( 1280, 256));
            miniMapPanel = new MiniMapPanel(); // subclass of JPanel.
         miniMapPanel.setPreferredSize( new Dimension(miniMapPanel.width, miniMapPanel.height) );
            collections.add(miniMapPanel);
            statsPanel = new StatsPanel();
         statsPanel.setPreferredSize( new Dimension(statsPanel.width , statsPanel.height ) );
            collections.add(statsPanel);
            ... // I do the same thing for StatsPanel and CommandPanel objects
            game.add(collections);
            add(game);
            // referencing to the JFrame object
            this.pack();
            setVisible(true);
            setFocusable(true);
    }Notes:
    -The sum of miniMapPanel.width, statsPanel.width, ... , commandPanel.width add up to 1280 pixels.
    - miniMapPanel.height, statsPanel.height, ... , commandPanel.height all have the same height of 256 pixels.
    - What I'm trying to do is set up a GUI very similar to that of StarCraft, and WarCraft.
    - The game is set up in full screen.
    When I compile the program, I see (and I've tested for it) that all of the JPanel objects that were created are all stacked one on top of each other, in the top left corner of the screen. Any ideas and/or suggestions are welcome.

    Hi weng,
    Try the following code example. I think the issue might be in your overridden methods if you did.
        public static void main(String[] args) {
            JPanel viewPanel = new JPanel();
            viewPanel.setBackground(Color.GREEN);
            viewPanel.add(new JLabel("You see a hut here..."));
            JPanel minimapPanel = new JPanel();
            minimapPanel.setBackground(Color.WHITE);
            minimapPanel.add(new JLabel("Minimap!"));
            JPanel commandPanel = new JPanel(new FlowLayout(FlowLayout.LEADING));
            commandPanel.add(new JButton("Characters"));
            commandPanel.add(new JButton("Inventory"));
            commandPanel.add(new JButton("World Map"));
            commandPanel.add(new JButton("Menu"));
            JPanel lifeAndManaPanel = new JPanel(new FlowLayout(FlowLayout.LEADING));
            lifeAndManaPanel.add(new JLabel("Life: 999/999"));
            lifeAndManaPanel.add(new JLabel("Mana: 999/999"));
            JPanel statusPanel = new JPanel(new BorderLayout());
            statusPanel.add(commandPanel, BorderLayout.PAGE_START);
            statusPanel.add(lifeAndManaPanel, BorderLayout.CENTER);
            JPanel bottomPanel = new JPanel(new BorderLayout());
            bottomPanel.add(minimapPanel, BorderLayout.LINE_START);
            bottomPanel.add(statusPanel, BorderLayout.CENTER);
            JPanel game = new JPanel(new BorderLayout());
            game.add(viewPanel, BorderLayout.CENTER);
            game.add(bottomPanel, BorderLayout.PAGE_END);
            JFrame frame = new JFrame();
            frame.getContentPane().setLayout(new BorderLayout());
            frame.getContentPane().add(game, BorderLayout.CENTER);
            frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
            frame.setSize(800, 600);
            frame.setVisible(true);
        }

  • "Fluttering?" issue with Itunes show

    I recently downloaded MILDRED PIERCE, I am receiving  a constant "flutter" then it goes off, "lost connection with Itunes".   I have other shows downloaded and they work fine.   Suggestions??

    After a bit of further investigation the following appeared to fix my problem of missing episodes:
    http://support.apple.com/kb/HT4919
    but no idea how they got hidden in the first place.

  • Issue with moving grouped objects in Captivate 8

    Hi,
    I use grouping of objects a lot and Imake extensive use of the arrow keys to move objects and / or groups around a slide. When moving groups in Captivate 8.1, however, and this never happened in CPT 6 or 7, Captivate does the action twice.
    So when selecting the group of objects and pressing the arrow keys, it moves the groups 2 pixels at a time instead of just the one. Likewise, when pressing both Shoft and an arrow key, it moves the group 20 pixels.
    To add to the fun, when you select both a group of objects and a single object on the slide, the arrow-move moves the group twice but the single object only once. Jolly good fun...
    This is really annoying, so if anyone has a solution for this? Is this a bug or is it a setting I should be aware of? If it is not a bug but an actual new feature of Captivate, I would love to know the reasoning behind it, but for me, it rather defies any logic right now :-)
    Obviously, I figured out the workaround of 5 times the arrow key to move a group 10 pixels, but it is now impossible to move the group 1 pixel using the arrow key.
    Thanks!
    Best regards,
    Jan.

    It is a known bug, I have logged it already, please do the same.  Earlier on this happened also for individual objects (prerelease), now this annoying behavior is only for groups.

  • HT1349 download issues with tv show

    I am dowloading a free tv epsiode and it says it will take over 1000 hours to download and will not let me delete it?

    Try tapping and holding down on the show icon and see if the X will pop up to delete the download or swipe across the progress bar and see if the red delete button will pop up.
    Restart the iPad and then try again if it fails. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    If all of that fails, you may want to finish the download in iTunes on your computer so that you can sync the show and then delete it if you want to. Launch iTunes and go to Store>Check for available downloads to download in iTunes.

  • Having issues with Arial showing on my PDF.

    When I try to open a PDF off of one of my dealer sites it gives me this error; "Cannot find or create the font 'Arial'. Some characters may not display or print correctly". I have a style of arial font. I have not have had issues in the past. I have not done any recent updates that I am aware of. I have unistalled Adobe Reader and reinstalled to no avial. I tried to find a copy of Arial Unicode but I am running Microsoft 2003. Any suggestions to what might be causing this issue? Here is a snippet of my site and the error Adobe Reader gives.

    It was not there! So I restarted my computer and it prompt me to update Adobe Flash Player. Usually I would have skipped it but I did the update. I checked again and the fonts appeared. Thanks for your help!!!

  • Performance issues with ID CS5

    Am working on netowkred Windows XP Pro Intel Core 2 6300 1.83GHz 3 MB RAM computer and just installed CS5 Premium.
    Am having issues with moving linked objects such as eps or jpegs (especially larger ones or grouped bunches of small jpeg pictures at once)
    Have set preferences to Proxy and lowest display settings but does not help
    Am not able to position the grouped items as they jump all over the place, and moving is very choppy even with smaller groups or single ai files.
    There are 3 of us here with all same computer specs and we are all have same issue.
    Any suggestions?

    The 7.0.3 update is supposed to help with this, but the primary way to work around this is to open the preferences and set Live Screen Drawing to Delayed.
    EPS images can also put a drag on performance, and are a dprecated format. Native .psd or .ai files are preferred.

  • Issue with BPM-Merging 2 files.

    Hi all,
    I am facing one issue with my development object...it is a BPM scenario in which i am merging 2 files using constant correlation id...JDBC to File scenario...i am using 2 JDBC adapters at source side...the scenario is getting executed without any error and i am getting the output...but the output contain only the data in 1 file...merging is not happening and only one file data is displayed in the output...could someone help me with this issue???am i missing something here??any help will be really appreciated...
    Thanks,
    Lekshmi.

    Hi all,
    As informed in my earlier post the same scenario was working with File adapters at source side.I figured out why it was working earlier.
    Since i have generated the source files for the File adpaters i have added the name space as displayed in the mapping(highlighted in bold letters).
    <ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">
       <ns0:Message1>
          <ns1:Test1_MT xmlns:ns1="http://testing.com/Details">
             <row>
             </row>
          </ns1:Test1_MT>
       </ns0:Message1>
       <ns0:Message2>
          <ns1:Test2_MT xmlns:ns1="http://testing.com/Details">
             <row>
                <VIA_NO/>
                <VSL_NM/>
                <ATA_DTTM/>
                <PATA_DTTM/>
                <ADT_INS_DTTM/>
                <ADT_UPD_DTTM/>
             </row>
          </ns1:Test2_MT>
       </ns0:Message2>
    </ns0:Messages>
    But in the case of real time scenario data is pulled from database and the input file is created through JDBC adater i am getting the source message for mapping as :
    <ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">
       <ns0:Message1>
          <ns:Test1_MT xmlns:ns="http://testing.com/Details">
             <row>
             </row>
         </ns:Test1_MT>
       </ns0:Message1>
       <ns0:Message2>
         <ns:Test2_MT xmlns:ns="http://testing.com/Details">
             <row>
                <VIA_NO/>
                <VSL_NM/>
                <ATA_DTTM/>
                <PATA_DTTM/>
                <ADT_INS_DTTM/>
                <ADT_UPD_DTTM/>
             </row>
         </ns:Test2_MT>
       </ns0:Message2>
    </ns0:Messages>
    When i tested this message in message mapping it is giving only the first file in the output.
    Any idea how to resolve this one?
    Rgds,
    Lekshmi.

Maybe you are looking for