Field-level Help possible with WebHelp?

Hi All,
I'm trying to determine whether WebHelp supports field-level
help, and between reading the online Help and the forums, I'm
confused. The online help states "WebHelp window support is only
available with the context-sensitive Help API." Does that mean that
WebHelp doesn't officially support field-level help? I'm sure we
can implement field-level help with some creative programming, but
I'm not sure of the requirements.
Is the CSH API required for field-level help? Or do we need
only implement the solutions described on
Peter's
site detailing calling WebHelp? And the RoboHelp Office
TechNote
Calling
Topics with Two Pane View?
I appreciate any assistance that anyone can provide!
want2bewiser

want2bewiser -
If you recall, field-level help was implemented by clicking
on a Question mark icon on the top right in the title bar. Your
cursor changed to a Question Mark and pointer, and clicking on a
field, button or other control would evoke a popup.
You can duplicate that functionality, but the lions's share
of the work would be on the developers. You can provide the small
blurbs, but how it is called is up to them.
The API is useful if you might change topic ids often, or if
you need a sort of map file, or if you just want a standard way of
calling Webhelp into a certain window format. But you don't need
the two-pane format instructions for 'What's This' help.
So, your developer will have to add a function to each page
so that, if the user changes the cursor to a 'What's This' curson,
and an object is clicked during this 'What's This' state, an
explanatory popup will, um, pop up.
...Otherwise, everything behaves normally.

Similar Messages

  • Best way to author field level help for a CHM?

    Hi
    I have been asked to create an HTML help (CHM) system for a .Net application which will include context sensitive help at both page and field level.
    I have used map ids for page level help before - i.e. assigned a map id to topics and given this list to a developer for implementation, but I have never created field level help.
    I've been looking at the 'What's This?' help project wizard but am confused as to whether this is the best approach and how it fits with the project as a whole (or even if it compatible with .Net applications). Does this mean that I need two help projects for the application - one for the main help, and one for the field level help? Is there a way to create field level help without using the 'What's This?' wizard?
    I am using Robohelp 7.
    Any advice gratefully received!
    Chloe

    Hi, Chloe,
    As Peter notes, even Microsoft has backed away from using field-level Help in the last few years, so it may be worth trying to determine whether your users will benefit from having it available to them. That's not to say that you can't deliver field-level Help, however, as all the required methods for calling it are still available to .NET developers.
    To clarify, what Madcap Software calls "DotNet Help" is just a proprietary Help viewer that the company hopes will be more modern and appealing to writers than the older HTML Help (.chm) viewer. HTML Help remains the recommended format for Windows applications, whether .NET or not, and you can use any authoring tool that is capable of outputting a .chm file to create online Help for a .NET application.
    The method that your developers use to call field-level Help determines how it should be authored. If they use the standard .NET method (the SetHelpString method of the HelpProvider class), each text string is embedded in the application code itself, and not retrieved from your .chm file. More information here:
    http://msdn.microsoft.com/en-us/library/system.windows.forms.helpprovider.sethelpstring(VS .71).aspx
    http://support.microsoft.com/kb/821777
    http://helpware.net/mshelp2/demo2/h1xNET.htm
    Alternatively, developers can use the old HTML Help API to retrieve the text string from a .chm file. See:
    http://msdn.microsoft.com/en-us/library/ms670082(VS.85).aspx
    http://helpware.net/htmlhelp/how_to_whatsthis.htm
    http://support.microsoft.com/?kbid=317406
    The drawback of both methods is that the Help popups are plain text only — no graphics, text formatting, hyperlinks, etc. To work around this, some people use the third-party KeyHelp control to create feature-rich HTML popups. See:
    http://www.keyworks.net/keyhelp.htm
    This allows you to deliver the type of Help that you mentioned in your second message ("is there a way to do this so that these topics open in a small popup, without the TOC / tri-pane structure?").
    Pete

  • Field Level Help on Tabular forms

    Hi,
    Is there any easy way I can add field level help to tabular forms?
    If I create a form on a table I can add help for each field, however if I create a tabular form there seems to be no way I can associate field level help with a column.
    I know that I can add page level help and could describe all of the columns there, but it would be nicer to add individual help to each column.
    Any ideas?
    Thanks,
    Martin

    Hi Martin!
    Take a look at these sites which will provide you more information about your problem.
    [http://apex-at-work.blogspot.com/2008/10/apex-select-list-with-dynamic-help-text.html|http://apex-at-work.blogspot.com/2008/10/apex-select-list-with-dynamic-help-text.html]
    TRICK: Dynamic Item Help Text as Tooltip
    [http://apex.oracle.com/pls/otn/f?p=11933:121|http://apex.oracle.com/pls/otn/f?p=11933:121]
    Regards,
    Tobias
    [http://apex-at-work.blogspot.com/]

  • Field level help

    Hi,
    Is portal provide any field level help. I mean to say that when i place my mouse arrow on a field than it gives me help what it does or press some key to know what this field does. Something like ballonic help in Developer 2000 Forms.
    Thanks
    Muhammad Ijaz

    We use field-level help from within our application, Liz, and
    we use Robo v5 for our HTML Help (output in CHM). I'm not entirely
    sure how the code is written because I only do the Help System (our
    application is currently being rewritten in Dot Net and we haven't
    finalized the Help for Dot Net yet). All I do in my Robo projects
    is put the bookmark where it needs to be. The F1 command that is
    passed within the application calls that bookmark. The app is
    currently written in Progress and the code simply calls the
    module/program/bookmark. As long as the bookmark I use in Robo
    matches what the Developer calls, the field level help works
    perfectly. The only problem we ever had was when the field name
    changed in the application and nobody told us in Documentation! As
    soon as I updated my bookmarks, it worked again.
    Hope this helps. If you need more info on the commands, email
    me directly and I'll get with the Developer to ask about the
    command line the code sends to call the CHM.

  • Question on field level help and bookmarking

    Hi All
    I have a question about field level help and bookmarking fields.  I did this before but i can't remember how.  Right now, when you click on a field in my help to access our software application the page displays but at the top and not at the exact field description.  I don't remember how I did this in my other help files.
    Please help me so I can bookmark my field level help to go exactly to my definition on the page and not just the top of the page everytime.
    Thanks
    Caryn

    Hi Martin!
    Take a look at these sites which will provide you more information about your problem.
    [http://apex-at-work.blogspot.com/2008/10/apex-select-list-with-dynamic-help-text.html|http://apex-at-work.blogspot.com/2008/10/apex-select-list-with-dynamic-help-text.html]
    TRICK: Dynamic Item Help Text as Tooltip
    [http://apex.oracle.com/pls/otn/f?p=11933:121|http://apex.oracle.com/pls/otn/f?p=11933:121]
    Regards,
    Tobias
    [http://apex-at-work.blogspot.com/]

  • Field level help always shows homeID URL

    I implemented context-sensitive help of 2 types:
    1. Field level help - triggered from a menuitem using:
    menuitem_CSH.addActionListener(new CSH.DisplayHelpAfterTracking(mainHS, "javax.help.Popup", null));
    2. Help key (F1) type help - using:
    mainHB.enableHelpKey(getRootPane(), "top", mainHS);
    Point 2 type help works perfectly - which implies that my MAP file & setHelpID...() stuff is alright.
    CSH.setHelpIDString(jbtnConfigure, "config");
    CSH.setHelpIDString(jbtnAlarms, "gettingstarted");
    Point 1 however always displays the URL of the homeID. I've tried all kinds of things but can't get this to work.
    Am I missing something here? Any help/pointers would be appreciated.

    maybe something like this will work.
    works OK for System.exit(), other options??
    click into the 2nd textfield, message displays
    click the menu items, no message
    import java.awt.event.*;
    import java.awt.*;
    import javax.swing.*;
    class Testing extends JFrame
      JMenu file = new JMenu("File");
      int counter;
      public Testing()
        setDefaultCloseOperation(EXIT_ON_CLOSE);
        setLocation(400,200);
        JMenuItem exit = new JMenuItem("Exit");
        file.add(exit);
        JMenuBar menuBar = new JMenuBar();
        menuBar.add(file);
        setJMenuBar(menuBar);
        JTextField tf = new JTextField(10);
        tf.setInputVerifier(new MyVerifier());
        getContentPane().add(tf,BorderLayout.NORTH);
        getContentPane().add(new JTextField(10),BorderLayout.SOUTH);
        pack();
        exit.addActionListener(new ActionListener(){
          public void actionPerformed(ActionEvent ae){
            System.exit(0);}});
      class MyVerifier extends InputVerifier
        public boolean verify(JComponent input)
          if(((JTextField)input).getText().equals(""))
            if(file.isSelected() == false) System.out.println("Invalid "+counter++);
            return false;
          return true;
      public static void main(String[] args){new Testing().setVisible(true);}
    }

  • I have a huge mess I would appreciate any help possible with Itunes!

    I've had Itunes forever now and it's been fine. With this last upgrade, it's created some problems. Half of my new playlists created have disappeared. The music is still there in the library, just the playlists are gone which was enough to fill a 60 gb ipod. Itunes now reads at the bottom I have 1022 GB of music - my hard drive is 250gb so that's obviously incorrect. My iphone will not recognize my calendar or my contacts in Office 2003 with all updates - so basically it's hosed. Someone had given me a link to uninstall it which I did. I restarted. Then I uninstalled apple mobile something or other and restarted. Then I deleted the itunes folder from program files emptied recycle bin and then restarted. I then proceeded to re-download and install itunes. I went through the hour process of uninstall and restart then install. I get everything finished and open itunes expecting to see a fresh clean slate and it's exactly the same. What did I do wrong since I followed these instructions at the bottom for uninstalling http://docs.info.apple.com/article.html?artnum=305845
    I need help. I figure at this point I'll take my losses with my playlists I have spent years building just to have everything working again. I appreciate any help you can give.

    Assume you mean "invitations" and not "innovations"?
    If you have pages 4, just do File > New From Template Chooser and select Invitations under the Page Layout category.

  • 3 level tabbing possible with APEX

    hi all,
    Can we have 3 level of tabbing in oracle apex application?? We want it to be integrated into our application.
    With Regards,
    Sunil Bhatia

    You could use Lists - Horizontal links list for example to create a third level of tabs. Each list could save some kind of request in your page item and the regions you have on the page would be displayed or hidden depending on the value. With some css and html coding, you could get this looking as the other tabs you have in the standard.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    ------------------------------------------------------------------------------

  • Providing application-level help within Flex apps

    What is the general guideline / approach for help (not
    embedded or field-level help but page level or application level
    help like you get when you click Help in most applications) within
    a Flex app? Is it to spawn a new Window that goes to standard
    HTML-based help engines/content or to display the content in a
    dialog within the Flex application itself? Thanks

    Slow down! Found it here:
    http://raghunathraoflexing.blogspot.com/2006/12/flex-i-frame.html

  • How to Setup Forward Error Handling in PI Scenarios. Can you help me with the same with screen shots if possible?

    Dear all
    How to Setup Forward Error Handling in PI Scenarios. Can you help me with the same with screen shots if possible?
    Thanks
    Regards
    karan

    Hello
    These are the following errors
    1. Trace level="1" type="T">no interface action for sender or receiver found</Trace>
    2. <Trace level="1" type="System_Error">Application-Error exception return from pipeline processing!
    3.
    <Trace level="1" type="T">Application Error at Receiver... => ROLLBACK WORK</Trace>  
    <Trace level="1" type="T">System Error at Receiver... => ROLLBACK WORK</Trace>  
    <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST" />  
    <Trace level="1" type="System_Error">Application-Error exception return from pipeline processing!</
    Trace level="3" type="T">No persisting of message after plsrv call, because of config</Trace>Trace level="3" type="T">Error of the prevous version:</TraceTrace level="3" type="T">Error ID APPLICATION_ERROR</Trace>
    tThere are repeating errors also.
    TThanks
    Regards
    kkaran

  • Ive got a womans voice talking nonstop Please help or actually im fixing to just sling it out across thhe field an to hell with it..

    Ok im just to the point im gona sling it across the field an to hell with it..

    If you could be a bit more specific, possibly someone would be able to help.
    Did you purchase the device in a Verizon store? Did they activate it for you? If you purchased it and had it shipped to you, have you been able to activate the device? Do you know how to turn it on/off? What woman's voice are you talking about? Is it Google Now? Have you read through the owner's manual?...
    There are so many questions and your description of your problem is so vague that no one would be able to help you without more specifics on what problem you are having. It is not that people don't know any more than you, it is that we don't know WHAT problem you are having. If you were having a problem with turning on the device, we could tell you how. If you were having a problem with initiating a phone call, we could tell you how. If you were having a problem with turning on/off Google Now, we could tell you how. Of course all of these answers would be available in your owner's manual.
    My suggestion would be to sign up for one of the free clinics Verizon offers on smartphones. I am guessing that it would be immensely helpful. Another place to start would be to go to the Moto X device page and click on "HOW TO USE THIS DEVICE". It may at least get you started.

  • Item Level Help with APEX_ITEM

    I manually created a report using APEX_ITEM (APEX_ITEM.SELECT_LIST(4,'Y','Yes;Y,No;N') FIELD4). The items are set to 'Standard Report Column'. I was looking for a way to have the item label show as a link and associate some help text with it (just like a form item). Is it posssible to do this?

    Try specifying something like
    <a href -  "javascript:help('Field4')"> Field4 </a> (Note '-' is actually to be '=')for the 'column heading' field of the 'column attributes page' .
    Varad
    Edited by: varad acharya on Jan 8, 2009 7:42 AM

  • I want to transfer pictures from my iphone 4 to a hardrive, but the problem is i dont know how. Can the genius bar help me with that, and can they possibly do this for me if i bring my iphone and hard drive with me there. Also if there is a cost, how much

    I want to transfer pictures from my iphone 4 to a hardrive, but the problem is i dont know how. Can the genius bar help me with that, and can they possibly do this for me if i bring my iphone and hard drive with me there. Also if there is a cost, how much?

    iOS: Importing personal photos and videos from iOS devices to your computer

  • Please help me with this questions "if I purchased items through mac or windows is it possible to re-download those purchases on Apple TV though iCloud"

    Please help me with this questions "if I purchased items through mac or windows is it possible to re-download those purchases on Apple TV though iCloud"

    It depends on what country you're in and whether or not they're still available in the iTunes Store. Some purchased movies and all rentals won't be available.
    (108225)

  • JDeveloper 11.1.1.2.0 - Help text at field level

    Hi,
    We are making use of the Help.properties file to produce field level text. I have field's such as the following
    <af:inputText value="#{bindings.DocumentName.inputValue}"
                                    label="#{bindings.DocumentName.inputValue eq null ? ''  : bindings.DocumentName.hints.label}"
                                    required="#{bindings.DocumentName.hints.mandatory}"
                                    columns="#{bindings.DocumentName.hints.displayWidth}"
                                    maximumLength="#{bindings.DocumentName.hints.precision}"
                                    shortDesc="#{bindings.DocumentName.hints.tooltip}"
                                    id="it4"
                                    autoSubmit="true"
                                    helpTopicId="WORKFLOW_EDITPURCHASEORDER_DOCUMENTNAME"
                                    readOnly="true"
                                    rendered="true"Is there a elegant way to disable the help text? e.g. provide a form level radio button to enable/disable help text? The only way i can think at the moment would
    be to set the helpTopidId to a key that doesnt exists using an EL expression.
    Regards

    Hi,
    I think what you suggest is the way to go in this case
    Frank

Maybe you are looking for