RH7: Map ID and Frame Topic-Splitting

Greetings. Hope someone could help with the following:
I've created a very simple Frame file with two 'Heading2'
paragraphs and a handful of other paragraphs types to describe
contents.
For illustration purposes, let's say the Map file I have
received form my developer has exactly two entries:
HIDD_APP_PREF_FIRST_DIALOG 0x200E8
HIDD_APP_PREF_SECOND_DIALOG 0x200E9
At the beginning of each paragraph I have inserted a custom
marker with the name 'HelpMarker'.
(Question 1) What is the exact text that should go in each
marker text box?
When I add my Frame file by reference, I specify 'HelpMarker'
in the 'Define Context-Sensitive Help Marker' text box.
In the 'Style Settings' dialog...
-- I specify 'H2' as the 'User-Defined HTML Tag'
-- I check 'Heading 2' for pagination settings and click
'Finish'.
Once the Frame file has been processed I have only one topic.
I would expect to have two.
(Question 2) What should be done differently to have one
topic per 'Heading 2' paragraph type in my original Frame document/
When done

First the answer to your following question
(b) Must I manually match the hypertext marker with a topic
using the 'Edit Map IDs Dialog'?
Yes, you are correct in the understanding that "this is the
traditional way of accomplishing the required task". So, this is
one possible way but this can be done in a better way using
FrameMaker integration feature.
It provides a different automated flow for creating Context
Sesitive Help map IDs which is discussed below.
So coming to your another question
(a) Does the marker 'automatically' map the topic if the
string it contains forms a match with an entry in the .hm file
provided by the developer?
The answer to this question is "No. Although it works
automatically but not in this manner."
There is a little difference in the flow that RoboHelp
provides and the approach that your developer and help author are
expecting.
According to my understanding here is your developer and help
author's approach. Please correct me if my understanding is not
right.
1. Developer uses Map IDs in his application.
2. He puts all the Map IDs along with their values in a .hm
file.
3. That .hm file is provided to the help author.
4. Help author is suppossed to make use of those Map IDs
present in the .hm file in the Context Sensitive Help he develops.
5. Help author inserts those Map IDs in the marker text in
FrameMaker document(s) and expects RoboHelp to make use of the same
.hm file as provided by the developer for mapping.
Here is the flow in RoboHelp.
1. Help Author inserts his own Map IDs as marker text in the
FrameMaker document. (e.g. HIDD_APP_PREF_FIRST_DIALOG)
2. Help Author mentions the name of the marker in RoboHelp
during Add/Import of FrameMaker document.
3. RoboHelp reads the marker, marker text and the document
content and generates Context Sensitive Help Map IDs. It also
generates a .h (equivalent to .hm) file.
4. This .h file is provided by the help author to the
developer to be used in his application.
As we can see in one approach .h file is generated first and
in the second flow .h file is generated at the end.
As of now, one possible way is to use the RoboHelp's approach
and ask the developer to use RoboHelp generated map ID file.
Another possible way is
1. Create a copy of the .hm file provided by the developer
and convert it to the following format
#define HIDD_APP_PREF_FIRST_DIALOG 0x200E8
#define HIDD_APP_PREF_SECOND_DIALOG 0x200E9
2. Close the RoboHelp project.
3. Rename the above copy of file with the RoboHelp's CSH
mapping file(BSSCDefault.h by default). And replace Robohelp's
mapping file with this copy.
4. Open the project and you will find the map ids as provided
by the developer.
And answer to your following query
Could you please explain each class of entry that I see here
and how they are to be used in this context?
Robohelp's Edit Map IDs functionality is a RoboHelp's generic
functionaliity and is not specific to FrameMaker integration
feature.
A help author using FrameMaker integration feature need not
open this dialog ever if he uses the RoboHelp's approach as
described above.
However, for other users this feature provides the
funcionality of creating Context Sensitive Help for any topic or
bookmark present in the project.
Since, topics and bookmarks generated during a FrameMaker
document Add/Import are no different from the generic topics and
bookmarks in RoboHelp, they are also listed and can be mapped from
the dialog.
Mayank
RoboHelp Team

Similar Messages

  • RH7 - Topic split (on H1 & H2) ignored after DOC Import

    On import of a Word Doc in RH7 - after selecting a new topic on Heading 1 and Heading 2, document imports into RH into a table and as a single file. It was supposed to create new topics for each Heading 1&2. Looking in HTML view of the document, there is a <div class > that I can delete to get rid of the table, but then i still have to create the topics by hand.
    I had created a lot of CHMs before this / then RH just started messing up .... including the projects that used to work.

    Often the answer to this problem is that someone has created a style called Heading nn but it is not a true Heading style as Word understands it. That should have been overcome by changing the styles to Heading 3 as that is recognised.
    Any reason you cannot apply Heading 1?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How Do RoboHelp 9 WebHelp Generated Files Handle Map IDs and Aliases?

    The text below was written by our team's developer/architect. I am the help author who uses RoboHelp to write content and generate the help files, but I am clueless how it all gets generated and is deployed. Please help. We use RoboHelp 9. I use it in Windows XP and our app and help run on IE 7, 9, and Firefox (multiple versions).
    "Our application uses the numeric identifiers associated with the Map ID. For example, to get to the <appname>_home_page.htm file, we use the number 1053. <appname> = pecs, in this example.
    All of this is used in a call to a RoboHelp method defined in the RoboHelp_CSH.js file. The mehtod we are calling is the RH_ShowHelp() JavaScript method and the code to perform the call, when you click on Page Help, is this:
    RH_ShowHelp(0, ''/pecsHelp/index.htm>pecsHelp',HH_HELP_CONTEXT,topic);
    Topic is translated to the Map ID number for the page help. HH_HELP_CONTEXT is defined in the RoboHelp_CSH.js file. This method translates into a URL and from what I have seen, the URL that gets generated is this:
    http://{server}[:port]/pecsHelp/index.htm/{server}[:port]/pecsHelp/index.htm#<id=1053>>pecsHelp
    Server and port get replaced with the appropriate values. I have no clue how id=1053 is supposed to get translated to mean "pecs_home_page.htm". If you check the PECS_help.h file, you will see the following entry:
    #define PECS_Home_Page1 1053
    Then in the RoboHelp alias file (PECS 3.0.ali), the following line is in the file:
    <alias name="PECS_Home_Page1" link="pecs_home_page.htm"> </alias>
    But both of these files are used during the WebHelp generation process and I don't know how the WebHelp generated files handle the Map ID and aliases."

    You need to assign the numbers you find in the pecs_help.h file to topics in your help. You do this in Context Sensitive Help > Map Files > All Map IDs. (From RH7, but I assume the location is similar in RH9.) This creates the entries in the .ali file.
    Peter Grainge suggests a couple of sites to read for a greater understanding here:
    http://www.grainge.org/pages/authoring/calling_webhelp/using_map_ids.htm
    (Although the second  site is based on RH X5, the basic concepts and procedures should be very similar. )
    HTH,
    Amber

  • How to create the floating message view like Map app and Safari does?

    Hi, guys,
    I am trying to implement a information message view like the Map app and the Safari does.
    Here is the description:
    1. When you drop a pin in the Map app and then tap on the pin, you always can see a floating transparent message on the top of the pin.
    2. When you tap and hold on a link in the Safari app for a few seconds, you can also see a same message view like the Map app does and without showing the disclosure button.
    All I want is such kind of thing, but I had look through out the documentation and the Interface Builder components list. I can not find such a component.
    Does anybody has a similar experience on implement this?
    Thank you guys..

    You're not going to find a control to do this for you. You will have to create a subview and set the properties (color, frame, etc) yourself.

  • Retrieve themes present in a map request or frame

    Hi all,
    I wanted to know if its possible to retrieve a list of the manually added jdbc themes that are present in a certain map request or map frame? If possible how do we achieve this.
    Thanks in advance,
    Avinash

    Hi Avinash,
    MapViewer configuration file (mapViewerConfig.xml located at MapViewer's WEB-INF/conf directory) has a section to set the logging level. Setting it to finest, you can get additional information in the log file. Look for this piece in the configuration file, uncomment it and set log_level to "finest".
        <logging log_level="finest" log_thread_name="false"
                 log_time="true">
           <log_output name="System.err" />
           <log_output name="../log/mapviewer.log" />
        </logging>Save the file and start MapViewer again. Run your request, and get from the log file the information generated. You should have the map request and information about the processing of the request themes. Post this information.
    I just executed a quick test, using the MVDEMO data, and I did get the correct result for a point theme. You can try it, if you have the MVDEMO data set installed. In this code you should get null for array of theme names. If you increase the size (for example 4.0 to 15.0, you may start to get THEME_DEMO_BIGCITIES in the response themes).
        mapViewer.setMapTitle("Test java");
        mapViewer.deleteAllThemes();
        mapViewer.setCenterAndSize(-98.159,35.936,4.0);
        mapViewer.addPredefinedTheme("THEME_DEMO_BIGCITIES");
        boolean response = mapViewer.run();
        String []respthemes = mapViewer.getMapResponseThemeNames();
        ...Joao

  • Color Corrector's Frame Viewer Split Not Showing Up On External Monitor

    Kind've a long title - sorry - but . . . here's my question:
    Why am I not able to see the Frame Viewer's split on my external monitor?
    A further, more detailed explanation of the problem:
    I recently purchased Ripple Training's Color Correction with Andrew Balis. It's very, very imformative and I think will help a lot when it comes time to begin color correcting the feature I'm working on. The section I'm on shows the Frame Viewer tab in the Tool Bench window that presents itself when one opens Color Correction under the Arrange area. In other words, Arrange>Color Correction sets up your windows for color correcting with your Viewer, Canvas, and Tool Bench windows aligned from left to right. When one opens up the 3 Way Color Corrector on a clip and makes a change in the clip, the Frame Viewer tab in the Tool Bench window will show a split screen where on one side you'll have your clip with the color correction you just did, and the other side un-color corrected. Isn't this (split) image supposed to show up in your external monitor just as the images in the Canvas and the Viewer?
    That doesn't seem to be happening on my external monitor.
    I'm not sure if this problem/issue I'm having is related to the muticlipl issue I posted in an earlier thread http://discussions.apple.com/thread.jspa?threadID=1330596&tstart=0
    perhaps.
    Any help on this issue would be greatly appreciated.
    Thanks in advance,
    Javier Calderon

    Ahhh, Shane. So it's as simple as that? So then there's nothing wrong with my setup or my external monitor? FCP's just not designed to show the Tool Bench's Frame Viewer image in your external monitor? Wow . . . Well that answers that then I guess. And you're right . . . that IS indeed kind've lame . . .
    Thanks.
    Javier
    . . . um . . . doesn't that kind've defeat the purpose of proper color correction then (regarding the Tool Bench's Frame Viewer anyway)? If the only place you can see your color corrected Frame Viewer split images is on a monitor that's NOT suited for color correction? Anyway . . . just a thought . . .

  • Subfolders in Map Files and Baggage?

    Using Robo 6 to create webhelp. This is one of many issues I'm seeing since inheriting this help project that had not been updated in 2+ years.
    Today's question is, why are the topic folder names that I use to organize my content being re-created under Map IDs and Baggage? I have 5 folders under HTML Files (Topics) and these same folder names show up under Map Files and Baggage files, and they are empty. Also one HTMLPages folder is showing up that isnt' even in my help project. I have 5 other stand-alone help pages that I use Robo to maintain but they are in a completely different folder, outside of the Help project fodler.
    I only have one map ID file and no baggage files. But it won't let me delete these "extra folders under Map Files and Baggage fiels so clearly it thinks they are needed.
    thankyouverymuch...

    Hi there
    You have to understand the way RoboHelp works with these. Note the folders have icons on them. The Baggage and Image folders. This means they aren't true folders you will see in the Windows file system. This means RoboHelp is simply presenting what it knows about in that category. So when you create a folder in your project, you are creating a true folder in the Windows File System. It is then visible in the other "pseudo-folders" presented by RoboHelp.
    Perhaps this link will help. Click here
    Does that make more sense? Rick
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Map files and map IDs

    This question was posted in response to the following article: http://help.adobe.com/en_US/robohelp/robohtml/WS5b3ccc516d4fbf351e63e3d11aff59c571-7ff9.ht ml

    Typo in this section:
    Remove an unused map ID
    Your map files must be unlocked to use this option. To remove unused map IDs:
    Expand the Context-Sensitive Help folder in the Project Set-up pod.
    Right-click the Map Files folder.
    Select Edit.
    Do the following:
    Map Files Select the map files from which to remove unused map IDs.
    Select All Click to remove unused map IDs from all map files.
    Clear All Click to deselect all map files and not remove unused map IDs.
    The third point should read "Select Remove Unused Map IDs..." instead of "Select Edit"; then the rest of the topic makes sense.

  • A tool to export a video of DIAdem VIEW, playing a synchronized video, map, audio and data

    It's very common you need to do a presentation with several information and if you can put a video playing a synchronized video, map, audio and data graphs, like DIAdem VIEW do, your presentation will be cause a excellent impression. To do this today you need a capture screen toll, If DIAdem have a native tool to do this it would be great.
    

    Hello,
    Today I tested the screen capture software Camtasia Studio 8 and this works really good. The files can be saved as an AVI file and different qualities can be chosen, which gives some flexibility in the file size. The screen capture is working fast, so if I run with 1 Hz the VIEW layout with a map and several 2d graphs all the frames are captured.
    With kind regards,
    Stijn

  • RH7 - Spell Checker and Smart Index Wizard looking in all folders?

    Hi all,
    RE: RH7 - Spell Checker and the Smart Index Wizard looking in all folders instead of just TOC topics?
    While running the Spell Checker and the Smart Index Wizard I am getting the impression they are looking in *all* the folders under the Project Files folder, and not just the topics I have chosen to insert into my TOC. Is this true? If so, is it possible to set RH so that it only looks in TOC topics?
    TIA
    - avraham

    Hi Peter -
    Thanks for your reply. Yes, the pop-up topics are in the same
    folders as the other topics and I am choosing "Any Status" (right
    now all of the topics in the project are the same status anyway).
    What's even stranger is that after I posted my original
    message, I found that it picked up about five of my 100 or so
    pop-up topics, yet ignored the rest. I cannot find ANYTHING about
    these included topics that differs from the ignored topics.
    Bizarre.
    Since I need to move forward ASAP, I am now going through
    each pop-up topic individually and using the Smart Index option on
    the Topic Properties Index tab. It works just fine; is just
    time-consuming, but actually may end up saving me time on the Index
    in the long-run, since I can define which keywords Robo adds to
    each topic on the front-end (not have to prune out worthless
    entries later).
    My guess is that this issue may have to do with the
    conversion of the files from RH 5 to RH 6. It shouldn't - all of
    the pop-up topics were added after I converted to RH 6, but I've
    noticed odd things can happen when you bring a project into a newer
    version of the program.
    Thanks again, Peter.
    I don't have an answer but I have a workaround that
    I can live with!

  • I am facing a strange problem on new iphone 5 that I bought last week. The maps app and the places in photo gallery shows the pin and my location, however there is no information of locations. Tried to close the apps, phone restart, reset etc. Please help

    I am facing a strange problem on new iphone 5 that I bought last week. The maps app and the places in photo gallery shows the pin and my location, however there is no information of locations. Tried to close the apps, phone restart, reset etc. I am accessing it via strong wireless connection and it works fine on other devices. Please help.

    zapgrap wrote:
    there is no information of locations.
    Then no information exists.  Use the Report a Problem button within the app to report it.

  • What is difference between  Service map iview and Workset Map iview

    Hi Experts,
                        Can anyone tell me the difference between  service map iView and Workset Map iView.
    When I am creating these iViews, its seams both are same. I canu2019t find difference still, can anyone help me out of this
    Thanks in Advance
    Janardhan

    Hi,
    Service Map Iview:The Service Map iView is an ERP-specific variant of the portal Workset Map iView. It serves as a central point of entry and guided access to the services of SAP service modules such as the Manager Self Service (MSS) module, or the Employee Self Service (ESS) module.
    Workset Map iview:A Workset Map is the equivalent of a site map, providing users with explicit information on the functionality that is available in a given workset. It is based on an iView, and serves as a central point of entry and guided access to the contents of a workset.
    if you want to more info pls go thr the below thread
    Workset Map iView
    i hope it will help you
    Thanks,
    Sreeni.

  • I am trying to create a simple animated gif in Photoshop. I've set up my frames and want to use the tween to make the transitions less jerky. When I tween between frame 1 and frame 2 the object in frame two goes out of position, appearing in a different p

    I am trying to create a simple animated gif in Photoshop. I've set up my frames and want to use the tween to make the transitions less jerky. When I tween between frame 1 and frame 2 the object in frame two goes out of position, appearing in a different place than where it is on frame 2. Confused!

    Hi Melissa - thanks for your interest. Here's the first frame, the second frame and the tween frame. I don't understand why the tween is changing the position of the object in frame 2, was expecting it to just fade from one frame to the next.

  • Google Maps Navigation and Google Music problem

    Hello,
    I love the LG G2 but it has a few concerning issues. First, is the squealling, hissing, cracking, popping, etc. during phone calls, but I have seen that brought up by others.
    The second problem that I've discovered, and the most upsetting to me, is that when using the Google Maps Navigation and Google Music All Access at the same time, whenever the navigation voice instructs a direction, the music shuts off. It is then silent until the navigation voice instructs the next direction OR when a new track starts. This was not a problem on my droid bionic, so it must be an LG G2 issue. This is a huge problem to me as I travel a lot for work and usually use GPS to find where I'm going, and I subscribe to Google Music All Access so I listen to music in the car. This problem makes that impossible to do (I have to choose).
    A related issue, is that my Alpine CD player displayed track information (Artist, Song, Album) with my Droid Bionic, but with the LG G2 it displays 'UNKNOWN'. I find it hard to believe that a two year old phone has capabilities that a brand new phone wouldn't, so I'm hoping these issues will be fixed with a software patch.
    Has anybody else experienced these issues, or does it work fine with your LG G2?

    Hawaii is a part of the USA so you will be fine there. Mexico on the other hand, you will be roaming for data there and could see extra charges for international data.

  • How to map lattitude and longitude on a map in j2me.

    hi all,
    i am new to this forum and new to j2me.
    i am developing a pplication to track location of a gps mobile phone.
    i am using wtk2.5.1 jsr179 to develop it
    i know how to get location of a mobile phone but i cant find any method how to map those lat long coordinates on a map...
    please help me out if anyone knows about it..
    thanx

    Hi,
    I'm afraid that this is large problem... and it's not related to J2ME.
    The first question is whether you want to use some map provider and its API or you have a bitmap and you want to place a cursor of your position in the map.
    In the first case find an API to use (I don't know any). In the second case you have to understand what the GPS coordination mean, know projection type of the used map, then find and use the transformation formulas to transform GPS coordinates to map coordinates and vice versa.
    Regarding the GPS coordinates start here: http://en.wikipedia.org/wiki/World_Geodetic_System
    Regarding the projections - my map I tried to use in my application uses Lambert conic conformal projection http://en.wikipedia.org/wiki/Lambert_conformal_conic_projection
    but it may differ from map to map.
    Enjoy :-)
    Rada

Maybe you are looking for