OHJ menus & table of contents/accessibility

Greetings,
We are testing our application for accessibility, and found a problem with the OHJ help navigator. Running on WindowsXP, if I change my font size from Normal to Extra Large, the title bar of the OHJ help navigator changes but not the pull down menu fonts, or the fonts for the tabs or table of contents. I do know that I can change the font size of the actual help text via Tools->Font Size. However, we need to have the OHJ viewer respond to system changes and update the fonts for its menus, tabs, dialogs and the table of contents list.
Are there any flags or settings we can turn on when instantiating the help object so the help navigator responds to changes in the system font settings?
thanks,
Elizabeth.

Sorry, Elizabeth. There are no settings to help you with this.
Ryan

Similar Messages

  • Accessibility Tags - What to do with Table of Contents & More

    I am looking for some help and advice regarding tagging a PDF document for accessibility using Acrobat 9 Pro.
    Until now, the most I've ever done with Acrobat is create the occasional straight-text document and a few simple forms.  But my boss has asked me to tag a programming manual for accessibility and I'm a little lost.  There are a lot of both images and code samples in this text that I have no idea how to work with because the automatic tagging seems to have gone haywire.
    I downloaded the Acrobat 9 Pro Accessibility Repair Workflow document and have done the following:
    Determined that my document is not a scanned document.
    Determined that there are no forms or buttons in this document.
    Set the language to English.
    Set the document security to "no security".
    Determined that the document has bookmarks.
    Determined that the document is not a tagged document.
    Run the Accessibility Full Check.
    This is where I ran into problems--both because of the nature of the document and my own ignorance of the "making accessible" process.
    My table of contents is split up into multiple areas shown as tables but the individual items in the table are irregularly identified--I have no clue how to get them to appear correctly.  Any tips would be appreciated.  Should the Table of Contents even be a table?  I know it's called a table, but it has multiple levels and I'm just not sure what to do with it.
    There are also several tables in the document.  They appear mostly OK, but Acrobat seems to think that the tables are made up of individual figures and produces "No alternate text for Figure" errors on some of them.
    Finally, how on earth do I do text flow on code??  The code is all text, not images.
    If anyone knows anything about this whole accessibility thing I would greatly appreciate your input.
    Thank you!
    Jenn

    It may actually be faster to save it as a DOC file. The formatting may get messed up, but fixing that may be faster than doing all of the tagging you need to do. At the end, you have a document that can easily be modified in the future and recreated in PDF form. The long-term workflow should be better. My guess you will find that setting up a style sheet in WORD (or using an existing one) will be easy to use in addressing the issues. When I think of setting a bookmark in some location, I think of the work in setting just one bookmark manually in Acrobat. I think that WORD would actually be easier if the file transfer is readonably. Worth a try anyway.

  • Accessing Audio CD Table of Contents

    I'm trying to find a way to access the track table of contents, and index numbers, which are on conventional audio CDs. The TOC of an audio CD gives the total playing time of the CD, the number of tracks, a "frame offset" for each track from which the playing times of tracks can be computed, and a flag which tells whether a track is audio or some other kind of data. In addition, every "frame" on an audio CD (1/75th of a second of audio) has a tiny block of data called a "q-subchannel" which contains track and index numbers. (Index numbers are an extremely rarely used feature of the audio CD standard, originally intended to mark separate passages within classical music tracks, but they are also used more commonly to mark the pauses between audio tracks. Most inexpensive CD players these days don't even bother with them.)
    I thought I had found a shareware "scripting additon" file that would enable me to capture this data. It is called audioCDgh, and can be found at a number of sites, but it was written about 1999 for OS 9, and I haven't been able to find a way to make the Tiger Applescript editor recognize it. I've already contacted the developer, asking if he had an OS X version, but he doesn't.
    Is there any way to make an OS 9 scripting addition file work under OS X? Or, as an alternative, does anyone know of another scripting addition, or of some scriptable application program, that would provide access to the same data? Or any other strategy?
    Thanks

    Well, ok....
    I have a large number of audio CDs, over a thousand, collected over the past 27 years, and I was thinking of building a specialized index/database of their tracks in an xml application, the format of which I'm still cooking up. I'd like to be able to include as much data about disc structure as I can. What little information I've found about audio CDs suggests that they are astonishingly primitive data structures: there really isn't anything like a true file structure on them which, given that these things are made to a standard from around 1980, I suppose I should have guessed.
    The problem is that the information on audio CD data structures is kept in something called "The Red Book," which seems to be Top Secret. Actually, you can get a copy on the web, but even a PDF version will set you back a couple hundred bucks. Why this should be for such an old standard, and one that I would think would be to the industry's advantage to have known as widely as possible, is a great mystery to me.
    I had looked at the iTunes dictionary, and seen that I can get number of tracks, and also track lengths, but it looks like the track lengths are rounded or truncated to an integer number of seconds. From what little information I've been able to glean from various sources, track lengths are actually in multiples of 1/75th of a second: the "offsets" in the TOC are actually three byte pointers in the form mm:ss.ff, where each byte is two BCD digits, ss running from 00 to 59, and the "frame" ff running from 00 to 74.
    With this information, I could compute track times to 1/75th of a second. What can I say? I'm a precision freak.
    But this isn't actually enough information, because with the exception of a few so-called "gapless" discs, all my CDs have pauses of 1 to 5 seconds between tracks. These gaps are, I think (again I'm infering from inadequate information), identified by an "index zero" mark in the actual frames. If you've ever watched the counter on a CD player, you may have noted that the counter counts downward in negative numbers between tracks. I'm pretty sure this is just the traditional way CD players deal with index zero frames, and to get the true time of a track, you have to subtract these from the offset differences which you could get from the TOC -- if you could get to the TOC. I'd like to be able to experiment to check this hypothesis.
    Also, I do have a few rare CDs that actually make other use of index numbers. One in particular is very odd: it's Glenn Goulds' performance of the Goldberg Variations, and the various variations are identified by index numbers rather than track numbers. There's only one track on the disc, which makes playing it very awkward, and I've never known whether this was done deliberately or whether it was some kind of mistake.
    Do you know if some high-end CD manipulating program, like Roxio Toast, is (a) AppleScriptable, and (b) allows access to this low-level data? I hate to buy a program just to have a look in the dictionary.
    Thanks

  • Report Generation Toolkit: Table of Contents in MS Word

    Hello forum users,
    I would like to add a table of contents to a MS Word document, using the Report Generation Toolkit.
    I couldn't find a VI in the toolkit that does that, so I tried to modify the VI "Word Insert Field.vi". Doing so, I could access a property node of the class "Word._Document"  and an invoke node of the class "Word.TablesOfContents" with the method "Add".
    As this modified VI does not belong to the private LabVIEW class "NI_Word.lvclass", it is not possible to unbundle the (type cast) "report in" wire to get the "Word._Document" class reference. I can't add the modified VI to the NI_Word class either, because it is password protected.
    There are so many methods and properties that are not used in the official Report Generation Toolkit, like this one. How can I access them?
    Or maybe there is another way to add a table of contents to a MS Word document (programmatically). Maybe I have to use a template. I rather wouldn't, though.
    Operating System: Windows 7 64bit
    LabVIEW: 2009 [9.0 (32bit)]
    Report Generation Toolkit: 2009
    MS Office: 2003 SP1
    Thank you for reading an answering.
    Solved!
    Go to Solution.
    Attachments:
    Word_Insert_TOC.png ‏68 KB

    Hello again,
    in the "Word Specific" > "Word Advanced" Palette of the Report Generation Toolkit, there is a VI called "Word Get ActiveX References" which essentially unbundles the private "report" data stream / wire. Thus, I can use the property and invoke nodes that make use of the "Add TablesOfContents" method.
    I hope, that helps other users as I didn't find too many topics on Report Generation. Maybe it's just too easy...
    Attachments:
    Word_Insert_TOC_fix.png ‏60 KB

  • How do I get the table of contents to toggle? I opened it while reading one book I had checked out from my library, but it is still open when I start another book. I am using Adobe 4 and Windows 8.1 on my PC.

    How do I get the table of contents to toggle? It has remained open since I opened it while reading two books ago. Thanks for the help.

    Thank you for your advice. I followed your directions, but came up with the same results. However, I did discover that whenever I open up the iPhoto Library that is already existing on my MacBook a certain set of pictures shows up. But then when I open up the iPhoto Library from the Hard drive another set of pictures shows up. BUT not ALL of my pictures are showing up on the iPhoto Library from the hard drive. At least the last two years of pictures are not showing up?! Actually, it appears that all the pictures are there from when I started using iPhoto about 5 years ago up until around the time that I got my iMac desktop computer and started using that (2 years ago). I have noticed that more recent videos I have made are showing up in a folder on the hard drive, but will not appear when I open up iMovie?! Any ideas on how to access my pictures from the last 2 years off of the hard drive???

  • How to use different images in the Table of Contents?

    Hello everyone, I am creating an iBook about Architecture and I would like to have different images for each Chapter in the Table of Contents... But when I add an image it automatically appears on all the other chapters, too. What am i doing wrong?

    You drag the image to the screen and it replaces the placeholder image.
    When you hover over the current image, don't you get the message "this is a placeholder . . ." under your mouse pointer?
    I think the documentation states that the new image must be jpg or png, but a Photoshop image seems to work too.
    In portrait mode, only one image shows at the top of the list of chapters, and that can be changed too.
    But in landscape mode, all of the separate chapter images can be accessed by clicking the littel dots at the bottom of the screen when at the TOC page.

  • I cannot generate a table of contents in INDesign3

    Hi There:
    I'm fairly new to Indesign CS3 and I need to generate a table of contents. I created a book file which consists of 20 chapters. I also created a Frontmatter file, which is also part of the book file. According to the help menu, I should open up the FM file and choose, LAYOUT>TABLE OF CONTENTS to begin. However this option under layout doesn't exist. Is there a plug-in I am missing. HELP! I need to generate this TOC at some point today.
    thanks much to whomever can help.
    -Lisa

    As far as I know, it should be there always unless the menus themselves have been turned off by someone. Might as well check though.
    1) GO to Edit > Menus (opens Menu Customization)
    2) Select Application Menus from the Category field
    3) Expand "Layout" under Application Menu Command and make sure the Visibility icon is active for the TOC items (at bottom)
    edit: Of course you could also go to Window > Workspace and select reset menus

  • Table of contents using cfdocument

    Good day,
    I've been trying to create a table of contents using
    cfdocument. I've been unsuccessful in extracting the page number
    out of the document. I know they are reserved for that scope, but
    i've tried copying the value into an application variable and
    accessing it on a different page to no avail. I've tried to
    increment a basic counter, can't seem to get that to work either.
    If anyone has any experience in this, please help me out.

    I'm not sure you understood my post. I was able to do exactly as you did -- create a master page with a frame and the section marker character (which shows as "section" on the master page) and then add the actual marker text in the numbering and section options. The correct text appears on the live document page.
    When I tried to make a TOC the text was not picked up UNTIL I selected and overrode that master frame onto the document page (Ctrl + Shift + Click on Windows or Cmd + Shift + Click on Mac on the frame you want to override). Once overridden, the text appeared as expected in the TOC.
    You are correct about the page number for that page. You can use a different master without a page number, or you can override and delete the number frame from the master page. I presume you will either use a different master for the first page and following pages of any section to avoid having the marker appear on all pages, or you can override only the first page so that you don't repeat entries in the TOC for every page in each section.  If you are using the Section Marker as a running header you might want to read about Running Header Variables in the Help files instead. In many ways the use of a variable might be simpler and more straightforward.

  • How do I view bookmarks in tables of contents like I do in acrobat?

    I have a table of contents in my PDF that jumps to the appropriate page with bookmarks when I access it with Adobe Acrobat. what I can't figure out is how to use it the table of contents in the iOS app in a similar way. Can anyone help?

    Touch on the bookmark icon at the lower right edge.

  • Status Check on Table of Contents

    My status checks work fine for all of my slides, except when I have my "Next" button jump to a slide later down the line.  For some reason I'm not getting a checkmark on the TOB for that particular slide. 
    Also, on that particular slide, the duration will say "1:03" instead of "0.03."  0.03 is what I have allotted according to my slide timeline.  So I guess it's taking into account the duration for all of the slides that I'm jumping over.  Accessing the slides that I'm jumping over doesn't seem to give me a status check on the slide either.
    Has anyone had this problem? 
    Sorry if this is confusing!

    I'll give that a try and see what happens. 
    Although, my "Next" buttons are set up that way on each slide (they pause at 1.5 seconds) and they seem to be working fine.  It's only when I have the "Next" button jump over slides, for example, slide 8 jumps to slide 21 because slides 9-20 are set up as a Glossary, Examples, Resource Information, etc. 
    I put buttons on each slide so the student can access the Glossary, Examples, and Resource Information at any time during the training.  Then on the TOB, I have these slides turned off so the student only accesses them by clicking the button on the slides.
    But I'm open to trying anything so I appreciate your suggestion!
    Date: Tue, 4 May 2010 09:02:35 -0600
    From: [email protected]
    To: [email protected]
    Subject: Status Check on Table of Contents
    Hi there
    I don't believe the check mark will appear unless the slide plays fully. If you have a button on the slide that is pausing at perhaps 1.5 seconds and the total silde time is perhaps 3 seconds, you are essentially skipping over 1.5 seconds of the slide to visit the linked slide. You might try adjusting the pause point so it's at the end of the slide and see if that improves things. It may and it may not. I'm not certain. But it's worth a try.
    Cheers... Rick
    | http://www.robowizard.com/pc.gif | Helpful and Handy Links
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=5
    http://www.ShowMeSolutions.biz
    http://sorcererstone.wordpress.com/
    http://www.gooberguides.com |
    >

  • Change formatting of table of contents in Hyperion Financial Reporting

    Hi
    We're using Hyperion Financial Reporting to generate carefully formatted books of reports. Users complain about the default table of contents in these books, specifically:
    --> formatting: the basic text-only, portrait-only, formatting does not fit with the "look and feel" of reports within the books.
    --> placement: the fact that it doesn't seem possible to place anywhere within a book, apart from as the first page (they like a title page to sit at the front of a book of reports).
    --> content: having a limited options for defining the text identifying each item within the table of contents. For example, the same combination of dimension members appear for each item in the table of contents, so the first few items look something like:
    Report1_Label
    Dimension2_Label, Dimension1_Label, Dimension3_Label, Dimension4_Label ....................1
    Report2_Label
    Dimension3_Label, Dimension1_Label, Dimension4_Label, Dimension2_Label ....................2
    I remember reading somewhere that it's possible to define custom table of contents. Has anyone had any experience of hacking this? Where can I find relevant documentation on defining custom table of contents?
    Grateful if anyone has any advice.
    Thanks
    Nathan
    Edited by: naaaate on 01-Apr-2011 09:22
    Edited by: naaaate on 01-Apr-2011 09:41
    Edited by: naaaate on 01-Apr-2011 09:42
    Edited by: naaaate on 01-Apr-2011 09:42

    Hi Nathan
    I've never done this before but there is a section in the Financial Reporting Workspace Administrators Guide (chapter 5). However this involves accessing the css style sheets and in my experience this can have unwanted and unexpected effects in other areas. It does appear to be fairly well documented though in this case so perhaps it is more reliable in this instance.
    It does specifically mention HTML format and not PDF format so if you are publishing to PDF it is worth checking the impact on that too. Take a look at the attached for version 11.1.2 but I'm fairly sure this was available in earlier versions too.
    http://download.oracle.com/docs/cd/E17236_01/epm.1112/fr_webadmin.pdf
    Hope this helps
    Stuart

  • I cannot separate my table of contents by section

    I have been trying to create a table of contents in pages. When I add a new section its supposed to separate the sections out in the table of contents. I should be able to click on each section separately but when I do it will highlight them all. Am I putting a new section in wrong were it is linking the chapters together?

    As far as I know, it should be there always unless the menus themselves have been turned off by someone. Might as well check though.
    1) GO to Edit > Menus (opens Menu Customization)
    2) Select Application Menus from the Category field
    3) Expand "Layout" under Application Menu Command and make sure the Visibility icon is active for the TOC items (at bottom)
    edit: Of course you could also go to Window > Workspace and select reset menus

  • InDesign CS4: No Table of Contents Item in Layout menu.

    There is no Table of Contents menu item in the Layout menu.
    I have a purchased educational version of InDesign CS4
    Anybody know how to fix this?

    It sounds like you might not be working in a Workspace that display Full Menus.
    Try the following: Window > Workspace > Show Full Menus.
    Does that bring things back?
    Cari Jansen - Adobe Certified Instructor
    www.carijansen.com
    www.twitter.com/carijansen

  • The missing table of contents

    I have put together a table of content of all the options and features of the new discussion forums. I am surely have missed some stuff. I would have posted it here a document but I am not allowed to create a document anywhere (as seems nobody else):
    http://elaura.tumblr.com/post/4748058980/apple-discussions-making-sense-of-the-n onsense
    One key source of the confusion is the only partial overlap between accessing elements via ones personalised homepage and the menu at the top right.

    Hi there
    Sorry to be the bearer of bad news here, but (borrowing from Freud here) a video is just a video. TOC is not, nor never has been part of a video.
    When you choose the Video output type, you make lots of sacrifices. Interactive things are no longer interactive (Rollovers, Click Boxes, Text Entry Boxes, Buttons, etc.) because without doing lots of additional coding and having a cast of supporting files, videos simply aren't interactive in any way. Well, other than to start and stop them.
    Cheers... Rick

  • Acrobat Pro 9.0 freezes when viewing/scrolling through the table of contents of a document

    I am hoping someone can help me or has experienced the same problem I'm about to describe. I belong to the technical publications group of a fairly large company and I review a lot of PDF documents. I just installed Acrobat 9.0.0 (via CS4 Design Standard) and I've noticed on larger documents where there's a full page or several pages worth of Table of Contents, Acrobat 9.0.0 seems to freeze up when I begin scrolling through the TOC. For example, if I want to use the Text Edit tools or use a sticky note, when I press on an icon, Acrobat will freeze for a good 10 seconds, then will allow you to press the icon. It tends to freeze each time I want to make my next edit or even pressing the up/down arrow buttons to go to the next page. Once I get through the TOC pages, Acrobat seems to function normally--no freezes.
    Has anyone experienced this? Would appreciate any kind of advice on how to fix--perhaps there's a patch or update?
    I didn't experience any of this using Acrobat 8.0--I never had any real problems with Acrobat until 9.0.0.

    Your issue may not be related to a difference between v8 and 9.
    I have not had this problem on my computers, but a coworker had this issue. For many documents that others were able to open and scroll through without issue, his computer was freezing and unfreezing.  IT determined his graphics capabilities were not able to keep up with the requirements of working with larger documents and gave his computer a RAM upgrade and a new graphics card. Particularly during scrolling, higher demands are made on the computer to graphically render and re-render page content. Documents giving him problems before became a non-issue.
    A new graphics card is obviously a $$$ solution, but you might want to check to see if your RAM meets the minimum requirements and check to see if there are any program updates (Help > Check for Updates).
    I have had an issue of pdfs freezing, but not specifically in the table of contents areas. If your document has pages with images that have an unusually high number of layers, it may affect the ability to work effectively in the document.

Maybe you are looking for

  • How to find Report Server Name

    Dear All Assalam-o-Alikum i am running the report using "run_report_object" on "Forms [32 Bit] Version 9.0.4.0.19 (Production)". the problem is that i don't know the Name of Report server, can any body can tell me that from where i find the name of r

  • Importing folders into Elements

    I've had Elements 11 for some time and can't use it as I can't seem to find a way to import an existing folder structure of images. It imports it flat, with every subfolder and parent folder listed on the same level, so my organisation is shot to hel

  • Ghosting with External CRT Monitor. Any Solution Yet?

    a number of months ago i saw a LONG thread that, as far as i read, never really solved this issue. I was wondering if a solution was ever found. thanks, seth

  • Parent members not being updated when running AGG

    I have a scenario where eventhough the bottom level members change the parent members are not being updated when we run an agg For example if the bottom level member was 150 and we run the aggregate the numbers are fine. If the bottom level member wa

  • Support Package Stack NetWeaver vs. ERP

    When I use Maintenance Optimizer to get the latest Support Package Stack (13) from my ERP system (ECC 6.0), it does not get the latest kernel and Basis support packages.  After applying, the Early Watch report still shows the kernel is out of date.