-
1. Re: Hiding TOC when user navigates to start of same slide
RodWard Jun 3, 2014 6:12 PM (in response to milhousebarks)Captivate has no default way to do this. By using the TOC to return to the start of the same slide you DO NOT get to execute the On Slide Enter event again. That only fires if you enter the slide from ANOTHER slide.
There was a free widget that allowed you to execute time-based advanced actions:
http://www.infosemantics.com.au/widgetking/the-widget-pages/
However, this widget may not work in any version after Cp6.1:
http://captivatedev.com/2012/09/26/adobe-captivate-6-0-free-widget-time-based-actions/
And it is an SWF widget so not compatible with HTML5
-
2. Re: Hiding TOC when user navigates to start of same slide
Lilybiri Jun 4, 2014 1:51 AM (in response to RodWard)The only included possibility for a time-based event, but with much issues are the Timing and the Hourglass Interactions. However: they are designed to stay at least 2 seconds after time is up; in your case not a possible solution.
-
3. Re: Hiding TOC when user navigates to start of same slide
milhousebarks Jun 4, 2014 8:21 AM (in response to RodWard)Thanks for your answer - not the one I wanted, but what I feared.
I would really love Adobe to add some provision for time based events. I'm finding only having on entrance and on exit very limiting. In a case like this I'm left with having the behavior seem inconsistent for the user, or else not hiding the TOC on entry and having to always have the TOC closed by the user. So add a slight annoyance for the user and make things consistent or add convenience/usability but make it inconsistent... oh well.
-
4. Re: Hiding TOC when user navigates to start of same slide
milhousebarks Jun 4, 2014 8:23 AM (in response to Lilybiri)Thanks for letting me know none of the widgets are in the running. And thanks also for your blog entry on micro navigation within a slide - that helped me a great deal with other elements of this project.
-
5. Re: Hiding TOC when user navigates to start of same slide
sfetchit Jun 6, 2014 11:28 AM (in response to milhousebarks)I've created custom playbars for courses that have auto-close of the TOC whenever the course is in a play mode, and that pauses the content if the TOC is selected. The playbar remember the playback mode when the TOC is opened, and if the TOC is closed again without starting a different slide, the course playback mode is restored.
This creates a better experience for users as they do not have to click on the TOC close button again to close it after making a slide selection. Also if play or rewind, back or next is selected on the nav bar, the TOC closes automatically as well.
Some code is Captivate version specific, as some changes do require some internals knowledge of the published Captivate code version(s). That being said, I suppose a lot of plugins such as the ones mentioned earlier in this chain have the same issues.
There are a lot of things that can be done cross-platform using the customizable playbar AS3/HTML code as a platform for implementing them without changing the Captivate core code directly, some of which has been hidden in DLLs by Adobe over the last couple of Captivate iterations, making it harder to patch directly. Some types of changes do require some significant knowledge of the internals of the AS3/HTML implementation though, such as changing the way the bookmarking is done, such as requiring scenes to be viewed to completion and/or marked as complete by advanced actions in the slide itself before being tracked as complete. Disabling the scrub bar generally requires this as well unless it is turned off completely in the settings. I've also changed functionality of buttons and allowed re-ordering of buttons on the playbar in this fashion, such as changing the rewind course function to be a rewind slide function which is more useful to clients on a nav bar.
Some of this could possibly be accomplished in Captivate 8 via Javascript in a cross-platform manner, although it might still require some support in the SWF from the Flash playbar code to facilitate some of the tests that are not yet available in the common JS interface API. Playbar related functionality changes are probably best done in the playbar code.
-
6. Re: Hiding TOC when user navigates to start of same slide
milhousebarks Jun 10, 2014 8:37 AM (in response to sfetchit)That sounds like a very nice user friendly solution you've developed. I'm somewhat new to Captivate so I expect what you've mentioned is beyond my current ability but I'll look into it.
In the meantime, I've come across a Time Based Widget at captivatedev.com that appears to do what I need. It lets you set an action when the playhead reaches the start of the widget and then run an action at the end of the widget. In my case, I just start the widget at 0.1 second on the timeline. It isn't instantaneous like visiting other slides, but I think most users would hardly notice it and just think the 0.1 second delay is computer/internet lag...
This does bring up another issue with adding Widgets. I haven't seen anything yet, but since this will be in a SCORM environment, has anyone seen any issues with adding widgets either with stability or SCORM reporting? I don't imagine it should, but since it looks like I'll have 3 widgets on each slide I just want to get ahead of any issues before having the client fall in love with the functionality only to find out it causes problems with use down the road.
Thanks all for your help.
-
7. Re: Hiding TOC when user navigates to start of same slide
milhousebarks Jun 10, 2014 8:39 AM (in response to RodWard)Hi Rod,
After testing it looks like the widget at captivatedev.com will do what I need. Thanks.
-
8. Re: Hiding TOC when user navigates to start of same slide
sfetchit Jun 10, 2014 9:34 AM (in response to milhousebarks)Just remember, those widgets are not compatible with HTML5 output from Captivate, only Flash.
-
9. Re: Hiding TOC when user navigates to start of same slide
sfetchit Jun 10, 2014 9:42 AM (in response to milhousebarks)Widgets should generally have no affect on SCORM reporting. You can’t use widgets in Quiz slides, a lot of things are restricted there, and there may be some other situations with particular types of Captivate slides where some widgets do not behave well with them. I just had a nice idea – I’m going to try to see if there is a way to trigger user defined Advanced Actions from a plugin/playbar script. It would be nice to be able to define some functionality, like say particular events such as you want, and allow a user to define their custom response to the event by creating an Advanced Action with a particular naming convention. I’ll have to check to see if any of the naming makes it into the output though J
-
10. Re: Hiding TOC when user navigates to start of same slide
milhousebarks Jun 10, 2014 10:07 AM (in response to sfetchit)Thanks for following up. It would be great to have that functionality based on advanced actions.
Unfortunately the the widget I had been trying to hide the TOC with didn't work out afterall. It seems for Captivate 7 it creates some uncontrollable pausing - at least for me and some other users.
-
11. Re: Hiding TOC when user navigates to start of same slide
Lilybiri Jun 10, 2014 10:30 AM (in response to milhousebarks)Can you check the version number of CP? Present version is 7.0.1.237. With the first version there were some pausing issues.
-
12. Re: Hiding TOC when user navigates to start of same slide
milhousebarks Jun 10, 2014 10:46 AM (in response to Lilybiri)Hi,
Yes that is the version I'm using. Running a Mac Pro with Mavericks and publishing to Flash Player version 10.



