Buttons not appearing after given time

Captivate is driving me absolutely mad...
I am attempting to make an elearning app with audio narration
on some slides, and some quiz slides and branching. I have set the
default slide display time to 600 sec. I am using audio files for
narration and want captions to appear at strategic points in the
slide. I made the captions and positioned them where I want them on
the timeline, then changed their properties to "Display for rest of
slide".
When I preview the slide in the Captivate interface, it works
fine, but when I publish the project (or do a full preview), the
audio plays but the captions don't appear unless I click on the
"Play" button in the Flash player controls underneath.
I have downloaded Captivate 4, as I was having similar
problems in version 3 (except that in version 3 the audio didn't
play either!) Was surprised to find the same problem - surely this
is a really standard thing to do... so what am I doing wrong?

Hi there
600 seconds? Seriously? OMG, that's ten minutes!
Personally, I would never recommend having a slide longer
than maybe ten
seconds. I'm not sure how you even manage a timeline that
long.
At any rate, whatever floats your boat I suppose. My guess is
that you have some object (Click Box, Button or Text Entry Box)
that is sitting on the timeline and pausing things before the
button you wish to see has a chance to appear.
Cheers... Rick

Similar Messages

  • Why new contacts are not appearing after some time?

    I Am using iPhone6, iPad New and iPad mini. The contacts which I saved in iPhone are not appearing after some time. I don't know whether it is related with synchronisation of other devices. Please help me if you know the reason.

    Hi, 
    Have you checked the filtering option in contacts? Open contact menu button > filter. Perhaps you have a filter hiding the contacts. 
    What are your thoughts about this forum? Let us know by doing this short survey.

  • Buttons not appearing after exporting to Interactive PDF

    I created buttons on my master page in InDesign with the event "on click" and actions "go to first page", "go to last page", "go to previous page", and "go to next page". Then I applied my master page to all the pages in my document. On certain pages I override the item on the master page and gave the button a different action (go to text anchor). Then I exported to Adobe PDF (Interactive). When I view the PDF, most of the Master Page buttons do not appear. This doesn't happen every time. I have created documents that work with this setup, but this one document will not work properly. Any suggestions?

    Try exporting IDML, Open IDML, Export from new doc

  • ValueChangeListener in Radio Button not acting after first time

    Hi,
    I am using ADF-BC-JSF in Jdev 10.1.3.3. I have a page on which there are 2 radio buttons which show blank at first. As soon as a user selects a radio button, the valueChangeListener calls up a method in the backing bean that opens a dialog for the user. User enters some text in to the dialog and clicks OK after which the window closes. If the user clicks Cancel on the dialog page, the window is still closed but radio button value is reset to blank through javascript. the problem is that it works only first time. second time it tries to autosubmit but only the constructor of the backing bean is called and not the actual function to open the window. Following is the code snippet that may be helpful.
    Radio Buttons
    <af:selectOneRadio value="#{bindings.SP11WarrantDetailsViewMetallurgistReviewStatus.inputValue}"
    layout="horizontal"
    id="metallurgistRadioBtn"
    autoSubmit="true"
    valueChangeListener="#{UploadDownloadBean.exampleOpenDialog}"
    disabled="#{ !UserInfo.metallurgist || bindings.SP11WarrantDetailsViewMetallurgistReviewStatus !=''}">
    <af:validator binding="#{bindings.SP11WarrantDetailsViewMetallurgistReviewStatus.validator}"/>
    <af:selectItem label="Approved" value="Approved"/>
    <af:selectItem label="Rejected" value="Rejected"/>
    </af:selectOneRadio>
    Function to Open the Window
    public void exampleOpenDialog(ValueChangeEvent valueChangeEvent)
    // Add event code here...
    FacesContext context = FacesContext.getCurrentInstance();
    // Create the dialog UIViewRoot
    ViewHandler viewHandler = context.getApplication().getViewHandler();
    UIViewRoot dialog = viewHandler.createView(context,"/sp11/warrant/MetallurgistNotes.jspx");
    HashMap properties = new HashMap();
    AdfFacesContext afContext = AdfFacesContext.getCurrentInstance();
    afContext.launchDialog(dialog,
    null, // not launched from any component
    null, // no particular parameters
    true, //show in dialog
    properties);
    Javscript for resetting the Radiob button
    function closeWindowOnCancel()
    if(parent.window.opener.document.getElementById("notesValueHolder").value == '' )
    parent.window.opener.document.getElementsByName("metallurgistRadioBtn")[0].checked = false;
    parent.window.opener.document.getElementsByName("metallurgistRadioBtn")[1].checked = false;
    Please suggest what can be the possible cause.
    Regards,
    Neeraj

    Hi,
    I am using ADF-BC-JSF in Jdev 10.1.3.3. I have a page on which there are 2 radio buttons which show blank at first. As soon as a user selects a radio button, the valueChangeListener calls up a method in the backing bean that opens a dialog for the user. User enters some text in to the dialog and clicks OK after which the window closes. If the user clicks Cancel on the dialog page, the window is still closed but radio button value is reset to blank through javascript. the problem is that it works only first time. second time it tries to autosubmit but only the constructor of the backing bean is called and not the actual function to open the window. Following is the code snippet that may be helpful.
    Radio Buttons
    <af:selectOneRadio value="#{bindings.SP11WarrantDetailsViewMetallurgistReviewStatus.inputValue}"
    layout="horizontal"
    id="metallurgistRadioBtn"
    autoSubmit="true"
    valueChangeListener="#{UploadDownloadBean.exampleOpenDialog}"
    disabled="#{ !UserInfo.metallurgist || bindings.SP11WarrantDetailsViewMetallurgistReviewStatus !=''}">
    <af:validator binding="#{bindings.SP11WarrantDetailsViewMetallurgistReviewStatus.validator}"/>
    <af:selectItem label="Approved" value="Approved"/>
    <af:selectItem label="Rejected" value="Rejected"/>
    </af:selectOneRadio>
    Function to Open the Window
    public void exampleOpenDialog(ValueChangeEvent valueChangeEvent)
    // Add event code here...
    FacesContext context = FacesContext.getCurrentInstance();
    // Create the dialog UIViewRoot
    ViewHandler viewHandler = context.getApplication().getViewHandler();
    UIViewRoot dialog = viewHandler.createView(context,"/sp11/warrant/MetallurgistNotes.jspx");
    HashMap properties = new HashMap();
    AdfFacesContext afContext = AdfFacesContext.getCurrentInstance();
    afContext.launchDialog(dialog,
    null, // not launched from any component
    null, // no particular parameters
    true, //show in dialog
    properties);
    Javscript for resetting the Radiob button
    function closeWindowOnCancel()
    if(parent.window.opener.document.getElementById("notesValueHolder").value == '' )
    parent.window.opener.document.getElementsByName("metallurgistRadioBtn")[0].checked = false;
    parent.window.opener.document.getElementsByName("metallurgistRadioBtn")[1].checked = false;
    Please suggest what can be the possible cause.
    Regards,
    Neeraj

  • Content not appearing after first time

    I could really do with some help on this one.
    I have a screen (State) in my application that displays some
    custom mxml components using a repeater. The first time I come to
    this screen, all the data appears correctly. However if I navigate
    away from this screen to another screen (State), then return to it,
    all that appears is a scroll bar, with no custom components
    appearing.
    I would appreciate if anyone can take a peek at my code below
    to try and identify the problem. Perhaps this is a problem others
    have experienced?
    The relevant code is as follows:
    <mx:State name="ComponentFolderScreen"
    basedOn="QualificationSummaryScreen">
    <mx:RemoveChild
    target="{qualificationSummaryScreenDG}"/>
    <mx:AddChild relativeTo="{vbox1}"
    position="lastChild">
    <mx:Tile autoLayout="true" width="740" height="230"
    id="tile1" borderStyle="none">
    <mx:Repeater id="productsRepeater"
    dataProvider="{this.category1}" >
    <local:ComFolderItem
    mouseOver="CFSMouseOver_Folder(event)"
    click="CFSClick_Folder(event)"
    studentName='{productsRepeater.currentItem.productName + "(" +
    productsRepeater.currentItem.productPrice + ")"}'
    componentStatus='{productsRepeater.currentItem.componentStatus}'
    >
    </local:ComFolderItem>
    </mx:Repeater>
    </mx:Tile>
    </mx:AddChild>
    </mx:State>
    And here is the code that populates the ArrayCollection that
    is the dataprovider
    var ComponentFolderData:ArrayCollection = new
    ArrayCollection();
    ComponentFolderData =
    _dataManager.returnComponentFolderData(componentCode);
    var howManyObjects:uint = ComponentFolderData.length;
    var objectInstance:Object = new Object();
    category1 = new ArrayCollection();
    for (var objectIndex:uint = 0; objectIndex <
    howManyObjects; objectIndex++) {
    objectInstance.productName =
    ComponentFolderData.getItemAt(objectIndex).productName;
    objectInstance.componentStatus =
    ComponentFolderData.getItemAt(objectIndex).componentStatus;
    category1.addItem(objectInstance);

    Hi there
    600 seconds? Seriously? OMG, that's ten minutes!
    Personally, I would never recommend having a slide longer
    than maybe ten
    seconds. I'm not sure how you even manage a timeline that
    long.
    At any rate, whatever floats your boat I suppose. My guess is
    that you have some object (Click Box, Button or Text Entry Box)
    that is sitting on the timeline and pausing things before the
    button you wish to see has a chance to appear.
    Cheers... Rick

  • I've tried to update my ipad 2 with IOs 6 but it was not possible. An error message always appear after some time during e download. Is there an solution?

    I've tried to update my ipad 2 with IOs 6 but it was not possible. An error message always appear after some time during e download. Is there an solution?

    Are you trying to update via wifi or connected to your computer?
     Cheers, Tom

  • HT201412 my ipod 4G power button and volume button not working after updated to ios6. i also experience wifi issue. so deppresing!

    my ipod 4G power button and volume button not working after updated to ios6.
    i also experience wifi issue. my ipod can't detect any wifi signal.
    so deppresing!
    what should i do?
    i can't put my ipod to sleep, can't adjust volume, can't shut off.
    should i update to ios 6.1?
    HELP

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:       
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    -  Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar
    When iOS 6.1 comes out I would update.

  • IPhone Home Button not working after upgrade to ios 5.1.1

    Hey everyone,
    I'm pretty sure this is a software failure due to the symtoms the iPhone is showing;
    0 - the home button does not work at all when the phone is turned on and running ios 5.1.1, well it used to work okay when i had ios 5.0.1, I upgraded to 5.1.0 and started working randomly, upgraded to 5.1.1 to see if it was fixed with no luck at all.
    1 - When locked the screen does sometime light up, like when you press the home button and don't slide the unlock button. but it does not exit apps anytime, I mean it doesn't act like it's pressing the home button randomly but only when the phone is locked.
    2- The button does work perfectly when iOS is not running: I can get in and get out of recovery and dfu mode at will, that wouldn't be possible if the button were broke.
    3- what else? Oh yea, not really a symtom: Tried the 'home button calibration' several times.
    4 - It's not filthy, since I really cleaned it thoroughly with a powerful tiny nozed air blower I got and gave a rubbing alcohol treatment too.
    5 - when I shut the phone down it instantly turns back on, I can interrupt the turning on for turning the phone into dfu mode (i'm sure It's in DFU mode because the tinyumbrella log monitor tells me)
    I'm now using the 'soft' home button that goes in the accesibility options, but hey, I didn't pay a ton of money for a phone that the same Apple is gonna break down.
    It's out of warranty and I don't have apple stores where I live.
    I'd downgrade to 5.0.1 in a snap if I could but I'm not into jailbreaking, so the shsh blob thingie is not a possibility.
    Any apple dev around that can give me a workaround?
    thanks a lot in advance
    Added more info ~ 

    I had the same problem with Home button not responding after upgrading from iOS 5.1 to iOS 5.1.1 on an iPhone4.   I solved it but not sure exactly what fixed it.   Here is what I did.
    1.  Took it local Apple store Genius appointment.   They used a special tool and took some lint out of the connector opening.   The Home button started working.   They said even though the phone was out of warranty, I could buy a new replacement one without a contract for $150. 
    2.   The Home button stopped working when I got home.   I got some compressed air in a can and blew the air through the connector to try and clean out more dust.   I now keep the phone with the connector opening facing down in my pocket.   I also struck the phone downward on my hand or other soft surface to force as much dust out as possible.
    3.  The Home button still was intermittent.  I then tried to do a hard reset by holding the power on key and the Home button simultaneously for about 10 seconds.  This doesn't work if the Home button doesn't respond.
    4.  I connected the iphone to Itunes via the USB to sync the phone.  While connected, I did a Hard Reset by Holding the Power button and Home button simultaneously.  I noticed the Home button responded better when connected to ITUNES via the USB.
    5.  I did a backup of the iphone4 by highlighting the iphone 4 while connected to ITunes and right mouse click and selecting BACKUP.    I was prepared to reset my phone4 in iTUNES and restore it from the backup.
    The phone worked consistently before I had to do this.
    6.  As a last resort which I didn't need to do, I was going to copy all my settings for the iphone by selecting the phone in iTUNES and looking at all the sync settings.   I would then have restored the iphone to original factory settings and then sync the phone using the copied settings.  This would have made sure that the backup didn't include the bug.
    Fortunately, I didn't have to do step 5 and 6.   Things started working after Step 4.  So I don't really know if it was the iOS 5.1.1 upgrade or pure coincidence that the Home button stopped working immediately after the upgrade.

  • Buttons not appearing clearly upon output

    I have created menu buttons (with highlight) that in turn link to the relevant movie file.
    When outputted to DVD these buttons appear blurry and unclear.
    Why are the buttons not appearing in a crisp, clean state when I have outputted them?

    Which version of DVD SP are you using? Are you
    making these over video menus? What size and color
    of fonts/background? They can all play into what is
    happening, usually 20pt + sans serif works best, but
    the text in DVD SP can often leave things to be
    desired from time to time - where are you previewing
    the buttons?
    Thanks for your reply.
    The vesrion Im using is DV Studio Pro 3. The up state color of the buttons are black and over is red. The font size is 13pt Arial Black.
    I have outputted the DVD itself, so I view it through TV.
    Am I on the right track?
    Thanks again.

  • CRT results are not appearing after successful payroll run

    CRT results are not appearing after successful run of US payroll, however, RT results are appearing.
    Please suggest ideas to find the results of CRT.

    Hi Rémi Corriveau,
    Thank you for spending your time to answer my question.
    Here are the answers to your questions . . . .
    QUESTION: Did you run a Payroll Simulation or a live Payroll Calculation ?
    ANSWER: We did a LIVE payroll run for a period of 3 months.
    QUESTION: Did you use t-code pc_payresults ?
    ANSWER: Yes, we used the t-code pc_payresults but still it doesn't show the CRT results.
    QUESTION: Did you check Processing Class 30 and 70 for your WTs ?
    ANSWER: As per the process, we copied the SAP standard (model) Wage Type M010 to
    our customized Wage Type, hence, hope that it wouldn't disturb any of the standard SAP settings.
    However, we did check the Processing Class 30, but did not check the processing class 70.
    Shall update you once PC 70 is also checked.
    Please educate, if there are any particular specifications that need to be entered while checking
    for our WTs in PC 30 & PC 70.

  • HT4623 my phone main button not working after installed new version software 7.0.6

    my phone main button not working after installed new version software 7.0.6

    Arrange some liquid like petrol spirit and w 40
    two drops in to home button.
    30 times press slowly slowly and then restart your apply iphone.
    You will get ready.
    I am sure. Thanking you...

  • HT4623 Anyone having trouble with App Store install and cloud store buttons not working after 6.1 update?

    Anyone having trouble with App Store install and cloud store buttons not working after 6.1 update? I go to install an app. I hit install and nothing happens. About a minute later it asks me for my password and then it does nothing. The install button goes back to saying install. However the app shows up in my installed list and in cloud but no app installed.

    OK - I found a helpful post - closed app store app and under Settings/General/Date and Time I reset the date and time by switching off "Set Automatically" and then switching it on again. Went back to App Store, launched it and Updatesseems to be working again.
    Go figure? Logical, No!

  • Buttons only appear after menu loops

    I am new to encore and I am having some problems. I have set up my menu to loop and a certain point and I have put all my buttons on the menu. When I go to preview the menu, the buttons only appear after the menu loops for the first time. I am sure there is a simple solution, but if someone could help me out that would be great.

    >Please provide a bit more detail about your Menu and your Project. The Buttons should appear, when the Menu is navigated to.
    Yes, after the menu enters the loop point that you can define for each of your menu.

  • Myi iphone4  microphone not working and the home button not work after IOS6 updat

    Myi iphone4  microphone not working and the home button not work after IOS6 updat

    Did you try another restore and this time not to restore from a backup and see if that makes a difference? This is what Apple would tell you to do next based on my iphone 5 fiasco.
    Make sure all your data is available on your computer for manual syncing later.
    Since you did the hard reset I assume that means your home button isn't broken only that it got frozen before. Were you able to get the Apple logo after the reset? Did it boot?
    And you are using iTunes 10.7?
    I'm just trying to help get you going.

  • Iphone 4 Home button not working after upgrade to OS 4.3.5

    Iphone 4 Home button not working after upgrade to OS 4.3.5.Please help!!!!!!!!

    It seems that settings of mail accounts have something to do with it. I've delete my gmail account and am now using Microsoft Exchange. It seems better, yet not perfect. The issue is definitely due to OS 4.3.1
    Apple answer is - no answer. It is a shame that the quality of their products, in terms of design and concept, is not match by a care for customers. It is not normal that I, as a customer, have to spend hours reading Apple Discussions forum to try to understand what the problem is. A little more respect for a customer that spend big $$$ buying their products wouldn't hurt.

Maybe you are looking for