Repainting problems of the Menu items in Oracle Help Navigator

All,
I am facing a strange problem when using Oracle Help for my application which is developed in Java,Swings.
Whenever, I open Help for any component through my application, the menu items in the Help screen are not visible. They are not getting repainted. Only when user drags the mouse over the items, they are getting repainted and visible to the user. This has been raised as a bug by our testing people. I couldn't get any help in aspects of any errors/exceptions being logged when the action takes place.
Where can I have the log files for Help window?
Can anyone help me and guide me to the right solution in this regards.
My environ is like this:
Windows NT, JRE1.4, Oracle Help - ohj-jewt-4_1_16.jar,
Thanks in advance for all.
regards,
Kishore.

iweb2 navbar is rendered by javascript widget, therefore you can change navbar font style with javascript; this is an efficient way to change navbar font style.
Copy and paste the following into your pages using HTML Snippet:
<script type = 'text/javascript'>
function changeNavbar() {
navCSS = parent.document.getElementById('widget0-navbar');
navCSS.style.fontSize = '0.75em'; // font size, change to less than 1em to change font smaller;
navCSSbg = parent.document.getElementById('widget0-bg');
navCSSbg.style.textAlign = 'center'; // navbar list alignment;
clearInterval(chkNavbar);
chkNavbar = setInterval('changeNavbar()', 500);
note: You won't see the changes in iweb, but you will see the change when view the pages online - after publishing.

Similar Messages

  • The menu item "TV shows" has disappeared

    The menu item “TV shows” has disappeared in the video section of my ipod. I downloaded and watched a TV show earlier and now it’s completely gone (both the show and the menu item). Please help!
      Windows XP  

    Oh my god! It worked! Hallelujah! Thank you!
    Is that normal for menu items to disappear? I wasn’t worried about the specific TV show being gone but it was bugging me that the menu item was gone. Shouldn’t “TV Shows” be listed whether or not there are TV shows downloaded? For example the “video pod casts” & “music videos” still show in the video list even when they are empty. I would expect the same of the TV Shows. Anyway thanks again!!!
    Elaine

  • Discoverer Plus/Viewer from menu item in Oracle Applications errors.

    Starting Discoverer Plus/Viewer from menu item in Oracle Applications R12 errors.
    Here is some general config information that is suspected to be the issue.
    1. Running Oracle Applications R12 over HTTPS.
    2. Running Discoverer Plus/Viewer over HTTP.
    3. Calling menu item that calls a function to start Plus/Viewer.
    Function Definition called by the menu item is listed blow.
    Properties Tab: Type=SSWA jsp function Context Dependence=Responsibility
    Form Tab: Parameters="mode=DISCO"
    Web HTML Tab: HTML Call=OracleOasis.jsp
    Fact: Starting Discoverer Plus using a URL works fine in the browser. The login page comes up and I can look in to Plus.
    The page that dose a redirection to start the Plus applet or Viewer web page fails with this error in IE 7.
    Internet Explorer cannot display the webpage
    Most likely causes:
    You are not connected to the Internet.
    The website is encountering problems.
    There might be a typing error in the address.
    Thank you for your time.

    Hi,
    Check that the ICX system profiles are set correctly for your Discoverer configuration. In particular the ICX: Discoverer Launcher and ICX: Discoverer Viewer Launcher system profiles.
    When IE displays an error is the URL displayed in the browser a correct Disco URL?
    Rod West

  • Photoshop CS5 update doesn't fix artifact problem in the menu bar !

    Hi to all,
    I've installed the new update (december 7) recommended by Adobe, but that doesn't fix the Artifact problems in the menu bar !!!
    More, with my Windows 7 Pro (French language), Photoshop CS5 video pilot create artifacts in the menu bar in several situations.
    With Windows classic Theme chosen, theme management disabled:
    1. Opening a photo and applying a filter (especially Noise Reduction).
    2. Opening a photo and changing some preferences.
    3. Opening a photo with Windows 7 File Explorer working cause the pilot to crash with a black screen, ans followed by a message saying that Win 7 has recovered the video pilot.
    To suppress most of the problems, I need to Activate "Themes" and choose an Aero theme or the Basic Theme.
    I also need to activate some items that slow the PC !
    Very strange !
    Could someone help, me please ?
    Have a Nice Day.
    Thierry

    Yes, I've an Asus ENGT220/G/DI/1GD3, tried Windows default pilot, 2009 Asus pilot "nv19045_Win7Vista64.zip", and 2010 latest version "nv25919_Win7Vista64.zip", no change !
    More, I've exchanged the video car by a "monster" ENGTX465 with it's driver, NO CHANGE !
    So what to do ?!
    Help, please !

  • How to Disable Menu item in Oracle Applications

    Hi,
    How can I disable a Menu (Actions->user defined menu) Item in Oracle applications by using forms personalization.
    Our requirement is to display a message on click of a standard menu using form personalization and it should retain the seeded functionality.
    Thanks
    Prasanna
    Edited by: user13029651 on Jul 30, 2010 6:47 PM

    As an Oracle Applications Developer, your best friends are going to be the following docuements:
    <ul><li>Oracle Applications Developer's Guide </li>
    <li>Oracle Applications User Interface Standards for Forms-Based Products</li>
    <li>Oracle Application Framework Personalization Guide</li></UL>
    These and all of the other related EBS documents can be found in the Oracle Applications (EBS) Documentation Home and don't forget the Oracle eTRM Technical Reference, but you will need an Oracle Support contract to access this site.
    When you can't find your answer in these document sources, you can always ask for help in the E-Business Suite group of forums.
    Craig...

  • How to change the menu item's title in different language master page?

    I have a menu item in my English master page. I can change the titles of the menu items as I like in English related pages, However when I change the titles in the same pages that is related to different language page master, the changes does not take affect. Please  help. 

    you can use different CSS classes given in http://www.oracle.com/technology/tech/blaf/specs/textStandards.html
    --Prasanna                                                                                                                                                                                                                                                       

  • Bug report: Photoshop can't record an action where you insert the menu item "Tile all horizontally".

    I am running CS6 beta on Mac OS 10.7.3
    Photoshop can't record an action where you insert the menu item "Tile all horizontally".
    Expected behavior: add the tile all horizontally action to your actions.
    Behavior: nothing happens.
    This does work for Tile all vertically.

    Have I mentioned how much i love my playbook now Great job on os 2.0

  • How to disable and hide the menu items of 'copy From' button of Goods Recei

    hi expert,
    I am new in SAP B1. so please help me.
    Q:How to disable and hide the menu items of 'copy From' button of Goods Receipt PO form?
    Regards
    sanoj

    Hi Sanoj,
    Try This.....
    If pVal.FormType = "143" And pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_ACTIVATE And pVal.BeforeAction = False Then
                oform = sbo_application.Forms.GetFormByTypeAndCount(pVal.FormType, "1")
                Dim oitem As SAPbouiCOM.Item
                oitem = oform.Items.Item("10000330")
                'To Disable the button
                oitem.Enabled = False
                'To hide the button
                'oitem.Visible = False
            End If
    Thanks
    Shafi
    Edited by: shafi_sunshine on Sep 15, 2011 7:35 AM

  • HT201250 where are the menu items in time machine

    Where are the menu items in Time Machine.  When I open the app all I see are stars and my various backups.  Plus Cancel and Restore

    https://discussions.apple.com/docs/DOC-4055

  • How to remove the menu items when remove Add-On

    I have built an SAP B1 add-on. Now when I remove the add-on the exe is still running as a process and the menu items are not removed. How do I take care of them

    hi.
    I am using below code... for killing the exe at process
    but i am not understood menu items.
    what type of menu items..
    once close the b1 where is menu items..
    can u plz explain..
      Private Sub app_AppEvent(ByVal EventType As SAPbouiCOM.BoAppEventTypes) Handles objApplication.AppEvent
            Try
                Select Case EventType
                    Case SAPbouiCOM.BoAppEventTypes.aet_ShutDown
                        objApplication.MessageBox("A Shut Down Event has been caught" & _
                            Environment.NewLine() & "Terminating 'Add Menu Item' Add On...")
                        '// terminating the Add On
                        ' oApplication.SetMessage("SAP Business One is Shutting down..", SAPbouiCOM.BoStatusBarMessageType.smt_Warning)
                        System.Windows.Forms.Application.Exit()
                    Case SAPbouiCOM.BoAppEventTypes.aet_CompanyChanged
                        objApplication.MessageBox("A Shut Down Event has been caught" & _
                            Environment.NewLine() & "Terminating 'Add Menu Item' Add On...")
                        'oApplication.SetMessage("Company has been changed.", SAPbouiCOM.BoStatusBarMessageType.smt_Success)
                        System.Windows.Forms.Application.Exit()
                    Case SAPbouiCOM.BoAppEventTypes.aet_ServerTerminition
                        objApplication.MessageBox("A Shut Down Event has been caught" & _
                            Environment.NewLine() & "Terminating 'Add Menu Item' Add On...")
                        'oApplication.SetMessage("All Add-on are Shutting down..", SAPbouiCOM.BoStatusBarMessageType.smt_Success)
                        System.Windows.Forms.Application.Exit()
                    Case SAPbouiCOM.BoAppEventTypes.aet_LanguageChanged
                        objApplication.MessageBox("A Shut Down Event has been caught" & _
                           Environment.NewLine() & "Terminating 'Add Menu Item' Add On...")
                        ' oApplication.SetMessage("System Language has been changed.", SAPbouiCOM.BoStatusBarMessageType.smt_Success)
                        'Case SAPbouiCOM.BoAppEventTypes.aet_CompanyChanged, SAPbouiCOM.BoAppEventTypes.aet_LanguageChanged, SAPbouiCOM.BoAppEventTypes.aet_ServerTerminition, SAPbouiCOM.BoAppEventTypes.aet_ShutDown
                        '    System.Windows.Forms.Application.Exit()
                End Select
            Catch ex As Exception
                'oApplication.StatusBar.SetText(ex.Message)
            Finally
            End Try

  • How to avoid arrow symbol on the menu items....

    Hi Folks,
    I am beginer in using Dream Weaver, I wanted to create a website,
    I created a menu using Insert Spry Menu option, I don't want to see the arrow symbol on the menu items if there are some submenus. Could you please let me know if we have any option to do that?
    Thanks,

    The arrow symbol is a useful visual signal, but if you do want to get rid of it simply delete the four style rules in the section labelled "Submenu Indication" in the SpryMenuBarHorizontal.css or SpryMenuBarVertical.css style sheet in the SpryAssets folder.

  • Disabling the menu item

    Hi there,
    I am very new to enhancements.
    In the transaction VL02N I want the disable the menu item delete, pls tell me how to do it.
    waiting for your reply
    Thanx in advance,
    Regards,
    Parvez.

    Hi,
    you need to have a userexit for this one, so that you can write the code to Disable the menu items, so first find the user exit for this,
    below link will have a program, copy and paste it and exeute it, it will ask the t-code, it will give the user exits for that t-code, http://www.erpgenie.com/abap/code/abap26.htm
    so see which one is useful for you. after finding the user exit you need to write the code in that to exclude the menu items
    Use excluding option when you call the PF status from your program, to do that declare an internal table and populate the internal table with the fields that have to exclude from the menu and call the PF status using the syntax given below,
    data: itab type table of sy-ucomm.
    append 'DELE' to itab.
    append 'PICK' to itab
    set pf-status 'AAA' excluding itab.
    Regards
    Sudheer

  • Spry Menu Bar - Freezing the Menu item in hover when clicking a submenu item

    Hi,
    I am trying to add a feature to a verticle spry menu bar that freezes the menu item or "parent" (to apear to be hovered) when clicking one of the parents sub-menu items. I want to do this so that users can know how they arrived at the page they're on.
    Thanks for your help,
    -Shiva

    To look at your intention in a different way,
    Hover over a submenu item
    Parent item is colored/indicated
    Submenu item is colored/indicated
    Click on the submenu item
    New page opens
    Parent item "remains" colored/indicated on the new page
    There are three or four ways to do this, depending on your site setup, but one basic concept to understand. The emphasis on the Parent menu item is totally independent of whether you got to the new page via the menu or by some other means. The emphasis will always be there, though it will appear to be connected to your clicking on the menu!
    Say you have a menu with two Parent menu items, flowers and trees.
    On the Flowers menu are submenus: Tulips, Roses, and Gardenias, On all three different Flowers pages (Tulips, Roses, Gardenias), the Flowers parent item will be emphasized.
    On the Trees menu are submenus: Oak, Maple, Spruce. On all three different Trees pages (Oak, Maple, Spruce), the Trees parent item will be emphasized.
    If you want to go in to each page individually, you can use a general indicator like id="localemphasis". (To emphasize more than one thing on a page, use a class instead of an id)
    Using this method, on the Tulips, Roses, and Gardenias pages, put id="localemphasis" on the Flowers parent menu item.
    On the Oak, Maple, and Spruce pages, put id="localemphasis" on the Trees parent menu item.
    To control the emphasis from the CSS stylesheet, you won't need to go into each page, but you will ID each parent menu item.
    Give each 'category' (Flowers, Trees) page a body ID to match the category
    Every Flower page wants the Flower parent menu item emphasized, give all three Flower pages a body tag like this: <body id="flowers">
    LIkewise, every Tree page wants the Tree parent menu item emphasized, as <body id="trees">
    Within the menu itself and on ALL pages, give each parent menu item an id to correspond to its category
    <li id="flowers_m">Flowers</li>
    <li id="trees_m">Trees</li>
              I have added a "_m" to remind myself that it is the menu item's id. You might need to put the id on the <a> link if you have not used a list for your menu.
    In your CSS stylesheet,
         #flowers #flowers_m,
         #trees #trees_m  {background-color: red; color: white;}
    Please use your own code! White on red might not be your cup of tea...use the same styling as the "hover" styling you mention in your query.
    To interpret what we have just done, we have said
         make the background-color red and the text white
    for the parent menu item Flowers (id="flowers_m") when you are on a Flowers page (body id="flowers")
    and for the parent item Trees (id="trees_m") when you are on a Trees page (body id="trees").
    This emphasis is good feedback for your user...remember that for SEO purposes, you will also want to use actual HTML text to reinforce the page environment, that is, h1 titles like FLOWERS and TREES. That will provide more feedback for your user.
    Beth

  • HT201359 Why i have been billed six times for the same item? Pls help how to refund..

    Why i have been billed six times for the same item? Pls help how to refund..

    Did you change your card details on your account a number of times when trying to purchase the item, and five of them are temporary store holding charges : http://support.apple.com/kb/HT3702 ?
    If they are all 'proper' charges then try the 'report a problem' link to contact iTunes Support : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes Support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Hello I'd like to know how to walk redo my iMessage on my ipod touch 4th . I connect and then says to choose an email address and it says Check and this is the me that his brings back on the menu. So please help me

    Hello I'd like to know how to walk redo my iMessage on my ipod touch 4th . I connect and then says to choose an email address and it says < Check> and this is the me that his brings back on the menu. So please help me!

    You can try
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    However, some other users have reported that did not work. No real solution has been posted here yet

Maybe you are looking for

  • Generate DDL - change is a new column and I want to generate a alter table

    Morning all, I have searched and looked all over the data modeler and I cannot find this option ... yet I did find it easily in Designer. I hope you can help me. SQL Developer Data Modeler v3.0.0.665. I have added a new column to a table and when I g

  • Problem in configuration of MDM 5.5

    Hi,        I have installed MDM 5.5 on separate machine and on the other box I have XI 3.0 which is a local installation.Now i want to integrate MDM and XI according to MDM configuration guide. I am not sure about the configuration for MDM side.     

  • Launch to specific help page

    I'm sure this has been covered before, but I can't seem to find it when I browse or search. So I apologize for the redundancy... Is there a way to launch RoboHelp so that it opens to a specific topic? For example, you are on an e-mail page and you la

  • ADDT 1.0.1 Compatibility Patch for PHP 5.3

    It doesn't appear this link to Interakt's PHP 5.3 patch for ADDT 1.0.1 has been posted here yet. LINK: http://www.interaktonline.info/files/47-ADDT-1.0.1---PHP-5.3-compatibility-patch.html If you have trouble having the download dialog box open like

  • Big grey bar & grid emblazoned across Quicktime movies

    Hi, I'm having an odd problem I've never had in nine years of editing video on Macs. I recently got a new MacBook. I had been using an iBook G3, which was running Final Cut Pro 5. I have Final Cut Express on my new MacBook. Now I understand Express w