Show playbar only after all captions display?

I am trying to figure out how I want my users to navigate, and thanks to lilybiri's answer on conditional actions I am able to make the playbar pop up if users hit different buttons - thanks again.
But, here is what I can not figure out now.  I have another slide that I want to have all of the text and captions come up on timing (that follows narration), but then not have the playbar pop up until all of these have been displayed.
In otherwords, I understand the conditional action that will show the playbar, but in this slide I have nothing to attach a conditional action too.  I just want the playbar to pop up after say 30 seconds, and let the user decide when they advance, but not let them advance prior to the entire page being displayed.
Note: The slide automatically pauses because I have a button that pops up and allows them to view additional content, but I don't want that to be a mandatory button press prior to seeing the playbar (if it was mandatory then I could use that as the condtional action to shw the playbar)

You need an event to trigger an advanced action, and timing is not an event.
Why not create another identical slide, and have the playhead move to that slide after the first slide (with a timeline of 30secs) is finished?
Lilybiri

Similar Messages

  • Execute a command only after all subscribers have consumed their messages

    Let's say we have queue Q1 and we enqueue two messages M1 and M2. Q1 has three subscribers S1, S2, and S3. We want to execute some process P1 only after ALL subscribers (S1-S2-S3) have consumed all of their message (M1-M2). Is this something Q1 would know about (it knows once all subscribers have processed all their messages) so that on "ALL Done" event it can start P1 either directly or by enqueuing a message for another subscriber, or is this something that requires hand-written code that would keep track of who has dequeued what and execute P1 once everybody is done.

    what you can do is to right another piece of code querying queue table on regular basis. When your query is returning 0 count that shows that all messages have been dequeued.

  • Start the SLA clock for Service Requests Only After all Review Activities are Completed

    Hi all,
    I have a client who is looking for this functionality. At this stage I cannot think of a solution, certainly not a supported one.
    Does anyone have any suggestions?
    TIA,
    Joe.

    Hi,
    you can define from Which date the SAL shoukd be calculated, see this Post for more Informations:
    http://blogs.technet.com/b/servicemanager/archive/2012/02/07/notifying-before-sla-breaches.aspx
    So, you can add a custom Field, which will be filled with a SCO Runbbok, after all RA Activity are closed.
    Seidl Michael | http://www.techguy.at | twitter.com/techguyat |
    facebook.com/techguyat |
    youtube.com/techguyat

  • Adobe edge show page only after download all image....

    hi, i have a composition wiht 30 images....when i open page it loads in around 5-6 seconds because adobe edge download all the image and after show the page...i have set immediate preloader that must only download the code and show the page but only in teory..in practice it download all element as code and image and then show the page.... there is' a way to not download all the images and display the composition after downloading only the code or a management priority to download?

    You need an event to trigger an advanced action, and timing is not an event.
    Why not create another identical slide, and have the playhead move to that slide after the first slide (with a timeline of 30secs) is finished?
    Lilybiri

  • Samba share shows up only after I restart samba

    I've been setting up a laptop with Arch to use at work and home. The problem is I can not see my samba share until I restart the samba service. The server is available though. I can connect with \\IPADDRESS\SHARE. It's just not listed under Network Places or smbtree.
    I have samba under DAEMONS  in rc.conf and I've tried starting it in rc.local too. But even if I leave it out of those and start samba manually, I have to restart samba before the share will show up on any client.
    The clients are Arch, Windows, and Ubuntu and the share is not available any of them. And the problem happens when I'm at work or at home. I've been googling, but I can't find much about a share being available but not being listed.
    My /etc/samba/smb.conf:
    #======================= Global Settings =====================================
    [global]
    # workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
    workgroup = MYWORKGOUP
    # server string is the equivalent of the NT Description field
    server string = Work Files
    # Security mode. Defines in which mode Samba will operate. Possible
    # values are share, user, server, domain and ads. Most people will want
    # user level security. See the Samba-HOWTO-Collection for details.
    security = user
    # This option is important for security. It allows you to restrict
    # connections to machines which are on your local network. The
    # following example restricts access to two C class networks and
    # the "loopback" interface. For more examples of the syntax see
    # the smb.conf man page
    hosts allow = 192.168.0. 192.168.1. 127.
    # If you want to automatically load your printer list rather
    # than setting them up individually then you'll need this
    load printers = yes
    # you may wish to override the location of the printcap file
    ; printcap name = /etc/printcap
    # on SystemV system setting printcap name to lpstat should allow
    # you to automatically obtain a printer list from the SystemV spool
    # system
    ; printcap name = lpstat
    # It should not be necessary to specify the print system type unless
    # it is non-standard. Currently supported print systems include:
    # bsd, cups, sysv, plp, lprng, aix, hpux, qnx
    ; printing = cups
    # Uncomment this if you want a guest account, you must add this to /etc/passwd
    # otherwise the user "nobody" is used
    ; guest account = pcguest
    # this tells Samba to use a separate log file for each machine
    # that connects
    log file = /var/log/samba/%m.log
    # Put a capping on the size of the log files (in Kb).
    max log size = 50
    # Use password server option only with security = server
    # The argument list may include:
    # password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
    # or to auto-locate the domain controller/s
    # password server = *
    ; password server = <NT-Server-Name>
    # Use the realm option only with security = ads
    # Specifies the Active Directory realm the host is part of
    ; realm = MY_REALM
    # Backend to store user information in. New installations should
    # use either tdbsam or ldapsam. smbpasswd is available for backwards
    # compatibility. tdbsam requires no further configuration.
    ; passdb backend = tdbsam
    # Using the following line enables you to customise your configuration
    # on a per machine basis. The %m gets replaced with the netbios name
    # of the machine that is connecting.
    # Note: Consider carefully the location in the configuration file of
    # this line. The included file is read at that point.
    ; include = /usr/local/samba/lib/smb.conf.%m
    # Configure Samba to use multiple interfaces
    # If you have multiple network interfaces then you must list them
    # here. See the man page for details.
    ; interfaces = 192.168.12.2/24 192.168.13.2/24
    # Browser Control Options:
    # set local master to no if you don't want Samba to become a master
    # browser on your network. Otherwise the normal election rules apply
    ; local master = no
    # OS Level determines the precedence of this server in master browser
    # elections. The default value should be reasonable
    ; os level = 33
    # Domain Master specifies Samba to be the Domain Master Browser. This
    # allows Samba to collate browse lists between subnets. Don't use this
    # if you already have a Windows NT domain controller doing this job
    ; domain master = yes
    # Preferred Master causes Samba to force a local browser election on startup
    # and gives it a slightly higher chance of winning the election
    ; preferred master = yes
    # Enable this if you want Samba to be a domain logon server for
    # Windows95 workstations.
    ; domain logons = yes
    # if you enable domain logons then you may want a per-machine or
    # per user logon script
    # run a specific logon batch file per workstation (machine)
    ; logon script = %m.bat
    # run a specific logon batch file per username
    ; logon script = %U.bat
    # Where to store roving profiles (only for Win95 and WinNT)
    # %L substitutes for this servers netbios name, %U is username
    # You must uncomment the [Profiles] share below
    ; logon path = \\%L\Profiles\%U
    # Windows Internet Name Serving Support Section:
    # WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
    ; wins support = yes
    # WINS Server - Tells the NMBD components of Samba to be a WINS Client
    # Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
    ; wins server = w.x.y.z
    # WINS Proxy - Tells Samba to answer name resolution queries on
    # behalf of a non WINS capable client, for this to work there must be
    # at least one WINS Server on the network. The default is NO.
    ; wins proxy = yes
    # DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
    # via DNS nslookups. The default is NO.
    dns proxy = no
    # These scripts are used on a domain controller or stand-alone
    # machine to add or delete corresponding unix accounts
    ; add user script = /usr/sbin/useradd %u
    ; add group script = /usr/sbin/groupadd %g
    ; add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
    ; delete user script = /usr/sbin/userdel %u
    ; delete user from group script = /usr/sbin/deluser %u %g
    ; delete group script = /usr/sbin/groupdel %g
    # Allow Symlinks (Needed this option after 3.4.6 due to security issues)
    unix extensions = no
    #============================ Share Definitions ==============================
    ;[homes]
    ; comment = Home Directories
    ; browseable = no
    ; writable = yes
    # Un-comment the following and create the netlogon directory for Domain Logons
    ; [netlogon]
    ; comment = Network Logon Service
    ; path = /usr/local/samba/lib/netlogon
    ; guest ok = yes
    ; writable = no
    ; share modes = no
    # Un-comment the following to provide a specific roving profile share
    # the default is to use the user's home directory
    ;[Profiles]
    ; path = /usr/local/samba/profiles
    ; browseable = no
    ; guest ok = yes
    # NOTE: If you have a BSD-style print system there is no need to
    # specifically define each individual printer
    wins support = no
    ;[printers]
    ; comment = All Printers
    ; path = /var/spool/samba
    ; browseable = no
    # Set public = yes to allow user 'guest account' to print
    ; guest ok = no
    ; writable = no
    ; printable = yes
    # This one is useful for people to share files
    ;[tmp]
    ; comment = Temporary file space
    ; path = /tmp
    ; read only = no
    ; public = yes
    # A publicly accessible directory, but read only, except for people in
    # the "staff" group
    ;[public]
    ; comment = Public Stuff
    ; path = /home/samba
    ; public = yes
    ; writable = no
    ; printable = no
    ; write list = @staff
    # Other examples.
    # A private printer, usable only by fred. Spool data will be placed in fred's
    # home directory. Note that fred must have write access to the spool directory,
    # wherever it is.
    ;[fredsprn]
    ; comment = Fred's Printer
    ; valid users = fred
    ; path = /homes/fred
    ; printer = freds_printer
    ; public = no
    ; writable = no
    ; printable = yes
    # A private directory, usable only by fred. Note that fred requires write
    # access to the directory.
    ;[fredsdir]
    ; comment = Fred's Service
    ; path = /usr/somewhere/private
    ; valid users = fred
    ; public = no
    ; writable = yes
    ; printable = no
    # a service which has a different directory for each machine that connects
    # this allows you to tailor configurations to incoming machines. You could
    # also use the %U option to tailor it by user name.
    # The %m gets replaced with the machine name that is connecting.
    ;[pchome]
    ; comment = PC Directories
    ; path = /usr/pc/%m
    ; public = no
    ; writable = yes
    # A publicly accessible directory, read/write to all users. Note that all files
    # created in the directory by users will be owned by the default user, so
    # any user with access can delete any other user's files. Obviously this
    # directory must be writable by the default user. Another user could of course
    # be specified, in which case all files would be owned by that user instead.
    ;[public]
    ; path = /usr/somewhere/else/public
    ; public = yes
    ; only guest = yes
    ; writable = yes
    ; printable = no
    # The following two entries demonstrate how to share a directory so that two
    # users can place files there that will be owned by the specific users. In this
    # setup, the directory should be writable by both users and should have the
    # sticky bit set on it to prevent abuse. Obviously this could be extended to
    # as many users as required.
    ;[myshare]
    ; comment = Mary's and Fred's stuff
    ; path = /usr/somewhere/shared
    ; valid users = mary fred
    ; public = no
    ; writable = yes
    ; printable = no
    ; create mask = 0765
    [mike]
    comment = Work Files
    path = /home/MYUSER/.samba_share
    valid users = MYUSER
    available = yes
    browsable = yes
    public = yes
    writable = yes
    # Needed this option after 3.4.6 due to security issues
    wide links = yes

    I removed the . (and moved the directory to match) but I still have the same issue.
    Here's the smbd.log after a rebooting and then restarting samba:
    [2010/05/04 07:25:41.262266, 0] smbd/server.c:500(smbd_open_one_socket)
    smbd_open_once_socket: open_socket_in: Address already in use
    [2010/05/04 07:25:41.266578, 0] smbd/server.c:500(smbd_open_one_socket)
    smbd_open_once_socket: open_socket_in: Address already in use
    [2010/05/04 07:26:01.041577, 1] smbd/server.c:267(remove_child_pid)
    Scheduled cleanup of brl and lock database after unclean shutdown
    [2010/05/04 07:26:21.051370, 1] smbd/server.c:240(cleanup_timeout_fn)
    Cleaning up brl and lock database after unclean shutdown
    [2010/05/04 07:26:45.716653, 1] smbd/server.c:267(remove_child_pid)
    Scheduled cleanup of brl and lock database after unclean shutdown
    [2010/05/04 07:36:46.016675, 0] smbd/server.c:500(smbd_open_one_socket)
    smbd_open_once_socket: open_socket_in: Address already in use
    [2010/05/04 07:36:46.017386, 0] smbd/server.c:500(smbd_open_one_socket)
    smbd_open_once_socket: open_socket_in: Address already in use
    And log.nmbd:
    [2010/05/04 07:25:41, 0] nmbd/nmbd.c:857(main)
    nmbd version 3.5.2 started.
    Copyright Andrew Tridgell and the Samba Team 1992-2010
    [2010/05/04 07:26:48.718046, 0] nmbd/nmbd.c:71(terminate)
    Got SIGTERM: going down...
    [2010/05/04 07:27:26, 0] nmbd/nmbd.c:857(main)
    nmbd version 3.5.2 started.
    Copyright Andrew Tridgell and the Samba Team 1992-2010
    [2010/05/04 07:27:26.544934, 0] nmbd/nmbd.c:696(open_sockets)
    [2010/05/04 07:36:46, 0] nmbd/nmbd.c:857(main)
    nmbd version 3.5.2 started.
    Copyright Andrew Tridgell and the Samba Team 1992-2010

  • Show link/button after all pages have been visited

    I want to make a course that branches out, so you can pick in which order you can learn about the different subjects, and at the end of each you will get the option to go back to "main screen"(this is also where you pick which subject to learn about). There are 4 subjects that have 1 slide with 6 slides under there again.
    What I want is to have a link/button on the "main screen" that allows you to go to the closing slide (just a plain thank you for your time etc), but I only want it to be visible after you've visited all the learning pages (4+(4*6)=28).
    I looked at advanced actions and conditional actions, but I didn't really find anything. Anyone have any ideas or work around? Thanks!

    This kind of thing has been explained many times on this forum.  In fact it's come up so many times over the past few years I'm quite surprised your searches didn't find anything about similar interactions.
    If your continued searches yield nothing, and you want a very detailed step by step tutorial on how to achieve such an interaction, I would suggest this e-book:
    http://www.infosemantics.com.au/adobe-captivate-advanced-actions
    It has a number of practice exercises with example CPTX files showing how this is achieved.

  • Enabling a button only after all other boxes on the slide have been clicked

    Hi,
    I am using Captivate 5 but I am fairly new to it and have very little scripting experience so I think what I am looking for is possible but I am not sure how to go about it!
    I have a slide with 10 click boxes which each link to a different slide with further information. Once the user has visited the additional slide they return to the original slide and can continue working through the click boxes to discover all of the information. This first slide also has a back and a next button to enable navigation through the rest of the project.
    Ideally I do not want to force people to click these boxes in a particular order and I do not want to prevent them visiting the additional pages more than once. However I would like to set up the page so that the next button will only be enabled once all of the click boxes have been pressed. At the moment, i do not have anything to stop the user just continuing through the project without reading the additional information.
    Any help would be much appreciated.
    Thanks,
    Mary

    Hi Lilybiri,
    Thanks for your reply,
    I think I would be able to use the second option of using buttons that became greyed out and then a next button appears on the slide once all of the pages have been visited.  Would you be able to send me the template please?
    I have a couple of other questions as well, I hope you don't mind! - Is it possible to do this using an image button rather than a transparent one or does this make it much more complicated? At the moment I have targets on the image which have a click box placed over them. It would be easy to change this to just the background image with the targets as image buttons but I am not sure I would be able to create the same style with the transparent button?
    I would need to increase the number of variables to 10, if I follow the same naming conventions etc would this be a relatively simple process?
    Finally I would not want the checkmarks to appear, how easy is it to make this change?
    Sorry for all the questions but I really appreciate your help!
    Mary

  • Back light only after using thunderbolt display

    Hello,
    I have a new 2012 Macbook pro 17 and a 27 inch thunderbolt display.
    The Macbook was working great. Then I connected it to the thunderbolt display and did clamshell mode. That worked well too. But.. then I powered down the macbook, disconnected the thunderbolt dislplay and tried to boot back up again. The mac book powers on, the back light comes on, I hear the chime then that is it. The back light stays on nothing else happens. Resetting the PRAM can not be done. Any of the boot options are ignored. It is like the keyboard is non resposive. I tried all the reset and boot  combinations available but nothing works.
    The light on the front of the macbook comes on then goes dim. The apple logo on the lid stays lit, and if I close the lid, the apple logo goes dim and the light on the front lights up. Weird, it is almost like it goes to sleep when it turns on. I tried conntecting the thunderbolt again but no joy. I am really disappointed. This is less than a month old and its already going in for repair. It should be replaced.
    Me No Gusta!

    Well, I tried the other reset method too. I removed the battery which was extremely easy. I found a tri tip screw driver I used to open Nintendo Wii's this was a perfect fit for the 3 tri screws that were used to hold in the battery.
    Anyway, it still did not work. Wow, I gotta tell you, this apple ****, is complete junk. I just turned a Lenovo into a hackbook. It actually seems faster than the i7 macbook that is screwed up. Never again apple, never again.

  • Show report only after button pressed

    I do have a page with a report in a region , a button and some item's witch are needed for the query of the report. (-> parameters)
    The problem is that the report should only be calculated after pressing the button "Go"
    But the report is calculated instantly when the page is invoked which took very long because when no parameter is selected the result is very large.
    I tried to use the condition in the report but had no success.
    thanks in advance
    Odeedo

    Report condition: request=GO (or the one that you set with the botton)
    Add a BRANCH to page (after processing) to the page itself, and that set the request to GO (or what have you choose ...)
    It should works
    Thanks
    Stefano Corradi
    (be carefully to avoid a redirect in the botton without submit, because in this case you item has not submitted)

  • 4.2 Book module does not show photos, only pages and captions

    Windows 7. I created a new master catalogue Imported one book catalogue and it worked fine. Next book catalogue, problem,  no photos shown in book module. The cataloque I imported I had earlier exported and when I open that exported cataloque all photos are showing but not when imported into the new master catalogue. I did it twice first cataloque fine next one not. Thanks for any suggestions. Curt

    There are some errors thrown into log when this happens.
    Level
    Source
    Message
    SEVERE
    oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$1
    node has no children at javax.swing.tree.DefaultMutableTreeNode.getChildAt(DefaultMutableTreeNode.java:243)
    WARNING
    org.openide.windows.WindowManager
    [Winsys] TopComponent com.oracle.jdeveloper.nbwindowsystem.NbEditorContainer throws runtime exception from its componentActivated() method.
    Please repair it!

  • Printing line only after all the records of line item are finished

    HI
    I have the following table :
    FieldA   FieldC       FieldD
    10           1               CM
    10           3               CCM
    20           6               M
    Right now i am able to print in samrtform like this
    FieldA   FieldC       FieldD
    10           1               CM
                   3              CCM
    20           6               M
    My requirement is this:
    FieldA   FieldC       FieldD
    10           1               CM
                   3              CCM
    20           6               M
    How can I do it?

    hi,
    when you work with smartforms, you can do this
    1. declare under the tab "Table" of your table-element, 2 lines with the same structure (1 linetype with the line under it, and 1 linetype without the underlining)
    2. under the tab "Data", at the Sort-criteria, sort on FieldA and mark the check-box "Event on Sort End"
    3. In your main-area you can use the linetype without the underlining
    4. In the area that is created for the event "on Sort End", you use the linetype with the underlining
    kind regards
    Tom

  • Screen shows apple only after tring to updated wont turn off or change

    Tried to update Ipod 4 and restore as got screen with plug in to I-tune, went thru update but then froze with th apple on screen of I-Pod.  Now it wont reset wont turn on or off or be seen in I tunes.  Wont charge either Any help?

    Have you looked at this troubleshooting article?
    http://www.apple.com/support/ipodtouch/assistant/ipodtouch/
    You may need to restore.

  • Traffic light showing the red colour in vl10g after all status completed

    Hi Team,
    My client facing one issue regarding the vl10g traffic light it show red colour after all document status is completed so please let me know I have to used which oss note / I have to debug the program(this is the standard T.code) or which way i have to used for resolved this issue so please replay argentely this great help to me and I am very thankful for corporation.
    Regrads,
    Ravi SAP SD

    RaviSAPSD wrote:
    it show's the error i.e. "No delivery-relevant items in order 0527087193, order type OR"
    With this in mind, I'd doubt the previous statement that the order status is 'completed'. Such orders wouldn't be picked up for the Delivery Due list. It is possible that either there is a line item that is not relevant to delivery yet it makes the order header status incomplete. Thus Delivery Due list picks up the order # based on the header status but when it checks the line items, there is nothing relevant for delivery.
    Check again the order statuses, not just on screen but in the tables VBUK/VBUP. Additionally, you can search for the notes yourself using the message ID/number (e.g. VL 001, which you should see, along with the long text, when you double-click on the message).

  • Reg:WBS TECO only after activity confirmation

    Hi,
    Can anybody suggest how to maintain some constraint in project Such that system will allow  WBS TECO only after all activity in that particular WBS will be confirmed.
    With Regards
    Rohit Prakash

    Hi,
    Try maintaining a User Status on the WBS that prohibits the business transaction TECO. That should definitely help you.
    Regards,
    Gokul

  • HT4060 Cannot get iPad 2 charged beyond 1%.  All charging ports tried: AC adapter(s), USB 2 port on MacBook Pro. ITunes shows iPad only for a few seconds. iPad displays alternately: Apple logo, battery w/slim red band, then battery w/1% charged informatio

    Cannot get iPad 2 charged beyond 1%.  All charging ports tried: AC adapter(s), USB 2 port on MacBook Pro. ITunes shows iPad only for a few seconds. iPad displays alternately: Apple logo, battery w/slim red band, then battery w/1% charged information. How can I get it to charge beyond 1% so I can proceed to troubleshoot?

    I have had your exact problem with my old 3GS, now I cannot even get it to turn on, I still see that it is supposed to be charging though, but it never charges any so it seems.
    I replaced the Lower Dock Connector Assembly back when it still charged while hooked to my PC, and it found it made no real difference.
    http://www.amazon.com/gp/product/B003Y5YXLK/ref=oh_details_o05_s00_i00?ie=UTF8&p sc=1 
    At this point I am not sure if I should replace the battery and hope for the best, or just junk the phone, I cannot really sell it if I cannot reset it...

Maybe you are looking for

  • Problems importing clips from JVC Everio HD

    Hi there, Seems that there was a good thread on this topic that was closed some time ago...so I apologize if this has been covered before. I have just purchased my first Mac, an iMac 2.66 GHz machine after my PC died for the last time. I bought it ba

  • How to register itunes with out credit card? need help

    i got mac but i don't have credit card what should i do to register with i tunes. can i link with paypal or debit card? need help cos i am new to mac thing cant use or download any stuff  since my itunes account is not fully active

  • My music stops out of nowhere

    I posted this on the music/video forum but it seems kinda dead over there, so maybe you all can help me out. Okay, so this is really frustrating me. I'm on my couch listening to my music and browsing the web on Safari with my iPhone but my music keep

  • App store uppdating problem

    My old e-mail is automatically choosed when i try to use the uppdating tool in app store, and i don't have the password for that e-mail anymore. I have checked My Appel ID so that my old e-mail isn't registred to my Appel ID. I am only having this pr

  • Final Cut Pro / Quicktime /Mac OS version

    Hello all worldwide, I would like to know, for each version of Final Cut Pro (3 to latest at least), which version of Mac OS I should have and which version of quicktime I should also have to be sure the soft will work properly, as its best. Have any