Image Map Issue

I have recently converted my Robohelp for Word project to HTML, more or less successfully.  As expected, all of the links that existed in the Winhelp project that originated from a bitmap, broke during the conversion process.  I'm in the process of re-establishing these links, which is proving to be a very long process due to the fact that every time I right click on an image map to access its "properties," it takes nearly 90 seconds for the properties window to appear!  Is there any way to speed this up?  This happens even when I create a totally new image map on a new image in a new topic.  Currently, all of my HTM files are in one huge folder... if, at this point, i created a folder for each htm file, would that possibly speed things up, or would that totally mess up my project?  I'm on Robohelp 7.  Thanks.

Hi there
Splitting the project into folders will likely help the issue. I think the slowdown occurs because all the topics and images and whatnot have to be read in so they are able to appear in the list. If you have several folders with fewer topics you should be better off.
One caveat though. ONLY move the files and folders from inside RoboHelp HTML. If you sneak behind its back and begin moving things about, you are likely to make RoboHelp wander around all bug eyed looking for things that aren't there any more!
Cheers... Rick
Begin learning RoboHelp HTML 7 within the day - $24.95!
Click here for Adobe Certified Captivate and RoboHelp HTML Training
Click here for the SorcerStone Blog
Click here for RoboHelp and Captivate eBooks

Similar Messages

  • RH8 image map problem

    I created an image map back in RoboHelp 6 and it worked perfectly. When I converted my project recently to RoboHelp 8, the image map pop-ups are not working correctly. I've checked the properties of the image map and they are correct. But the pop-up boxes do not display correctly. I'm going to attached an example of how the same one displays in RH6 and RH8 and a screen shot of my settings.
    Can anyone help me with this?

    After much trial and error testing around this image map issue, I cannot seem to find a fix for image maps within RoboHelp 8. No matter what I've tried (and it was a lot), nothing seems to fix the image map problem. Even creating a new image map on a new page with totally different info, pop up pages, image, etc. and turning OFF all breadcrumbs - the image map does not display correctly once generated (nor in preview).
    I have found a VERY TEDIOUS workaround for this (that I'm not happy about). If I take my original pop-up topic htm pages (9 of them) from my RoboHelp 6 project and the original eHlpDhtm.js file from RH6 and place them in my output Help file from RH8 (overwriting the RH8 with the RH6 files), then the image map works correctly.
    The eHlpDhtm.js file has many more scripts in it than just the image map triggers, so I'm not sure what all else I'm affecting when I'm fixing one problem (i.e. not sure how many more problems I'm creating at the same time when fixing one problem.)
    It's almost like the "breadcrumbs" feature in RH8 has broken the image maps feature in RH8.
    I'm still up for more suggestions as how to fix this if anyone has any ideas.

  • AS3 Image Map Linking Issue - No compiler errors

    Hello,
    I've made an image map in Flash using AS3, however it does not seem to be working properly.
    The links only work in a strange succession. In order to click all the links you must first click the last link followed by the first link, then the second link. After that the image map behaves as it is supposed to. I'm not sure why this is happening.
    It complies without error and aside from the little quirk mentioned above, it works beautifully.
    I've checked and double checked the AS, even copied and pasted some code from one button to another to see if it would make a difference, but to no avail.
    I am using the code listed below:
    [quote]
    button1.addEventListener(MouseEvent.CLICK, callLink1);
    function callLink1 (event: MouseEvent) :void {
         var url:String = ("http://www.google.com");
         var request:URLRequest = new URLRequest (url);
         try
             navigateToURL (request, "_parent");
             catch (e:Error) {
                 trace ("Error occurred!");
    [/quote]
    Any and all help would be much appreciated, thank you!

    I'd second Dan's last point, there is really not enough information here to help identify the actual problem.
    What I would suggest is that you put everything into one event handler so perhaps that might simplify working on it..something like:
    button1.addEventListener(MouseEvent.CLICK, callLink);
    button2.addEventListener(MouseEvent.CLICK, callLink);
    button3.addEventListener(MouseEvent.CLICK, callLink);
    function callLink(event: MouseEvent):void {
        var url:String;
        switch (event.target) {
            case button1 :
                url="http://www.google.com";
                break;
            case button2 :
                url="http://www.yahoo.com";
                break;
            case button3 :
                url="http://forums.adobe.com/thread/417263?tstart=0";
                break;
            default :
                url="http://www.adobe.com";
                break;
        var request:URLRequest = new URLRequest (url);
        try {
            navigateToURL(request, "_parent");
        } catch (e:Error) {
            trace("Error occurred!");
    If you have everything set up in one listener function like that it may be easier to debug and maintain.

  • Image Maps link not working in Acrobat 8 3D PDFs generated from RoboHelp 7

    All of my hyperlinks work when I just generated my RoboHelp
    project to PDF using RoboHelp 7 with the new Adobe Technical
    Communications Suite (with Acrobat 8 3D). However, the links to
    topics within the document didn't maintain from the image maps. I
    had originally created flowcharts in Microsoft Visio, exported then
    as .gifs, and imported them into topics in RoboHelp X5. Then I
    created image maps from the boxes to topics in the RoboHelp
    project. When I converted my project to RoboHelp 7 and generated
    the PDF, all the links work great, except I don't get the
    finger-pointing cursor when I hover over the boxes in the
    flowcharts like I do with regular hyperlinks. Can someone please
    tell me why? Thanks!

    Sigh... and this is why no one like to work with newbies...
    Thank you for your help. I am embarrased to admit that this was the issue.

  • Image maps not working in signatures (MS Exchange 2010)

    I would like to know how to get the image maps links work in OWA 2010, it is working in all other email clients except OWA 2010

    Hi,
    This issue seems related to S/MIME control and IE.
    Please perofrm latest updates for IE and S/MIME. More details as below:
    1. OWA -> Options -> Settings -> S/MIME
    2. If any security warnings appear, click Yes for the control to download and install.
    Also try to add OWA web site into Compatibility View in IE.
    Thanks
    Mavis Huang
    TechNet Community Support

  • Images and image maps do not respond to events on Safari

    Hello everyone,
    We have been experiencing issues with events not responding to images associated with image maps, on Safari browser. After the DOM is loaded with new image and corresponding image maps, events such as mouseover and click observing this divs do not respond or get triggered. DOM seems to be updated correctly but behaves differently (and it works correctly in all other browsers except Safari).
    This behaviour is only noticed in Safari browser running both on Windows and Mac. (Tested on Safari Version 3.1.1 on running on Windows and Mac)
    For you all to have a closer look at this issue, I have created a sample that has this problem, similar to one we experienced during one of our recent projects. Please click on the link below to get to the sample (I recommend you to try this either in Firefox or IE before you do on Safari)
    http://www.hivegroup.com/safari/test.html
    (In the above sample,
    - the javascript code initializes the DOM with image and image map
    - assigns two event listeners to the div containing this image and image map
    - when mouse pointer brought over the image, it shows the area id in the 'mobox' div
    - when clicked, DOM is updated with a new image and new corresponding image map, assigns new event listeners and should continue with the same kinda behaviour it did for the first image (but doesn't in Safari browser))
    All inputs on this issue are welcome and greatly appreciated.
    Thanking you in advance.
    Regards,
    Shashi.

    Let me explain what the pink area is. Like the first image that contains two white boxes, the pink area (as you call it) is a new image (containing four pink areas or boxes having an area id denoted to each) that imgDiv occupies after the 'click' event occurs.
    Yep, i gathered that from seeing it work on firefox...
    The point that I'm trying to make here is, there shouldn't be any difference in behaviour when imgDiv holds first image (two white boxes) or the second image (four pink boxes) that you get after we click on image or the third image (containing 6 boxes, multiple colors) which you won't be able to reach in safari browser.
    well... I can reach them, but only via the blue space.
    . We'll notice change in the red box displaying target id only when we mouse over a new area that is not currently being displayed in the red box.
    except in webkit for safari 2, where thered bpx content sticks at whatever it was when the first image was clicked, unless mouse is moved to the 'all area', and then it sticks on imgdiv.
    I completely understand what you see in safari 2. But are you saying there's some error in my script ? If so could you please point out and justify.
    I dunno Shashi, just pointing out the errors that Safari 2 reports when I view your test page, in the hope it might help. I know little of javascript

  • HTML image mapping not working only on Firefox browser

    On my website I have some images, which show fine, however the image mapping which is coded using html does not work (i.e. when you click on a certain area in the picture and it takes you to another page). This is working fine for IE, safari and chrome.
    Any help / advice would be appreciated.

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • Image - maps are not working in Firefox but it does work in IE. Some help required.

    Hey there,
    Last week i've been building a website for our company. However, there is still a problem with our banner/slider. I've uploaded some images and the slider is currently working. But the image maps ,using <map> & <area> taggs, are not functional in FF. They do work in IE so I suppose it should be working correctly.
    I've tried using Chrome & Safari but the problem keeps persisting.
    Some help would be nice (:
    Marnix.

    Doesn't work in Firefox, Chrome, and Safari? <br />
    Sounds like you're using non-compliant code.
    http://www.w3.org/TR/html5-author/the-map-element.html <br />
    http://www.w3.org/wiki/HTML/Elements/area
    You could try posting the URL to a test case at the Web Development / Standards Evangelism forum at MozillaZine, and see what they have to say. The support helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • Image mapping and Master Detail Regions in CS3

    Excellent advice to leave a url. I think I am having a similar problem with conceptualizing datasets for utilization with image mapping. I obviously cannot use the Get Schema via the Attach New Data set icon because I have rendered my own Master region. I am working with CS3. I will launch the site and ask for help from the url.
    Here is:
    http://www.atmfoods.net16.net/
    I need help with this. With the phasing out of tabulated layouts for div based layouts I run into quite a few snags attempting to work around deprecation of tags issues. What am I trying to do here:
    1. Get my spry menu to drop down in the child table and not the parent table aligned top left.
    2. Use image mapping of the thumbnail images in integration with datasets and spry Master/Detail regions, even if hand coded to achieve, for a larger image and data on each thumbnail on an accordion spry widget. I am thinking grid systems for the future of my works and hope to achieve some relative command of grid systems. Without gridlock.

    Hi,
    The dataset name in the NestedDataSet constructor does not go
    in quotes.
    Try var dsCreds = new Spry.Data.NestedXMLDataSet(dsAgents,
    "credentials/cred");
    and see if that helps.
    Don

  • Is HTML's image mapping in OWA not supported?

    We compose a mail inserted with a HTML page which contains a image devided into serveral parts by using <map> and <area> tages.  People received mail can follow the hyperlinks set in the different part of the image to be directed to various
    web pages.
    It is fine to display this HTML page with mail clients such as Outlook.
    But in OWA (Exchange 2010), the hyperlinks inside the image are missing, only an image left.
    So I am wondering if some HTML tags such as image mapping tag <map> and <area> are not supported in OWA.
    Or do I need to do some configurations to make this effect?
    Can someone give me some advices?
    Thanks in advance!

    Hi,
    What's your Outlook version?
    Based on my search, Outlook 2003 and Outlook 2007 can support HTML image mapping. Even Outlook 2010 don't support image mapping.
    Someone encountered the same issue in Outlook 2010 as you got in OWA. It seems that OWA don't support HTML image mapping as well. You can look at the following thread.
    https://social.technet.microsoft.com/Forums/office/en-US/aac24b10-40ab-4510-bd5a-17ab351a4711/how-do-i-use-an-image-map-in-outlook-2010?forum=outlook
    Best regards,
    Belinda Ma
    TechNet Community Support

  • Mapping issue: link related items together based on a key

    Hi guys,
    I have a mapping issue.
    I have a source structure like this:
    <ad>
      <key>
      <value1>
    </ad>
    <ad>
      <key2>
      <value2>
    </ad>
    <bx>
      <key>
      <value3>
    </bx>
    <bx>
      <key2>
      <value4>
    </bx>
    <bx>
      <key2>
      <value5>
    </bx>
    I need to get this:
    <kitem>
      <value1>
      <bx>
        <value3>
      </bx>
    </kitem>
    <kitem>
      <value2>
      <bx>
        <value4>
        <value5>
      </bx>
    </kitem>
    Any idea, how to achieve this?
    Thanks,
    Olian
    Edited by: Olian Saludew on Aug 4, 2009 12:08 PM

    Hi,
    See the following mapping image:
    [http://www.imagenonline.com/img_a162827.gif|http://www.imagenonline.com/img_a162827.gif]
    Regards
    Ivan

  • Create PDF From Web Page Does Not Create Image Maps Properly

    I have a website that contains image maps. When I "Create PDF From Web Page", these image maps are not rendered properly. From what I can tell, this is a BUG within Acrobat, and I'm hoping that people can confirm this for me.
    I created a test page at http://www.quantumdynamix.net/clients/image-map-test/. I placed the images maps my manually coding the coordinate information, so the maps are PRECISELY placed exactly over the squares. Each image map navigates to an anchor corrisponding to the number on the red square.
    When I created the PDF using the "Create PDF From Web Page" feature, the image maps are rendered improperly. This file can be viewed at http://www.quantumdynamix.net/clients/image-map-test/ImageMapTest.pdf. To view the outlines of the image maps, please select "Tools" -> "Advanced Editing" -> "Link Tool". You can see the outlines are substantially incorrect.
    Please confirm that other can replicate this problem. Any solution to this issue would be very helpful!

    I tested this in Acrobat X and the exact same issue occurs
    http://www.quantumdynamix.net/clients/image-map-test/ImageMapTest-AcrobatX.pdf
    This has to be considered a legatimate bug, especially since IMAGE MAPS is listes as one of the supported HTML features via the help files

  • Image map problem in Firefox 2.0.0.9

    I have created a page in Dreamweaver with an image that has
    an image map with six links. It works correctly in IE, Safari, and
    Opera, but Firefox 2.0.0.9 has an issue. When I click on the top
    link, I get the second url. When I click on the second, I get the
    third url, and so on. The last hotspot does not seem to link at
    all. The links seem to be offset by one position somehow. I think
    this worked before 2.0.0.9, but I am not sure.. I thought that this
    page was thoroughly tested previously.
    Has anyone observed this before, and is there a solution?

    Two items in the Advanced JavaScript window were removed as of the Firefox 4.0 version, but they are still available thru about:config .
    Type '''about:config''' in the URL bar and hit Enter. <br />
    ''If you see the warning, you can confirm that you want to access that page.''
    Filter = '''dom.disable_window_status_change''' = double-click to toggle to '''false''' to allow websites to mess with status text.

  • Google - web/images/maps bar is on top, not on side

    google search results used to have the news/images/maps listings on the left of the results page.
    now they are on the top of the results page.
    this is not the case in chrome, so I think something changed, but I cannot figure it out.
    I know my 8 year old was playing with google.org or some such to show his name instead of google, but I have not found what he may have done.
    I re-set the defaults, no joy. nothing in the plug-ins......
    is it OK to also ask if there is a way to remove the google services bar ? all these tool bars take full lines. only the microsoft START line is compact with multiple results on one bar.
    Thanks !

    hello dave, i'm not sure if it applies in your case, but from time to time google enables changes in the user interface for some of its users in order to test new designs and gather comparative data.
    http://googlesystem.blogspot.co.at/2012/08/googles-sidebar-less-search-experiments.html
    you could try to [[Clear the cache - Delete temporary Internet files to fix common website issues|clear the cache]] & [[Delete cookies to remove the information websites have stored on your computer|cookies from google.com]] and reload the page.

  • MapViewer blank map issue

    This is for MapViewer Java API, using tile cache - and it's a hard to reproduce problem
    In our application sometimes the map will return blank with no layers. In the logs I'll see that the layers got queried and styles got applied and no apparent errors, but the returned image is blank with only the background color applied.
    When this happens just panning around /refreshing will cause the map to be rendered correctly, with minimal wait, as if the cached image was already there created from the previous map request.
    Has anyone seen this before ?
    Is there something I should be looking for in the logs that could shed some light on the cause of the problem ?
    Thanks.

    Hi User635830,
    firstly I like you "to out yourself" by going to "Your Control Panel" (upper right) --> Your Settings [edit] and edit your "user635830" and insert your name ! Thanks !
    Secondly for ur blank map issue I recommend to check the "Java Heap Size" settings, i.e. how much memory is assigned to your Mapviewer Java Application.
    Pls see [an explanation how |http://oracle-maps.blogspot.com/2008/05/more-memory.html] in my BLOG.
    Hope that solved the problem.
    Bernhard

Maybe you are looking for

  • Using a Plasma TV as a Monitor

    OK, I have a Panasonic plasma and the Apple mini dvi to vga adapter. when connected, my MacBook recognizes the plasma. I can't get mirror to work, but I can select the Plasma and run front row. How do I mirror?

  • Material Master BDC recording

    hi gurus, i am trying to do a material master creation using BDC recording, i am new i dont know how to modify the code, the following is the code, please let me know how to make changes. report ZTEST95        no standard page heading line-size 255.

  • PDF form template displaying multiple sets of data loaded from xfdf

    Hello I would like to use PDF Forms with data stored in xfdf files. Is it possible to create pdf form (template) for displaying and printing multiple sets of data stored in xfdf? For example: pdf form contains 2 sets of data. Form field names:  F_1 a

  • Reporting of Depriciation & revaluation of assets

    Hi Expert 1.I have posted dep run till Feb'09. However since there is a divestment of investment & holding comp take over the assets of  Subsidiary i need to add the assets from 30.09.2008 from Subsidiary & report the depriciation for Oct'08 to dec'0

  • Bulk Add Document Set

    Hello, Is there a way to bulk create document set in SharePoint? I saw mutliple way to bulk add "simple" items but I can't find a way to do this with document set (or better with my custom document set type) My target is to read an xml file containin