How to make objects of value to "the rest of the project" persists on the last page?

In Captivate 5, we have set the calendar for the footer graphic and logo for 'Show for': "the rest of the project."

These two items appear on each page until the user advances or close the window. However, on the last page of the course, these elements fade. It seems that if the blade is set for 3 seconds, the objects disappear after 3 seconds.

Is there a way to get these items "rest of project" to continue to display on the last page of the course, the learner will close the window?

Or does do the last slide time longer, for example, 20 seconds?

Or should we use slide masters for the footer rather than the option 'rest of slide '?

Thanks in advance for any ideas or suggestions!

I don't have CP5. But in CP5.5, to make this work, I would be:

  1. Put these objects on the slide.
  2. Set transition Fade In only. (Transition in the properties panel accordion)
  3. Switch to Filmstrip mode.
  4. Configure each slide to use the master slide.

I guess that's the way it works in CP5. Give it a try.

Tags: Adobe Captivate

Similar Questions

  • How to make three list/menus on the same page links?

    I have three list/menus on one page. How can I make choices in all three menus links to different pages?

    > When I insert the form three list/menus Dreamweaver does not allow me to turn
    > lists in links. JavaScript allows to turn them into links. All the I
    > want to know is what the script to write.

    It's because you inserted an ordinary select form element.

    Insert a JUMPMENU and dw will do the coding for you.

    Open the F1 help, click search and type jumpmenu

    --
    Alan
    Adobe Community Expert, dreamweaver

    http://www.Adobe.com/communities/experts/

  • Switch the fields for the last page

    Hi all
    I need to print a Field1 on all pages except the last page. On the last page, this Field1 should be replaced by an other Field2. These fields must be printed in the footer, so I couldn't use the last page and section only menthod. In addition, its an extra page printing. If the output has only one page, Field2 must be printed not Field1.

    I also tried the solution in the following link, but without success.

    How to display a field only on the last page which is page

    and I tried to use what follows, but does not more.

    < xdofo:inline - total
    display-condition = "exceptlast."
    name = 'field1' >
    < / xdofo:inline - total >
    < xdofo:inline - total
    display-condition = "last".
    name = 'Field2' >
    < / xdofo:inline - total >

    Any help is greatly appreciated.

    Thank you.

    Hello

    I could be wrong.

    We can use

    At the same start Dungeon RTF.
         

    so keep, (keep this loop if you want to add fields, otherwise keep before the loop)
         

    at the end of the RTF.

    After the statements above at the end of the RTF, set under template
         
         (keep this in the form field)
         (keep this in the form field)
         

    then call this model in the footer

  • How to make 'Save to Desktop' save the default value instead of 'This PC'?

    How to make 'Save to Desktop' save the default value instead of 'This PC'?

    Windows 10, I guess?

  • How to make transparent cluster keeping only the elements inside the visible cluster?

    Hello

    Can anyone suggest me how to make transparent cluster keeping only the elements inside the cluster visible in the front panel.

    Thanks in advance,

    Vinciane

    As I said, use the space bar for what is paint. This works. Trust me.

    PS You cannot link to pictures stored on your hard drive. We don't see them. You must add them as attachments and then submit the post they get uploaded to the servers of NOR.

  • I get my email on two computers. How to make a computer out of the loop?

    I get my email on two computers. How to make a computer out of the loop without jeopardizing my Comcast email account?

    Using Outlook Express? Go to: tools | Accounts and delete the account. If you think you can it in the future, go to the properties of the account, and under the general tab, simply uncheck: include this account when receiving or synchronization.

    If you are interested, you can receive messages at a time without losing them on one.

    On both machines:

    Tools | Accounts | Mail | Properties | Advanced - Check: leave a copy of messages on the server.

    On a single computer only, make sure to delete messages after X days to satisfy your allocated space that you get from your server.

  • Can I create an action to move the last page to the first?  I can only find how to manually drag the pages, and I need to make it simpler when there are a lot of pages.

    Can I create an action to move the last page to the first?  I can only find how to manually drag the pages, and I need to make it simpler when there are a lot of pages.

    Yes, you can do it using a script. This code should do the trick:

    this.movePage (this.numPages - 1, -1);

  • How to use setViewportBounds (Bounds value) to the ScrollPane?

    How to use setViewportBounds (Bounds value) to the ScrollPane? This method is, visually, what for? I tried to put a specific Bounds.minY to have a precise scrolling in the axis Y in vain. I use the setVvalue() method to scroll, but it is not convenient to exactly locate a position in the coordinates of the node content listed in the scroll pane.

    The viewportBounds are the limits of the viewport (i.e., the visible part of the content) in the scrolling pane itself, if I understand correctly. The way to access programmatically is by setting the vValue property.

    I have not tried, but if you do something like

    scrollPane.setVmin(0);
    DoubleBinding vmax = new DoubleBinding() {
         { super.bind(scrollPane.viewportBounds(), content.heightProperty()); }
         @Override
         public double computeValue() {
            return content.getHeight() - scrollPane.getViewportBounds().getHeight() ;
         }
    };
    scrollPane.vmaxProperty().bind(vmax);
    

    to configure your component to scroll, then you can call setVvalue (...) and just pass a location of coordinates for your content node. This assumes that your content node is a region or a control; you will have to perhaps a little logic in the method computeValue() to deal with the cases where the display window is greater than the additional content.

  • How to make objects disappear and reappear?

    I was watching a YouTube video on how to make an explosion. However, the video is not very useful as the guy does not explain everything. I'm not a complete Newbie, but I still need help on simple stuf sometimes. The part that I'm stuck is when it's a "patch" of the texture in the driveway, and then it covers its explosive box. After that, he copy the box and is able to appear and disappear.

    Part of the video, I do not understand is 1 minute, 22 seconds.

    Here's the video link: http://www.youtube.com/watch?v=qL1KkAfwflk


    Watch closely. He made a mask just below the box so that now he's just a layer which is just down the road. Then it will move this layer so that it covers the box.

    This isn't a very good tutorial on how to achieve this effect. There are a lot of better ways to do what he is doing.

  • How to set the values on the parent page of pop up

    Hi all

    I was wondering if someone could help me.

    I have a page parent with a button that opens a window where you can enter values and
    I would like to send these values to the parent page refresh page to set the item and close the pop-up window once the user has pressed a button in the pop-up window.

    How can you establish something like this?

    any help is appreciated.

    Kind regards

    Cleo

    Hello

    That's how I did in the past.

    1 use a function JS to open the pop - up example

    
    

    2. in the popup to create a JS function to set values and close the window for example

    function passBack(passVal1,passVal2,passVal3)
    {
      opener.document.getElementById("P1_ITEM1").value = passVal1;
      opener.document.getElementById("P1_ITEM2").value = passVal2;
      opener.document.getElementById("P1_ITEM3").value = passVal3;
      close();
    }
    

    If you want to refresh the page, you can use something like this:

    opener.window.location.reload();
    self.close();
    return false;
    

    3 Add a call to the function in pop, which could be a URL, page branch or report link for example column button

    javascript:passBack(&P32_SOURCE_PAGE.,'#COL01#','#COL02#','#COL04#');
    

    There will be a slicker average JQuery, but this should help you get started.

    I hope it helps

    Shunt

  • How Oracle to store geometry values in the columns of the table?

    How Oracle to store geometry values in the columns of the table?

    Check this box:
    [Oracle Spatial User guide | http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14255/toc.htm]

    Check other documents space here.
    [http://www.oracle.com/pls/db102/portal.portal_db?selected=7]

    Published by: Anantha R on August 20, 2009 13:43

  • How to insert a page in a section, but NOT like the last page?

    How to insert a page in a section, but NOT like the last page?

    and how to integrate fonts in a pdf export?

    How does choose a 5.5 x 8.5 book format?

    Adding pages to get to the end.  You can, however, keep typing to the point you need to add a page. Once the page seems to make corrections.

  • How can I get Safari to open in my homepage instead of the last page, I looked?

    Hi everyone, how can I get Safari to open in my home page or a page chosen instead of the last page I was looking at all the time? I keep trying to change this in Safari preferences, but I'm obviously something wrong? It doesn't matter what changes I make in the Safari preferences no matter what I do everytime I open Safari it opens just the last page I was looking at all the time?

    See you soon.

    Normally, you just go to Safari - attendance - general and set up your homepage.

    However, if she does not work for you, try the following steps.

    Go to the Safari menu (at the top right of your screen next to the Apple icon), choose 'Quit Safari'

    Press the "Shift" key and while holding this button on your unique keyboard, click the icon of Safari on your Dock.

    Open Safari - Preferences - Privacy - data to remove any Web site.

    Open the menu to go with the Option (Alt) key - library - key locate Safari folder and place it on your desktop. Restart your Mac, open Safari and delete the file from your desktop.

  • Definition of child page value to the Parent page text field

    Apex 4.1.

    I have a form of the apex. When the user clicks a button on this page, it redirects to another page and the user can select a value from a list of values (Group of Radio buttons) and when the user click on the "Done" button on the second page, I'm again redirect to the front page and what needs to happen is the selected value in the second page should be set to a text field in the first page (parent). How can I do this, I tried the following,.

    (1) on the second page (list of values), I added a process to get the selected value and set it to the field of the 1st page (Page Item)
    (2) I created a branch to redirect to the first page when the user hit "Done" button and in the branch options, I gave the order of the day of the 1st page (at what value need to be defined) and the value selected in the second page.
    (3) in both methods, after redirection back to (1) parent Page, I checked the value of this particular text field page element, and it had the value selected in page 2. but still, it was did not update the user interface.

    Really grateful if someone can help on this.

    Apex-EPA,

    Some things could happen...

    1. your text field still has its source type by replacing the value and is overwhelming everything you set the value on.
    2. on your second page, you do not use the branch that you think that you use to return to the first page.
    3. your branch to the first page is clear the cache on the first page.

    Here is an example of this work: http://apex.oracle.com/pls/apex/f?p=43401:35:0

    See you soon,.
    Janet Tyson

  • required solution: how to put some text on account of the position of the last page in the form?

    Hi friends,
    I need your suggestions of urgency the problem described below. Long story somehow. Appreciate your interest & suggestions.
    ==============Clip==============
    I have a requirement of form design some text content to appear only on a fixed position of the last page.
    The form will be multi-page.

    Here's the way I tried

    (1) on the master page:
    Add text object lblEnding (w = 176mm, h = 45mm)
    Wrap lblEnding in subform (frmEnding)
    Do frmEnding on on-call position (x = 20 mm, y = 200 mm, l = 176 mm);


    (2) on bodypage:
    Add text object lblBlank; (without border & transparent). He used to occuping the area of the page to the bodypage flow
    Wrap lblBlank in the frmBlank subform, sank, from top to bottom.

    (3) Note: The last mandatory content of the form template is a subform, called frmInfoBlock.

    OK, so for my part script here.
    ---------------------------------------------------
    (1) on the master page:

    For configuration frmEnding only appear on the last page
    To control the presence of frmEnding based on pageCount()
    use of scripts on frmEnding
    //
    FormDeliveryNoteNotification.. mstMasterPg1.frmEnding::ready:layout #pageSet [0] - (JavaScript, client)
    If (xfa.layout.page (this)! = xfa.layout.pageCount ()) this.presence = "hidden";

    (2) on Bodypage:
    To control the presence of frmBlank based on its position (property 'y')
    use of scripts on frmBlank
    //
    FormDeliveryNoteNotification.bdyPage1.frmBlank::ready:form - (JavaScript, client)
    var y1 = this.y;
    var y2 = frmInfoBlock.y;
    H2 var = frmInfoBlock.h;

    var yNum1 = parseInt (y1);
    var hNum2 = parseInt (h2);
    var yNum2 = parseInt (y2);

    This.Presence = "visible";
    If (yNum1 < = "200")
    {
    If (yNum2 + hNum2 < "200")
    This.Presence = 'hidden ';
    }

    ---------------------------------------------------

    Later, I found that it worked as expected.
    With regard to the property 'y '.
    > > > >
    Specifies the y of the anchor point of a container compared to the upper left corner of the parent
    container of when placed with square layout.
    Container whose content has flowed do not use contact information.
    > > > >

    As subforms Inc. frmBlank & frmInfoBlock that all are flowed, variable above scripts, always have value as below (according to my result of debugging)
    Y1 = 0 in
    Y2 = 0 in
    H2 = 0 in

    As a result, yNum1 Inc., yNum2, hNum2 are always 0.

    As a result:

    frmBlank will be always hidden

    If only 1 page, bodypage County can be superimposed with the page master frmEnding.

    ==============Clap==============
    Hope I described things clearly. : PEI

    Can you give your suggestions as another suggestion.

    -VickyX

    Hi Vicky,

    See if this helps you: https://acrobat.com/#d=Qjw-* ATV-gNdWjP * rlx2HA

    Find the line that serves as a marker for coordinates. The script is located in the spacer subform.

    Good luck

    Niall

Maybe you are looking for