Support for HTML Help Viewer toolbar

When I open any chm file in the MS HTML Help Viewer, I have a toolbar at the top of the page. One of the options in the toolbar's 'Options' that has a drop-down list. Most of the items in the drop-down list does not seem to be supported, such as 'Home', 'Stop', 'Update', etc., I don't know yet what it means in the context of the online help. Is this just an artifact of the HTML Help Viewer, or is there something I need to do in the definition of the project or in the generation of the chm file?

Bob Boller

Well well, thanks to some research on Google, I now have the answer. The following works: "ms-its:path\MyFile.chm::/path/MyTopic.htm." Here, magic is the prefix "ms - its '. I didn't spend enough time in the research to find out exactly what it is, but apparently it has something to do with security.

Bob

Tags: Adobe

Similar Questions

  • Where can I find support for html 5 tags for each version of Firefox?

    Where can I find support for html 5 tags for each version of Firefox?

    Thanks for the help.

    See:

  • HTML Help Viewer is not installed.

    The HTML Help Viewer works fine under XP, but when I port software on Vista, I get the message "MS HTML HELP is not installed on this computer". It is a DELL laptop provided.

    Other research indicates that the problem with Vista is the result of the use of a shell inherited from the old WinHelp to display HTML Help.

    It seems that you can use shell inherited, you will need to make the direct call to HTMLHelp.

    For programmers in Delphi, although somewhat outdated (but still useful) is "Delphi programming for the HTML Help API," Robert Chandler, which is available on the internet.

    The obsolete part refers to hang the old shell inherited, which is unnecessary now. You must call the HTMLHelp function now directly (using the Windows unit) every time you need display help.

  • stop support for Adobe SVG Viewer on January 1, 2009.

    Metalink Note: 562922.1 (as the docs) explain the svg Viewer. But the adobe download page says Please note that Adobe has announced that it will stop support for Adobe SVG Viewer on January 1 2009

    Should we care?

    MetaLink Note: 749896.1
    The SVG Viewer is replaced with Adobe Flash Player.

  • Error - exception error not supported for user - Help!

    Hi all

    I get an exception error unsupported to the user in a part of my page is refreshed after encountering a validation error.  Validation is managed properly, but when the page is refreshed to display I get an exception error not support for the user for the following code (generates the value of the element on the page):

    < code >

    Select nvl (sum (po_details.po_det_amt), 0)

    of po_details

    where po_details.po_id =: P230_PO_ID

    and po_details.wbs in (select distinct wbs_number_id of wbs, project

    where wbs.vendor_id =: P230_VENDOR

    and substr (wbs.wbs_number_id, 1, 6) = project.wbs_sequence

    and project.project_number = nvl (:F101_FPC_NUMBER,project.project_number));

    < code >

    When the code retrieves a single value, the following post calculation calculation of:

    < code >

    to_char(:P230_PO_AMT_FPC,'FML999G999G999G999G990D00');

    < code >

    Generally, the process works.  It is only when a validation run which prevents the removal of a purchase order that I encounter an error during a refresh of the page.  I get an exception error unsupported to the user for this calculation.  I'm puzzled.

    Any ideas?

    to_char(:P230_PO_AMT_FPC,'FML999G999G999G999G990D00');

    AFAIK - all within the APEX bind variables are of type VARCHAR2

    That means - you are implicitly expressing a string to a different data type just to cast to a string.

    So: this code is completely useless and adds more complication to the mix only what you need.

    It is very possible that Oracle is trying to convert a DATE... (which will fail)

    I put either the FORMAT for the type of element to match what you need or make the conversion from the string in your SELECT statement.

    for example

    Select to_char (nvl (sum (...), 0), "FML999G999G999G999G990D00")

    If you still get a 'user defined error', it is likely to be lifted since within the procedure used to remove the PO.

    See the DEBUGGING within the APEX pages to check exactly where the error is thrown.

    (it sounded like you already did and have reduced in to_char() section)

    MK

  • Analytics DPS - can you get distinct view stats for html online views vs ipad views?

    Hi all

    New at DPS and statistical reports of the use of a customer and I wanted to know if you can separate the stats views of readers who saw the publictaion on an iPad vs thos who have read via HTML (on a computer laptop/desptop etc.).

    Thank you

    Not with Analytics Basic by default, Yes, if you have an Omniture Site Catalyst account that is reporting progress. Information about Site Catalyst reporting http://download.macromedia.com/pub/developer/dps/analytics-report/dps-analytics-report-gui.pdf

  • Can I turn off the navigation pane in the HTML help permanently?

    My company has a web application on the MicroStrategy platform.

    I created a WebHelp customized to replace the out of the box using MicroStrategy and which works very well.

    We develop the MicroStrategy Office add-in for Excel for our customers.

    Once installed, a CHM file is copied to the client's hard drive.

    We want to replace this with our own custom help.

    I created a CHM file with a subject that redirects clients to our WebHelp customzied with content for the add-in.

    One of the subjects has a redirect in the header HTML following code:

    < meta http-equiv = "refresh" content = "0; URL =https://customhelp.htm#AddIn_Introduction.htm"/ > "

    That works very well in my tests.

    Here's my problem...

    The HTML Help Viewer opens and hides the Navigation pane and displays the WebHelp (navigation pane, the menu bar and topic pane) automatically.

    But, the HTML Help Viewer still has the hide/show/hide button for HTML Help navigation pane.

    Is it possible to disable this hide or let it stand, but turn off the navigation pane?

    As always, any help would be appreciated.

    Thank you-

    Michael F Weart

    You should be able to disable in the settings of the window. Make sure that you uncheck the boxes search and Glossary before you uncheck the Index checkbox & OCD. (My quick test seemed to honor these settings, even when they are grey)

  • RoboDemo (Captivate) file links do not work in HTML help

    I have about 20 Flash animations (a .swf and a single .html file) that I created using Captivate (formerly "RoboDemo"). They are stored in a subfolder named 'Demos' under the application folder where my compiled help file is stored. Each film is referenced in a with a statement like the following help topic:

    {The EWL RoboEx32.dll, WinHelp2000, HREF is "demos\dc_gaprop.htm" ALTERNATE = "Self_Running_Demo_Links"}

    When I compile for WinHelp 4, Flash movies work perfectly when I opened the topics that refer to them as above. When I compile for HTML Help, however, nothing happens when I open the topics that reference them. All subjects in plain text and links to web pages seem to work in the HTML Help version. I am running help on my local disk. I have a Windows XP computer. I use RoboHelp 5.0 (a little outdated, I know, could this be the cause?)

    Thanks for your help!



    Thanks for the reply, Rick. It turns out that my problem was that the Flash files are in the wrong place when I compiled the .chm file. If I put them in the folder indicated by themes in my support system (a "Démos" subfolder), and then the Flash movies get compiled in the .chm file and everything is fine. Their location is not serious when I compile for WinHelp 4 because they do not need to be compiled in.

    Bill (aka PG Calc)

  • PDF file generated from Reporting SERVICES hangs when opened in Adobe reader 11 and saved as with "optimized for fast web view."

    Large pdf (over 1000 pages) generated files form SSRS crashes when opened in Adobe reader 11 and saved as with "Optimized for fast web view" activated. This saves fine with disabling this option. However, our customers are not ready to accept this solution because they do not want to change any settings. Please suggest if we should create a ticket with microsoft for SSRS allow the generation of pdf quick display of Web pages or is it an option in Adobe to fix this problem without changing the settings.

    The SSRS file has Fast Web View: 'No' and that's how Microsoft SSRS generates these files.

    Thank you for the complete maxwyss response

    As you have indicated, the PDF SSRS seems to have some elements that are quite similar to be supported for fast web view.

    We asked customers to disable the fast web view, but the customer is big enough to make a change individually on their machines and so were looking for a solution.

    I saw in several forums and a few discussions here as well as disable the fast web view option works for pdf fails.

    Which was just wondering if its known that multiple PDFs genarted by third parties may have problems with the optimization, the Save as optimized for fast web view could be disabled by default installation of acrobat reader rather than be enabled by default

    Thanks again for the reply!

    PS: links indicating similar problems

    https://forums.Adobe.com/message/7965091#7965091

    https://forums.Adobe.com/thread/1456971

    How to fix Adobe Acrobat "save under" error - Digital Factory tool blog

    https://social.msdn.Microsoft.com/forums/SQLServer/en-us/63cf1325-2054-4ef1-9c5d-631da6a30 cfc/file-size-of-exported-pdfs? Forum = sqlreportingservices

  • Background color of window in HTML help

    I can't find how to set the background color of HTML Help window. For WinHelp, it's pretty simple, through project - settings Windows. But when you use it for HTML Help, nothing happens.
    Someone at - it an idea? Thank you!

    Hello
    I have a suggestion for you, what I do to add a background to my help files:
    Source unique updates page (Project tab), right click on your first layout and choose "Properties". There, click on 'Next' until you have a dialog box displayed with a frame 'watermark background. " Navigate to an image you have already created with the color you want (I have an 8-bit image) and check "image scrolls with the text", save and compile. If your subjects are on several pages, I would like to make a large image based on your screen resolution and ideally a multiple of it to cover multiple pages. If your image is clear and of a single color, you can use a 1024 x 768 image, otherwise, if she has designs or logos, then make his size to a multiple of your resolution.
    I hope this helps.

  • I lost the toolbar that displays 'file' 'view' 'edit' etc at the top, it is impossible to follow your instructions for using the 'View' option to fix my toolbars.

    I lost the toolbar that displays 'file' 'view' 'edit' etc at the top, it is impossible to follow your instructions for using the 'view' option to fix my toolbars. I have no idea how access toolbars without this toolbar - I can't believe this allows this toolbar to delete (I did accidentally while trying to get an another toolbar restored). Thanks for any help

    Hi toby,.

    on the assumption that you always have access to the navigation bar, right click on the stop button, when the home page is loaded and check the 'Menu Bar' option in the context menu that appears.

    If you need more help see the knowledge base article the Navigation buttons such as back, home, bookmarks and recharge are missing

    Daniel

  • Hello Musers! My question: how to save pages of Muse to reflect the different points of view, e.g., Office, Tablet, mobile? Thanks for your help!

    Thank you very much for your help! TK

    Hello

    In the plan view of muse, you get the ability to create phone and tablet with office layouts. Please see the links below that share more details about it.

    https://www.YouTube.com/watch?v=bKj87jTPIJI&list=PLHjwuoik-ep2rnvGz1PbeqrYVWcRoIPai

    https://helpx.Adobe.com/Muse/how-to/muse-mobile-site.html

    Let me know if you need assistance on this.

    Kind regards

    Vivek

  • How can I down the msn toolbar support for Mozilla firefox?

    My computer crashed and lost the msn toolbar. How can I down the msn toolbar support for Mozilla firefox? Edit

    It was more common to ask how to uninstall these toolbars. I think that it will now be known as a Bing toolbar, but as much as I know it is no longer supported for Firefox. You can find a few unofficial addons with similar features.

    You'd better discuss what anyone more about MSN Forum MSN specialist.

  • Help &amp; Support for bike G

    If you nest all help & support for your motorcycle g about any matter, please contact me

    Kingpunk24

    Thank you for your participation. We recommend you jump in and answer many questions posted in the Moto G community rather than to have people contact you directly because it is more difficult for others to find and enjoy all solutions can provide.

    Fence wire.

    Mark

    Forums Manager

  • Need help, contact the support for halo!

    Hello, I bought halo, when it first came out a long time ago. Thing is I was new with computers and I accidently threw the cd key (it was somewhere stupid on a pamphlet cd) in any case when it happened a couple of years. I asked for support, which was easy to get back in the day. in any case, instead of the person who gives me a cd key invalid.

    Someone sent me an email to annoynymous indicating.

    Hey I heard from a friend of my friends at microsoft you cd key. He gave me a large number of them and told me to say that the question was fine and close the case. I was always with computers and I had no idea he gave me fake cd keys.
    one of them worked but now does not work.
    How to get a real cd key? I don't want to pay 20 dollars for a game that I already bought.
    I can't find a way to talk about support technique microsoft.  They have support for halo 2

    I still have my id cd and produced any help would be greatly appreciated! P.s. I still mail lol

    Hello

    You can refer to the method 4, from the link below: Microsoft Games and mapping: invalid product key:http://support.microsoft.com/kb/812467

    I suggest you post it in the slot for the best support forum:http://forums.gamesforwindows.com/default.aspx?GroupID=3

    See also:http://support.microsoft.com/gp/cp_halo_master#tab0

    With regard to:

    Samhrutha G S - Microsoft technical support.

    Visit ourMicrosoft answers feedback Forum and let us know what you think.

Maybe you are looking for