Menu Attachment Issues - Pls Help

Dear Friends,
We have some issues in attaching Menu in Oracle 10G Forms, the platform details are given below:
OS Development Side : Windows XP
Developer Suite : Oracle 10G Developer Suite
Middle Tier & Infrastruture platform : Windows 2003 (with complete patches)
Number of Configuration : One configuration Section - test
FORMS90_PATH = E:\oraas_mid\forms90;E:\it\forms
After we did the configuration we restarted all the services (twice). We have copied the forms (z_1_frm.fmx) into E:\it\forms directory and tested with following link.
http://oapps.xyz.domain.name:7778/forms90/f90servlet?config=test
The link worked well, after that we have attached menu module (z_1_mnu.mmx) with z_1_frm and copied z_1_mnu.mmx into E:\it\forms directory and restarted the server.
(In the form property MENU_MODULE entry we set z_1_mnu and initial menu was blank)
While try access the page we have received the following error message FRM-10221 Cannot read fle z_1_mnu.
I request you help in this regard
My Name

I am also having similar issues. I am using developer suite 10g release 2. so i guess its forms_path and not forms90_path. but that is set, plls are attaching well, but mmb/mmx is a problem. all the objects (pll, mmb, mmx) are in the path specified in the forms_path variable. after stating that it could not find menu (frm-10221), it also gives 92101 forms server message and i have to reboot the system. (stopping and restarting oc4j instance does not help).
Any help would be greatly appreciated. Thank you.

Similar Messages

  • My iphone 4 ios 7.0.2 wont detect 3g even after i restored it to factory settings.its a software issue  Pls help . I tried using another phone ang 3g works though

    Pls help...my phone just stopped detecting 3g, i called my provider and said that its a software issue. I did try restoring it to factory settings but no luck. Anybody can help me pls.. I would gladly appreciate it :(

    Hi and i appreciate your help. Its been updated to 7.0.4 now but still no luck here :(

  • Spry Menu Bar issue, NEED HELP...???

    Here is the coding for a menu bar that i created with CS3, for some reason i am having an issue when i open the web page in IE, on firefox and safari it looks fine, the menu drops down to sub menu's fine, but for some reason when i open it in IE, the submenu's show on the very top of the page rather than right below the menu itself, please check my coding and see if there is an issue???
    i ran compatability and there are no issues shown.
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 10.4em;
        float: left;
        background-image: url(tab2.png);
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        position: absolute;
        left: -1000em;
        text-decoration: underline;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
        background-image: url(../tab1.png);
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 8.2em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: default;
        padding: 0.5em 0.75em;
        color: #FFFFFF;
        text-decoration: none;
        border-left-color: #0063bd;
        border-right-color: #0063bd;
        border-right-width: 3px;
        border-left-width: thin;
        font-family: Calibri;
        font-weight: bold;
        font-size: 19px;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        color: #000000;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        color: #000000;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarDown.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarDownHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
        display: inline-block;
        f\loat: left;
        position: relative;

    Hey gramps, thanks for the info, i have updated my spry framework to 1.6.1 but the problem is still the same, i recreated my menu with the new 1.6 and it still doing the same thing, the submenu's are like vertically reversed... ugh need help.
    here the new code
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 10.4em;
        float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        position: absolute;
        left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
        background-image: url(../tab1.png);
        line-height: 18px;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 8.2em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        padding: 0.5em 0.75em;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 19px;
        font-family: Calibri;
        font-weight: bolder;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        color: #000000;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        color: #000000;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
        display: inline;
        f\loat: left;

  • Another iMac Freezing Issue - pls help a newbie out

    I understand this problem is not uncommon - I've been trying to read the many threads I see on the issue. However, most posts outline problems, suggestions are made, but then reported to not work. Also, many threads are 2 years old.
    Could someone please suggest a step-by-step troubleshooting solution?
    Here are my pertinent facts:
    * Bought 20" iMac in July 07.
    * Processor: 2.16 GHz Intel Core 2 Duo
    * Memory: 3GB 667 MHz DDR2 SDRAM
    * Hubs installed the second memory stick a while ago (over a year and i don't remember this problem correlating with the new memory).
    * Video: ATI Radeon X1600
    * OS: Mac OS X 10.6.2
    * HD: 250GB capacity, 31GB available
    * I am using an external harddrive to back up my stuff (LaCie, connected by firewire)
    * Frequently used apps: Firefox, iPhoto, Photoshop Elements, Parallels (Quicken for PC), MS Office for Mac, etc.
    The problem starting occurring several months ago, while I was still running Tiger. Have since upgraded to Snow Leopard, with no improvement, in fact, things are getting worse.
    I get display distortion ("artifacts"?) - horizontal lines, blocks of the screen distort, usually clearing after dragging that part of the app off the screen of view and then back.
    Typically, if I start seeing display issues, a freeze up is imminent.
    Sometimes I get a sense it's coming soon - things run more slowly. Other times, it seems without provocation. I click on a window and nothing happens.
    Sometimes it's the wheel of death other times screen completely locks up with no spinning wheel. No option to force quit. Mouse is unresponsive. Keyboard appears to be, although I can toggle the Caps lock button on and off (light toggles). If I am streaming video, the screen will lock up, but the audio continues. If I wait (have gone to bed and come back in the am) it is still frozen.
    If I am streaming video (i.e Hulu on Firefox) or working in memory intensive applications (Windows, Parallels, Photoshop Elements, etc.) Problem is more frequent.
    I can go a day or so without problems, but if I am doing anything slightly involved, it happens much more frequently, as often as every 10 minutes or half hour or so.
    Steps I have taken:
    I always have to do a hard reboot. I have run disk utility multiple times, occasionally it finds and corrects stuff, but no fix seems to be permanent.
    I have seen suggestions of resetting PRAM as well as doing a clean re-install, but also seen that those fixes haven't endured.
    I don't have Apple Care and I'm not sure what steps I should be taking to fix this. Is there hope? I mostly see lots of problems reported, but not successful resolution.
    It's aggravating because I can't use the system for the stuff I bought it for (ex: digital scrapbooking) without worrying about losing my data. I switched to a Mac because I heard they ran so great and were "cool" to boot. While there have been many features of the Mac i enjoy, *if this kind of performance is typical after 2 yrs of use, I will not remain loyal to Apple.*
    If you have been successful in resolving the issue with Apple, what did you tell them and what did they do?
    I am competent system "user", but not as good when it gets into the weeds. Would appreciate any advice, feel free to spell it out as tho I were an idiot.
    I would appreciate a "try this, then try this" approach, especially if you have tried it and it has worked for you.
    Thanks for the help,
    Kendra

    OK, Mean, I mean Meanest, we have the same system (mine was purchased late 2006), and I can say we have identical symptoms. I agree with Paul_31 regarding disk space, but in addition, from all the posts on various Apple forums, it seems clear that the problem is due to the Radeon X1600 graphics card AND heat. These elegantly-designed Macs that we all love have a lot of stuff packed into a small package. Consequently they run hot, and over time the result is components bake and deteriorate. In our case, the weak link seems to be the Radeon card and since it’s not easily replaced, repair costs are nearly as much as the cost of a new iMac. A contributing factor is that over time dust will build up inside your Mac, and this serves as insulation, retarding heat transfer, and causing components to run hotter still.
    OK, so that’s the sad tale, but what can you do? Assuming your system is not too far gone due to the ravages of heat over time, there are things you can do to help prolong it’s life, and hopefully get it to behave itself better until the time it finally fails completely.
    In my case, the steps I’ve taken have resulted in a system that now “generally” runs for days at a time without locking up/crashing. A caveat: these are bandaids, not true fixes. I’m convinced the Radeon card will eventually fail and I’ll be faced with shopping for a new Mac – I’m only hoping the steps taken will give me a few more years of use before that happens. So, here’s my suggestions (basically they all have to do with getting your Mac to run cooler and being able to monitor temps so you know just how hot things are getting):
    1. First of all, if you don’t already have one, get one of the free programs available to monitor your Mac’s internal temperatures. One of the most popular ones is a widget, iStat Pro. As I type this iStat Pro is showing my temps are as follows:
    Hard Drive 92 deg. F
    CPU 85 F
    Ambient Air 69 F
    GPU Diode (graphics card) 92 F
    Hard Drive Bay 95 F
    Memory Controller 90 F
    Optical Drive 81 F
    If you have iStat Pro and see that your temps are about the same as these, I would say don’t bother to read further – you may have a different set of problems. If your temps are 10-20 F (or more) higher, keep reading.
    2. Try to clean out the internals of your Mac with compressed air. After 3+ years of use, I used an air compressor with an air gun attachment and blew through the vents at the back and bottom of my Mac with 60-80psi and actually saw a cloud of dust come out of my Mac. A more effective approach would entail cracking open the case of the Mac so you could really blow directly on the different boards/components. I haven’t done that, but I’m tempted to give it a try. Note: Some have suggested vacuuming and/or using a can of compressed air. I don’t think that approach is all that effective. You need a really strong flow of air to get that dust out of the inards.
    3. Download the free program SMC Fan Control (v 2.2.2). It will allow you to adjust the fan speeds higher for each of the 3 internal fans. The Mac has firmware that ramps up the speeds of these fans as internal temps rise, but the general consensus is the Mac firmware is “too little, too late”. With the standard Mac firmware, the fans will run at their default settings well beyond the point where the components are already way too hot. SMC Fan Control allows you to set the minimum fan speeds higher than the Mac default.
    Once you've done these steps, I'd suggest doing a SMC reset, then re-boot while keeping your fingers crossed.
    This is getting too long so I’ll stop for now. Good luck...

  • Sales order issue pls help me

    Hi my clients wants when ever the user log's on to va01 screen salesorg/dischannel/division (sales area data) should come default on it's own.what ever he used previously.can anybody help me pls...
    thanks
    rag sam

    Hi,
        use the SAP menu (with the user's account) and take the following path: System > User profile > Own Data. Choose the folder "Parameters" and insert the following parameters:
    VKO - user's Sales Org.
    VTW - user's channel
      SPA - user's division
    Paulo.

  • Attribute Mapping Issue - Pls help

    Hi am a newbie......in XML-Java related issue.
    Am trying to map an XML with Java objects.
    Take this XML for example:
    <test>
    <root type="star">
    <player>
    <name>Thierry Henry</name>
    <rating>10</rating>
    </player>
    <player>
    <name>Rooney</name>
    <rating>0</rating>
    </player>
    </root>
    <root type="medium">
    <player>
    <name>nistelrooy</name>
    <rating>-1</rating>
    </player>
    <player>
    <name>xyz</name>
    <rating>0</rating>
    </player>
    </root>
    </test>
    My question is, how do i refer to the attribute "type" in the <Root> element in my corresponding class to be mapped with this xml......kindly help me writing the mapping xml for this also.

    Oops, just realised this is the SES forum and not the Oracle Text forum ... ignore my last post!
    The answer to this depends on whether you're using the table crawler or the database crawler, and what the datatypes are for job_name and vacancy_name.
    If we assume they're VARCHAR2 it's quite straightforward...
    If using the TABLE crawler, then recreate your join so that instead of two columns job_name and vacancy_name, you concatenate the two together in the join into a column called (for example) CONTENT, and use that as the text column to index.
    If using the DATABASE crawler, then simply concat these columns as part of your SELECT into the column named CONTENT.

  • Tap picture in Photos App and rotate - issue / Pls help

    Hello all,
    Subject: iPhone 3Gs / 4.0.1
    Application: Photos App (default Apple application)
    Issue: tapping landscape pictures with phone in vertical position and rotate them goes on black screen
    Description:
    I am with iphone in normal (vertical position) and i go to photos app in order to scroll some pictures that were taken in landscape position.
    Everything is normal. I double tap it in order to zoom it.
    I rotate the phone in landscape position and the screen goes BLACK.
    I rotate it in portrait mode and picture is back on screen.
    Question: where is the problem ?
    Tests results:
    I tried to make several tests to identify the problem.
    Before I want to say that i tried restore / reset / etc.
    1. The pictures that are taken in portrait mode are not affected on double tap and rotate thing.
    2. Works if you zoom manualy (not by double tap) and scroll to a corner of a landscape picture before you rotate the phone.
    I add that any other application works fine on rotate / zoom / etc even photos app works OK if i dont double tap the picture before i rotate it.
    Still after the tests i am not able to identify where is the problem so i ask the comunity if can help me to identify it.
    thx in advance,

    Is anyone with same model 3gs / 4.0.1 who can check if have same problem ?
    Are only 4 steps:
    1. Open Photo App with phone in vertical position
    2. Select a landscape picture
    3. Double tape it (will zoom automaticaly)
    4. Rotate the phone in landscape position and write down the results.
    thx guys for your help,

  • Many Issues - pls. help

    Here are the problems.
    I bought the retail version of 10.4 OS X Tiger to upgrade my 10.2.8. When I try to install it, I get this message:
    +"There was an Error with the install - Please try Again"+
    I then try to go to Disk Utility from the Tiger install disk. When I click on Disk Repair, I get this message"
    +Disk Utility stopped repairing Macintosh HD because the following error was encountered+
    _The underlying task reported failure on exit_
    It's also accompanied by this error:
    +Incorrect number of thread records+
    When I click on Verify Disk, I get this message:
    +1 HFS Volume Checked+
    _Volume needs repair_
    I also thought of backing up my files so I got a WD MyBook 500GB Ext. HD. I used the firewire to connect it but it wont even mount in my desktop.
    Now after doing some searches here, I looked into DiskWarrior but it requires a 10.3.9 to run it.
    I'm stuck right now since I can't run DiskWarrior because I'm running 10.2 and I can't upgrade to 10.4 and on top of that the external HD won't mount.
    Please help.
    Here is the spec of my computer:
    G4 iMac 17" Flat screen
    800MHz, 256MB RAM, 80G with 26G available
    Thanks.

    Dale, thanks for the quick reply.
    So from my understanding here is what I need to do.
    1. Get DiskWarrior ver 3.X
    2. Run it and fix my Hard Disk (hopefully it will)
    3. If it fixed the errors, then I can hopefully back up my files with my WD Ext. HD mounting, again hopefully.
    4. I can then upgrade to the OS X 10.4 Tiger, again hopefully.
    5. Download the 3.0.3 version of DiskWarrior to fix any future problems with my disk since it will be running the Tiger version.
    Does that sound right?
    I suspect that the errors that I'm having is preventing me from:
    -updating to 10.4
    -mounting my External HD (firewire)
    -burning a DVD-R disc
    -installing a Crucial RAM to increase memory (this was an issue I had before that never got resolved)
    null

  • ITunes Match Sync Issues - pls help!!

    I have itunes on my PC and wanted to be able to play/access my itunes & playlists from my ipad mini, so i thought itunes match would help with this.
    The problem is that itunes match only shows songs that i have recently purchased on my ipad or my ipod. My ipod is now useless as it is only synching the songs i have purchased since getting itunes match. Which are very few.
    I have heard that i need to delete all my songs on my hard drive and download all songs from the iCloud as solution. Doesn't sound right. If i stop using itunes match, then i lose all my playlists. I can deal with that, but then i dont have access to my songs from my ipad either, which is useful for the wireless speakers that are around the house. Frustrated to say the least.
    I am sure i cant be the only person with this issue. Hope someone can help.

    You might want to post here:
    https://discussions.apple.com/community/itunes/itunes_match
    Also see:
    iTunes Match on iPhone, iPad, or iPod touch
    Apple - iTunes - Match
    iTunes Store: Troubleshooting iTunes Match

  • Safari is not working something reopen issue pls help

    safari is not working pls help

    Adware?
    1. Use  free  AdwareMedic to remove adware
        http://www.adwaremedic.com/index.php
       Install , open,  and run it by clicking “Scan for Adware” button   to remove adware.
       Once done, quit AdwareMedic.
                 or
       Remove the adware manually by following the “HowTo” from Apple.
       http://support.apple.com/en-us/HT203987
    2. Safari > Preferences > Extensions
        Turn those off and relaunch Safari.
        Turn those on one by one and test.

  • XML parsing issues - pls.help   #1

    Hi Everyone,
    I have the following xml from which I need a particular output .
    xml Syntax (Toggle Plain Text)
    <items><item id="film"><category>entertainment </category><category>drama</category><category>music </category></item><item id="sitcom"><category>entertainment </category><category>tv</category></item> </items>
    <items>
    <item id="film">
    <category>entertainment </category>
    <category>drama</category>
    <category>music </category>
    </item>
    <item id="sitcom">
    <category>entertainment </category>
    <category>tv</category>
    </item>
    </items>
    Output I would like
    film|entertainment
    film|drama
    film|music
    sitcom|entertainment
    sitcom|tv
    But the code I have displays the output as
    film|entertainment
    film|drama
    film|music
    film|entertainment
    film|tv
    sitcom|entertainment
    sitcom|drama
    sitcom|music
    sitcom|entertainment
    sitcom|tv
    And this is the code I have
    java Syntax (Toggle Plain Text)
    static void GetItem(Document doc){Element root = doc.getDocumentElement();Element[] items = getElementsByTagNameNR(root,"Item");for(int i=0;i<items.length;i++){String itemIDStr = items[i].getAttribute("ItemID");NodeList nl = doc.getElementsByTagName("Category");for (int j = 0; j < nl.getLength(); j++){Node n = nl.item(j);NodeList nll = n.getChildNodes();for(int k=0; k<nll.getLength(); k++){ Node nn = nll.item(k);streamItemCategory.println(itemIDStr + nn.getNodeValue() + columnSeparator);} }} static void GetItem(Document doc){
    Element root = doc.getDocumentElement();
    Element[] items = getElementsByTagNameNR(root,"Item");
    for(int i=0;i<items.length;i++){
    String itemIDStr = items.getAttribute("ItemID");
    NodeList nl = doc.getElementsByTagName("Category");
    for (int j = 0; j < nl.getLength(); j++){
    Node n = nl.item(j);
    NodeList nll = n.getChildNodes();
    for(int k=0; k<nll.getLength(); k++){
    Node nn = nll.item(k);
    streamItemCategory.println(itemIDStr + nn.getNodeValue() + columnSeparator);
    I have include a condition by which only the categories for that item should be displayed and when the itemid changes it no more should include the old categories
    Can someone pls tell me how to do it.
    Thanks
    G

    I think the problem lies in this line of your code:
    NodeList nl = doc.getElementsByTagName("Category");check out this link:
    http://www.w3schools.com/dom/met_document_getelementsbytagname.asp
    This method returns all the nodes with name as 'category' which includes the categories of the sitcom...

  • Calendar navigation issues - PLS HELP!

    I am constructing a calender, whereby different buttons will take the user to each month to input their monthly dates.
    However, I am stuck how to open a symbol (representing month) from the symbol library via a button on the opening screen.
    Any ideas as to how I acheive this?
    Project attached.
    https://www.dropbox.com/s/5kx8klooitskyhz/Timeline%20example.zip
    Thanks,
    James

    awesome! thanks loads, i don't suppose you might be able to offer some thoughts on the below project:
    https://www.dropbox.com/s/7i2xu9n0pv8qqf2/RISKRADAR%20EDGE_fin.zip
    I am finding it difficult to easily allow the user to edit the text to the risks on the bottom on ipad? It is easy via click on browser preview, but very fiddly on ipad. Do you know of any easier ways for the user to edit the text via touch on ipad?
    Thanks!

  • SLI with 8600gt - interesting ram issue - pls help

    hello everyone i got;
    Core2 Duo E8400 3.0 Ghz 64Bit 6MB L2 Cache 1333FSB 45Nm Penry (intel)
    P45 Platinum DDR2 1200MHZ 1600(O/C)FSB mainboard (msi)
    2 x     NX8600GT 512MB GDDR3 128BIT graphics card (msi)
    2 x    2 GB (2x1) 800Mhz DDR2 PLATINUM PC2 6400 CL4 RAM (ocz)
    420W Tagan power
    vista ultimate.
    my problems are;
    1) when i connect two graphics card with the crossfire bridge, there's nothing on the screen. but when i remove the bridge, things works fine. i see some cards have power hole on it, but my cards don't have one. is that sth related to this problem? if so, why did they work in the first place?  also vista recognize the two cards. but there's no SLI control window or anything related to SLI, both in nvidia control panel or BIOS.
    (i have bought this configuration about 3 days ago, so all new.)
    2)moreover, this 4gb ram .. when i open the computer, bios screen tells me that i have 4gb of ram. but vista says i have 3! i don't know where's the missing 1gb? how can i fix it? i read sth about OS limitation? is it related to my problem?
    i first installed the drivers that came along with the stuff. after that(after trying the cards on every possible way), i tried the latest ones. but still i get the same errors. my vista is 32-bit. could it be the OS? if so, how can i fix it?
    i'm not good at hardware stuff. any help will be appreciated. thanks in advance.

    ==>1 You can't do SLI at your mainboard, but Crossfire only with ATI VGA's.
    ==>2 Yes its normal, you need x64bit OS.

  • ** NW 04s Statistics - Transport Issue ** Pls help

    Hi,
    I am trying to transport the new technical content.
    Info Objects went thru OK.
    But, when iam trying to send the Data Sources, its showing the message that Import of the transport is successful, but, i can't see the data source in the Target system.
    Please let me know, do i need to do any setting, prior to transporting the Data sources?
    Thanks,
    Nisha

    Hi Srilatha,
    Thanks alot for this.
    I have tested one Data source in RSA6 >> Trasported to Target >> Checked in Target and i can see the Data source there.
    But, once thats done, the next step you have told is abit unclear to me ...
    what do i need to do in T.code - RSOR ?
    Please be  abit clear.
    Thanks,
    Nisha

  • Datasource exits transactional data, master data, hierarchy pls help

    Hi experts,
    I got to do a user exit assignment.
    I m new to concept and have only little bit of theory knowledge.
    i shud know the coding part and what shud i do to solve the issue
    pls help me pls pls
    i  anybody knows this i will be greatful
    Sincerly
    Jay

    Hi,
    Thanks so much for ur responsee.
    I have to
    ask the access key from the basis consultant as i m new to the company.This position is for contract.and i m new to the company.
    I need to begin my task soon.
    So  I thought of having idea before i start to work for this.
    And coding too i need ur help .
    i got to know the function module exit ..just had a brief reading about it from the network.
    Thanks a lot in advance
    Jay

Maybe you are looking for

  • My iMac has a blinking question mark folder on it and won't let me boot.

    I have a late 2009 27 inch iMac whos hardrive failed a while back. A couple days ago i decided to pop in a new hard drive in it, the same brand, just different capacity. I wanted to put windows on it, and tried to boot it with pressing c on the keybo

  • Power mac G4 - Startup hangs at gray screen

    Hello all, I have a Power mac G4 - mirrored drive door model.  512mb of RAM; 833mghz - about 50+ gigabytes of storage remaining. I recently starting using this mac again, here is what happened: Power mac G4 was running 10.2.1 - had never been updated

  • FIND FEATURE ON ACROBAT READER X

    I am trying to determine why I cannot use the search feature on AR X on pdf documents that I have created on my own multifunction machine.  Can anyone help? 

  • Must reduce size of JScrollPane to see Scrollbar

    when I put a JScrollPane in a JPanel I must reduce the size of the JScrollPane to see the JScrollBar any Help is welcomed Thank U

  • Error installing the Content version of Update rules

    Hi experts,    While installing Update rule  "0PA_C01 0HR_PA_0"  from BI content  following error is cming, "Object Update rules E5ILYDNE80GVD52C5Y47ZBDKJ: Error installing the Content version." Infocube , transfer rules are already installed. Dataso