Skip to main content
Participant
January 12, 2012
Answered

Captivate Table of Contents (TOC)

  • January 12, 2012
  • 1 reply
  • 1052 views

Hi,

I am putting together a multimedia CD in Captivate, which will basically have a nice interface for users to navigate to attached PDF and DOC files, and a little video instruction here and there.  I want to include a search and table of contents facility and the one built into captivate is ALMOST PERFECT!  However, the current time/total time box at the bottom would make no sense to users as this is a multimedia CD.  So I would like to hide that.  Also, the find button requires clicking to open the search text box.  I have had a few comments saying they could not see where to type their search text (they didnt realise they had to click find, so I am hoping to be able to change the text on this button to 'Click to Search' or something like that.  If we can hide the current time/total time box it would be better, as it looks to me and others like this would be where you would type your search text (as it is next to the find button).

Also, if possible, remove the bookmark star icon at the top completely, as they are really not necessary and I want the interface for users to be as simple as possible.

I would appreciate any ideas, or alternative ways of implementing a search facility.

I have included a screenshot of my current interface so you can see what I am talking about.

Thanks.

This topic has been closed for replies.
Correct answer aa4108

Hi,

Thanks for the reply. I actually ended up using Widget Factory to write my

own widget to do the job of hiding the TOC time panel.

Here is the code I used:

var movieController:Object = widgetSlide.m_movie;

movieController.getTOCContainerMC().TOCBox_mc.TOCFooter_mc.TOCFooter_Text.vi

sible = false;

movieController.getTOCContainerMC().TOCBox_mc.TOCFooter_mc.timeBack_mc.visib

le = false;

Thanks again for the help.

From: Lilybiri <forums@adobe.com>

Reply-To: <jive-1641183183-sh7q-2-2gmh5@mail.forums.adobe.com>

Date: Thu, 12 Jan 2012 00:40:20 -0700

To: Alex Dillon <alex@assaohs.com.au>

Subject: Captivate Table of Contents (TOC)

Re: Captivate Table of Contents (TOC)

created by Lilybiri <http://forums.adobe.com/people/Lilybiri> in Adobe

Captivate - View the full discussion

<http://forums.adobe.com/message/4134857#4134857>

Hello and welcome to the forum, Perhaps this widget created by Michael Lund

(cpguru) can help you:

http://www.cpguru.com/2010/09/01/hide-toc-duration-widget-for-adobe-ca

ptivate-5/

<http://www.cpguru.com/2010/09/01/hide-toc-duration-widget-for-adobe-captiva

te-5/> Lilybiri

Replies to this message go to everyone subscribed to this thread, not

directly to the person who posted the message. To post a reply, either reply

to this email or visit the message page:

To unsubscribe from this

thread, please visit the message page at

. In the Actions box on the

right, click the Stop Email Notifications link. Start a new discussion in

Adobe Captivate by email

<mailto:discussions-community-adobe_captivate-adobe_captivate_general@mail.f

orums.adobe.com> or at Adobe Forums

<http://forums.adobe.com/choose-container!input.jspa?contentType=1&container

Type=14&container=2267> For more information about maintaining your forum

email notifications please go to

http://forums.adobe.com/message/2936746#2936746.

1 reply

Lilybiri
Legend
January 12, 2012

Hello and welcome to the forum,

Perhaps this widget created by Michael Lund (cpguru) can help you:

http://www.cpguru.com/2010/09/01/hide-toc-duration-widget-for-adobe-captivate-5/

Lilybiri

aa4108AuthorCorrect answer
Participant
January 13, 2012

Hi,

Thanks for the reply. I actually ended up using Widget Factory to write my

own widget to do the job of hiding the TOC time panel.

Here is the code I used:

var movieController:Object = widgetSlide.m_movie;

movieController.getTOCContainerMC().TOCBox_mc.TOCFooter_mc.TOCFooter_Text.vi

sible = false;

movieController.getTOCContainerMC().TOCBox_mc.TOCFooter_mc.timeBack_mc.visib

le = false;

Thanks again for the help.

From: Lilybiri <forums@adobe.com>

Reply-To: <jive-1641183183-sh7q-2-2gmh5@mail.forums.adobe.com>

Date: Thu, 12 Jan 2012 00:40:20 -0700

To: Alex Dillon <alex@assaohs.com.au>

Subject: Captivate Table of Contents (TOC)

Re: Captivate Table of Contents (TOC)

created by Lilybiri <http://forums.adobe.com/people/Lilybiri> in Adobe

Captivate - View the full discussion

<http://forums.adobe.com/message/4134857#4134857>

Hello and welcome to the forum, Perhaps this widget created by Michael Lund

(cpguru) can help you:

http://www.cpguru.com/2010/09/01/hide-toc-duration-widget-for-adobe-ca

ptivate-5/

<http://www.cpguru.com/2010/09/01/hide-toc-duration-widget-for-adobe-captiva

te-5/> Lilybiri

Replies to this message go to everyone subscribed to this thread, not

directly to the person who posted the message. To post a reply, either reply

to this email or visit the message page:

To unsubscribe from this

thread, please visit the message page at

. In the Actions box on the

right, click the Stop Email Notifications link. Start a new discussion in

Adobe Captivate by email

<mailto:discussions-community-adobe_captivate-adobe_captivate_general@mail.f

orums.adobe.com> or at Adobe Forums

<http://forums.adobe.com/choose-container!input.jspa?contentType=1&container

Type=14&container=2267> For more information about maintaining your forum

email notifications please go to

http://forums.adobe.com/message/2936746#2936746.