See Also no displaying properly in WebHelp (RH11)

When I generate WebHelp from RH11, the See Also (button/link) displays with a double gray background for all outputs (IE, FF and Chrome). See below. Does anyone know how or where I would "design" this look (color, point size, etc.) (in RH or in the web output?)

Thanks William for the information. I opened the ehlpdhtm.js file in Dreamweaver. I compared two files, one which was used in my previous help (which I would like to make the See Also look like, this help was created in RH9) and the most recent file (which has the errors, see above images and now am using RH11). But the code in both files are exactly the same for WritePopupMenuLayer. I've included below an image of how I would like the See Also to look and the code from the ehlpdhtm.js file in my current help (RH11).
Also based on the code below, where would I make the change for the "hidden window" (scaling), in the STYLE section?
This is the code from my current help:
function _WritePopupMenuLayer()
    if (!g_bIsPopupMenuInit)
      if (gbBsNS4&&!gbBsNS6) {
//Do not try to write ininle styles for NS!  NS can not handle it and will not stop downloading the html page...
           document.write("<DIV CLASS='WebHelpPopupMenu' ID='PopupMenu'></DIV>");
      } else{
      document.write("<DIV ID='PopupMenu' STYLE='position:absolute; left:0px; top:0px; z-index:4; visibility:hidden;'></DIV>");
      if (!(gbBsNS4&&!gbBsNS6)) {
        document.write("<STYLE TYPE='text/css'>");
        if (gbBsMac&&gbBsIE4) {
            document.write(".PopupOver {font-family:'Arial'; color:white; background:navy; font-size:10pt; font-style:normal;font-weight:normal;text-decoration:none;}");
            document.write(".PopupNotOver {font-family:'Arial'; color:black; background:#c0c0c0; font-size:10pt; font-style:normal;font-weight:normal;text-decoration:none;}");
        } else {
            document.write(".PopupOver {font-family:'Arial'; color:white; background:navy; font-size:8pt; font-style:normal;font-weight:normal;text-decoration:none;}");
            document.write(".PopupNotOver {font-family:'Arial'; color:black; background:#c0c0c0; font-size:8pt; font-style:normal;font-weight:normal;text-decoration:none;}");
        document.write("</STYLE>");
      g_bIsPopupMenuInit = true;
Thanks again for your help,
Chris

Similar Messages

  • JavaDoc issue:  @see tags not displaying properly

    I am having a very odd issue that I cannot seem to figure out. I am trying to add the following lines to a comment on a specific method:
    @see javax.mail.internet.MimeMessage#setSubject(java.lang.String)
    @see java.util.Properties#getProperty(java.lang.String)
    My problem is, when the html is generated...it shows
    See also:
    MimeMessage, Properties.getProperty(java.lang.String)
    I have both the J2SE and J2EE documentation linked so that these are linked to the source api on sun's site. When I click on MimeMessage it does send me to the setSubject() method within the MimeMessage class. So why does it not show MimeMessage.setSubject(java.lang.String)? Instead it just shows the class name. And why does Properties.getProperty(java.lang.String) properly show on the documentation but the MimeMessage class does not show the specific method it is linking to?

    Here is my set of @see tags for this method:
    @see javax.mail.Session#getInstance(java.util.Properties, javax.mail.Authenticator)
    @see javax.mail.internet.MimeMessage#setRecipients(javax.mail.Message.RecipientType, javax.mail.Address[])
    @see javax.mail.internet.MimeMessage#setSentDate(java.util.Date)
    @see javax.mail.internet.MimeMessage#setSubject(java.lang.String)
    @see javax.mail.internet.MimeMessage#setHeader(java.lang.String, java.lang.String)
    @see java.util.Properties#getProperty(java.lang.String)
    @see java.util.Properties#list(java.io.PrintStream)
    @see javax.mail.internet.MimeMessage#setFrom(javax.mail.Address)
    @see java.io.StringWriter#write(java.lang.String)
    @see javax.mail.internet.MimeBodyPart#setContent(java.lang.Object, java.lang.String)
    @see javax.mail.Multipart#addBodyPart(javax.mail.BodyPart)
    @see javax.mail.Transport#send(javax.mail.Message)And here is what it outputs on the documentation:
    See Also:
    Session, MimeMessage, MimeMessage, MimeMessage, MimeMessage, Properties.getProperty(java.lang.String), Properties.list(java.io.PrintStream), MimeMessage, StringWriter.write(java.lang.String), MimeBodyPart, Multipart, Transport
    I am using an ant build to generate the documentation, here is the javadoc target:
    <target name="javadoc" description="Generates javadoc">
         <!--     Backup current javadocs directory and create new directory     -->
         <script language='javascript' src='./WebContent/js/javadocs/javadocBackup.js'></script>
         <delete dir="${backupdoc.dir}" failonerror="false"/>
         <move file="${doc.dir}" tofile="${backupdoc.dir}"/>
         <delete dir="${doc.dir}" failonerror="false"/>
         <mkdir dir="${doc.dir}" />
         <javadoc destdir="${doc.dir}" access="package" use="true" notree="false" nonavbar="false"
              noindex="false" splitindex="true" author="true" version="true" nodeprecatedlist="false"
              packagenames="us.or.state.dhs.*" sourcepath="${src.dir}" doctitle="${project.name}"
              windowtitle="${project.name} - API reference." stylesheetfile="../documents/javadocs.css"
              bottom="<script src='../../WebContent/js/javadocs/javadocTopBanner.js'></script>">
              <!--     Link to external API documentation     -->
              <link href="http://java.sun.com/j2ee/1.4/docs/api/"/>
              <link href="http://java.sun.com/j2se/1.4.2/docs/api"/>
         </javadoc>
    </target>It is just really odd that the classes within the j2se docs are displaying correctly whereas the j2ee classes are not. The j2see classes link correctly and point to the correct methods when you click on them. They just aren't displaying correctly as you see above with the 4 MimeMessage classes and the Session, Transport, etc.
    Any help is appreciated, thanks for responding! :)

  • I've been using FCP 7 on my iMac for quite some time with great success.  Lately I created a new project and the browser window does not format properly (it's O.K. for previously created projects). The effects window is also not displaying properly.

    Help! My browser window is suddenly not formatting properly. (losing browser formatting, glitch, bug)  I'm using FCP 7 on an iMac with OS X 10.8.5 and have been successfully doing so for a couple of years.  I fear my Final Cut Pro is corrupt and I have to re-install. Anyone ever see this problem? Old projects display and behave fine in the browser, but any new project I create, totally loses the formatting in the browser and the browser also does not display the "effects" window properly anymore. (see below)

    YOU ARE A LIFE SAVER!  I reinstalled the program and everything. THANK YOU! THANK YOU! MY HERO!!!

  • Is it possible to prevent the See Also function from displaying the topic window when only one "see also" topic exists?

    When you have several topics assigned to a see also button,
    the see also button displays several topics within the pop-up
    window in the compiled help. However, if you have only one see also
    topic assigned to the button, the button automatically displays the
    topic window for that topic. The first time I saw this, I thought
    it was a bug. When I've asked other people to test my help
    projects, they also think this is a bug.
    Is it possible to "make" the see also function display the
    pop-up window, regardless of how many topics are assigned to the
    button?
    thanks in advance,
    ChristyG

    Are you sure that you can change the permissions of symlinks themselves? I think I've tried to make files read-only via symlinks on a local server but ended up using bindfs because it wasn't possible. Even if you can, symlinking everything that might be necessary for a given environment would not be ideal, plus I don't think symlinks can be used across different filesystems.
    If a real-life human can figure out if it's he/she is in a chroot and break out of it, then he/she can write a script to do the same. I want a sandbox that could run malicious code with no effect on the system (if that's possible). Also, I think if the chroot idea were truly feasible, makepkg would have been using it for years already to simply install packages in the chroot as you normally would and then package them. There would also be several sandbox applications that could run applications safely. So far I have yet to find any.
    I admit that I haven't looked into using a chroot in detail though and of course I may have missed some application which creates such a setup. Right now I think using per-application namespaces with fuse seems the most promising but I won't know until I've finished implementing a test application. If it turns out that it's a dead end I'll take harder look at chroot but it really doesn't seem to be able to do what I want.

  • Flash site fails to display properly in firefox & ie.

    Greetings all,
    site below fails to display properly. When i visit the link
    below using firefox or ie6, i see it fine. but when anyone else
    visits it they see it with defects.
    defects include product text overlapping the fg&m logo,
    ferrioni home designs, inc header is cut off and only part of it
    displays, featured products headers is also cut off and only part
    of it displays.
    http://www.websitemedia.net/playground/ferrioni/sandbox/index.html.
    have tried the following.
    **made sure latest flash player is installed where customer
    fails to see the site display properly.
    **made sure latest ie and firefox browsers are installed
    where customer fails to see the site display properly.
    One important note, we are export flash movie using flash
    vesion 6.
    Need some insight on how to make sure everyone sees the site
    displayed properly.
    Thanks in advance
    BL

    This is just a wild guess but... Be sure that you have
    properly embedded any needed fonts for dynamic or input
    text.

  • Menu windows not displaying properly in Acrobat 11 STD

    When I try to print any PDF file (clicking File->Print) the Print Menu that opens is missing all text in the window incl all buttons. I tried installing a separate Adobe Reader in local Danish language just to test the application but this was worse. So uninstalled and sticking to Acrobat.
    I also tried click File->Properties and this is also not displaying properly.
    I fear this has something to do with Microsoft compatibility, but I don't know. I have MS Windows 7 Pro SP1 installed.
    The good news is I can guess the bottom 2 buttons - 'OK' (left button) and 'Cancel' (right button) which at least allows me to print in the default preferences.
    Any ideas how to fix? I have the latest update installed.

    I have been working together with Adobe support team to solve this. After multiple rootcauses we found the issue.
    The issue was caused by not having the default windows font 'Segoe UI' installed. Sounds strange that Win 7 does not come with the font that is used by this application but the tip worked.
    Google a website to download the font from, I used 'Fontpalace.com' - install the font - and voila the issue is solved.

  • See Also popup menu not working

    This had been posted before, but my situation is slightly
    different.
    I have 2 See Also text hyperlinks and one Releated Topics
    text hyperlink on each topic in my online help.
    All are set to dislay topics in a popup menu.
    The help is being generated to HTML help.
    Once generated, one of the See Also hyperlinks displays in a
    Topic LIst Dialog instead of the popup menu.
    The other See Also and the Related Topics hyperlinks are
    dsiplayed with the popup menu.
    I have checked the OPTIONS setting in the .HHP file and there
    is no reference to Language.
    I added one and it still does not solve the problem.
    An older version of this source works fine.
    Any ideas????
    I have to deliver by Wenesday.
    Thanks ---
    Michael F Weart
    LoanPerformance

    Hi Michael
    When you insert controls, if you look behind the scenes using
    the TrueCode tab, you should see that RoboHelp HTML inserts two
    distinctly different blocks of code. One is called a "design-time"
    control and is displayed in green text. The other is the basic code
    used by the HTML Help compiler. This section is displayed in gray
    text. So you have two places to look for this setting. I'm only
    referring to See Also controls here.
    In the "green code" area should be a line that reads:
    <param name="DialogDisplay" value="1" >
    If the value is 1, the control produces a popup. If the value
    is 0, you get a topics found dialog.
    In the "gray code" area should be a line that reads:
    <PARAM NAME="Command" VALUE="ALink,MENU">
    If the value is Alink,MENU, the control produces a popup. If
    the value is Alink, you get a topics found dialog.
    Also, I just noticed you posted this identical question in
    the RoboHelp for HTML Help forum category. Please don't cross post!
    This is outlined in the forum guidelines you can read by
    clicking
    right here.
    Sincerely... Rick

  • Display of Search Results - Repositioning the "See Also" Command

    Hello guys
    Does any of you know if it is possible to move the "See Also"-command? Normally the command would be displayed here under "Commands" next to the heading:
    Icon      - Heading - Commands
    Relevancy - Descr.
    Rating    - Properties (like modifiedby, contentlength etc.)
    See also this documentation for further description: http://help.sap.com/saphelp_nw04/helpdata/en/fd/fe573d675e910fe10000000a114084/frameset.htm.
    Now the question:
    I would like to display one single command (See Also) as the last property, which will make the search result look like this:
    Icon      - Heading
    Relevancy - Description
    Rating    - Properties (like modifiedby, contentlength AND See Also)
    Is it possible to dislay the command here? And if it is possible, how do I display the command here? Should I enter something like "rnd:see_also_extern" in the Search Result Renderer Settings?
    Any help will be rewarded
    Regards,
    Martin

    Hello Prakash
    Thank you very much, it solved my problem! Ten points.
    As a side question: I noticed that it is not possible to change the text style of the command using "/secondaryTextStyle". Do you know about another way to change the text style? Or is changing the text style of commands and displayname not a part of FlexUI?
    Regards,
    Martin

  • How do I get an imported an LDIF address book file to display properly?

    x87, Win 7 64 bit pro. I backed up my address book by exporting an LDIF file to an external drive. My PC died and I bought a new one. I loaded Thunderbird 24.6.0 and imported the LDIF file. The addresses came in but they are not displayed in the address book properly. An address book folder named "TB Address Book 8-25-14" was created. When I select that folder the display to the right side of the window only shows a torso outline at the far left. The Name, Email, Chat Name, Organization, & work Phone fields are blank. If I select one of the entries and look at the properties, all of the data is there. If I move a contact to the Personal Address Book it still does not display correctly. However, there are two contact lists under the TB Address Boook 8-25-14 and if I select those sub-folders the data for each contact is displayed to the right. How do I get it to display properly so I can see what I'm doing? A friend of mine had a very similar problem importing into Thunderbird using Windows 8.

    The problem fixed itself when I uninstalled ZumoDrive free cloud storage and also Growl the notifier application. Had to employ AppZapper to uninstall all related files.... but all worked a treat. All is back to normal.

  • Images not displayed properly

    [Migrated from the Syclo Resource Center]
    prashanthi_vangala   01/03/2012 06:44,
    Hi,I am working on Agentry 5.4.0I have a list screen where for one of the columns I have a rule to display images ( I use checked and unchecked images ). Earlier the images were getting displayed properly on the ATE but  it is not working now and I did not make any changes to the image properties then.But after this, I tried couple of things with the image properties to make it work, like when I do not use any mask colour the image does not get displayed but when i use any maks colour the image gets displayed but its completely blacked out ( and thus for checked image, cannot see the check mark and its completely blacked out ).I face same issue with the login image as well. I added a new Image ( Logo ) to my App for the login Screen, but even this image does not appear on the login screen.
    I also tried deleting the Dev folder and re-publishing, but even this does not work.
      -Prashanthi
    Jason Latko   01/03/2012 11:42
    Try deleting the Application directory under your development server where the images reside and publish again.
      Completely clear your ATE and transmit again from scratch.
      Also, what mask color are you using?
      Try using a green hugh and not black or white for the mask.
    Jason Latko - Senior Product Developer at Syclo
    prashanthi_vangala   01/03/2012 12:38
    Hi Jason,Thank you for the reply.I already tried all the  things you have mentioned, but the same issue exits still.
    Prashanthi
    Jason Latko   01/03/2012 12:40
    Is it just the ATE, or do you have the same problems using the WIn32 or PPC clients?
    Jason Latko - Senior Product Developer at Syclo
    prashanthi_vangala   01/04/2012 06:21
    Hi Jason,Behaviour in ATE:I have changed the image now and tested with the new image . Now, its behaving strangely:When I do a sync after publishing or a reset of ATE; I see the new image properly displayed on the screen but when I leave the screen and come back to the same screen again, the new image is getting replaced by the old image ( atleast the old image is not displayed properly, it appears like a black square box..and because of the same issue I had with this image I switched to the new image ). Behaviour in Win32 Client:When I tested with the client, I see  the new image properly for the first time and when i leave the screen and come back the image disappears..This is the behaviour in client.
    Please suggest.
    -Prashanthi
    Jason Latko   01/09/2012 11:35
    Prashanthi,What did you use to create these images?
      They are simple bitmaps I assume?
      Try creating some very simple images using Microsoft Paint, then set a mask of green in Agentry.
      Your problem sounds familiar, but I can't find a matching bug in our database.
      Maybe someone else has experienced this?
      You could also try upgrading to a newer version of Agentry to see if the problem goes away.
      We are currently on version 6.0.4.Jason Latko - Senior Product Developer at Syclo
    prashanthi_vangala   01/11/2012 10:02
    Hi Jason,
    Thank you for the reply.
    But strangely, from past few days I see that the image is working fine again.
    But kept this topic open because it was wierd, that the image is working correctly again without making any major change. What I did was to just write the rule again which calls the image ( though i did this before and did not work then but worked now ) and to observe the image behaviour for few days.But it seems like it is fine now.
    Thanks and Regards,Prashanthi

    We am using "jv:imageButton" tag for displaying the image and below is the tag code,
    <jv:imageButton styleClass="buttonStyle"
    selected="true"
    onclick="networkCanvas.setInteractor(clientSelect)"
    image="../oracle/communications/inventory/ui/images/arrow.png" buttonGroupId="interactors"
    rolloverImage="../oracle/communications/inventory/ui/images/arrowh.png"
    selectedImage="../oracle/communications/inventory/ui/images/arrowd.png"
    title="#{inventoryUIBundle.SELECT}"
    message="#{inventoryUIBundle.SELECT}" />
    The able code is present in the below path,
    ..\public_html\oracle\communications\inventory\ui\network\page\NetworkView.jsff
    The images are present in the following path,
    ..\public_html\oracle\communications\inventory\ui\images\zoomrecth.png
    I am not thinking this is a Platform Beta 3 uptake issue. And I am suspecting an issue with integration of ilog with ADF. Any help in this regard would be helpful.
    regards,
    Chandra
    Edited by: user638992 on Feb 25, 2010 3:40 AM

  • Why is my Itunes home screen not displaying properly?

    As you can see, certain text areas don't display properly. I have Windows 7, and I've played with the resolution (from max to min, including doing computer restarts), I have reinstalled Itunes, my graphics card driver, updated windows with all updates (including the optional ones), and changed font size etc.. from within Itunes. At one point I was very computer literate, but I can't seem to figure this one out. Any ideas?
    I also ran a full scan by norton antivirus, nothing was found. Any ideas? This is also a bad time to have to deal with this, as my iphone just crashed and lost all of its memory, but I have trouble selecting what music/apps etc I need to restore it. Even the restore screen is too messed up to use.
    Thanks for any help!

    I found another thread that suggests I need a resolution greater than 1024 by 768, but I'm currently running at 1600 by 1200. I am using our bigscreen (~60") as we don't have a computer monitor. This is a family computer, so maybe someone changed a setting that I wasn't aware of? I don't think Itunes was like this at the beginning, but I can't pinpoint when the screen actually started to look like this.
    Also, where else can I go for help, without paying for it? (I have trouble paying for help with a free application, especially after buying a large number of apple products)
    Thanks again!

  • Some websites do not display properly or function

    Using Firefox v29.0.1; running Win 7 Pro 64-bit version.
    Some websites do not display properly - as if Firefox is not finding the CSS (Facebook for one).
    Also, on Craig's List, I can't click on any of the links including the contact/reply button.
    Wanted to attach screenshots but see no place to do so.
    Thanks,
    paulp575

    Looks like something in my history must have been causing it.
    That's the only step I needed to go through and seems as though everything has cleared up - for now.
    Thanks Phillipp for your help!
    paulp575

  • Colours of imported postscript not displayed properly in illustrator

    Hi,
    I produced a colour map and colour gradient legend as a postscript file (.ps) using generic mapping tools software running under linux. When I import this file into illustrator (in windows 8) the colour map is fine, but the colour gradient does not display properly. It appears as a bunch of white spaces and vertical colour bands of random colour. When I then try to export the file as a .pdf the colour gradient appears as solid blue. I've also tried producing a .pdf instead of .ps but it makes no difference.
    It's worth noting that I have done this in the past with no problems. This particular problem first occurred a few months ago and is now persistent.
    Any help or suggestions are appreciated.

    There are no import options to change in Illustrator to make it work. Usually I argue against using Illustrator as a general purpose PDF editor, but since it seems to be your only option here it is better than nothing (i.e., what you got from Illy itself).
    It's worth noting that I have done this in the past with no problems. This particular problem first occurred a few months ago and is now persistent.
    The problem is that the color bar is a 4-bit color image. Did that recently change with an update of your mapping software? Open one of your Illy files that were okay and check the color bar -- is it vector or bitmap? If it's a bitmap, can you "edit" it with Photoshop? (It's not a good day to be an Adobe spokesperson: much to my surprise, Top Market best Seller Photoshop cannot edit 4-bit color images!)
    Let's talk Versions as well. I distilled with Distiller 9, but it seems that is not the magic solution (as you already see that it worked). Both Illustrator and InDesign: CS4. Platform: Windows 7.
    That combo works for me.
    A minor -- relatively unrelated -- note:
    garthboy9999 wrote:
    I also tried to import the .ps file into indesign (which I've never used before), as you suggest, but I got an error about the program not being able to recognize the file format (maybe a plugin missing?).
    No, that indicates you attempted to "open" your ps. You must create a new document first, then use "Place" -- Adobe's terminology for what every other program on the planet calls "Import". It's relatively inconsequential, because either failure or success with InDesign doesn't mean that much; I only included it to point out another blatant unnecessary difference between the two programs.

  • Photo page won't display properly in safari

    Hi everyone!
    I'm completely new to building websites and need some of your expert advice?
    For some reason my photo pages won't display properly in Safari but ok in Firefox?
    It worked fine a week ago and I can't think what I've done wrong since I republished last night?
    http://www.abeledo.talktalk.net/losavellanos/House.html
    Can anyone help?
    I'll buy you a pint!
    Cheers

    No luck unfortunately.
    I changed the background to a solid and made the changes that you suggested roddy, but neither seemed to work. I know I must be doing something wrong? Do the photos appear ok with you roddy? All I see, is half the page i.e nav bar, top image, 'the house & garden etc text and top half of the darker box where the thumbnails should appear. And this happens with all 3 photo pages currently on the site.
    http://www.abeledo.talktalk.net/losavellanos/House.html
    http://www.abeledo.talktalk.net/losavellanos/Teror.html
    http://www.abeledo.talktalk.net/losavellanos/The_Island.html
    I've been clearing my cache in both browsers every time I republish.
    I've also tried upgrading to the new 3.0.3 beta Safari? You'd think - out of all the browsers- iWeb would work seamlessly with Safari wouldn't you? - Firefox is fine.
    Do you think I should start from scratch?

  • Google homepage doesn't display properly on only 1 computer. I turned off addons and upgraded from 3.6 to 7 but the problem persists

    All other websites appear properly, it is only the google homepage. The top and bottom banners appear with just a white band in teh middle. No widgets (mail, weather, stocks, etc) appear. It is only on one computer running XP. I have 2 other computers running XP and one running Linux and they work and display fine.

    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br /><br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    *http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

Maybe you are looking for

  • IPad video to social media

    I'm looking to utilise iPads to do "video diary" type reviews.  I want people to be able to record a short review of a product, and this video be sent to youtube or facebook or twitter etc. Does anyone have any ideas on how to implement this?  Any ap

  • TABLES IN SD(Sales & Distribution)

    Hi Guys, I am part of Migration Project.here we are mapping the Fields of SAP with Peoplesoft. Now we are carrying with SD Module of SAP. there are lot of things Confusing me in SD. First of all the fallowing tables in SD Related to Sales Order i wil

  • Converting WAV files to mp3 upon import

    I have changed my import settings in itunes preferences to encode incoming wav files to mp3, restarted my computer, but when I import the wav file, it stays a wav file, no matter how I set my preferences. Why can't I make mp3's, or that is how the F*

  • Locating photo's

    How do I locate the photo's that have been saved in iCloud. Can't find them anywhere on my laptop.

  • Iphoto 11: Split & Merge Missing in Events

    When I go into an event, the split and merger buttons at the bottom of the screeen are no longer there. Help?