Missing icons, cannot open menu items

Yesterday I updates my software and when I restarted my computer I encountered several problems.
1) My hard drive icon is not shown on my desktop
2) I cannot open anything in the menus of the "Finder" toolbar"
3) I cannot not move or open any documents located on my desktop
4) Most of the widgets in dashboard are not showing and those that are are not working properly.
5) When I plug in my thumb drive nothing shows up on my desktop any more.
everything else seems to be working fine. any advise?
thanks

First, you need to realize that resetting preferences will put them back to ground zero, not the way they were the last time you were happy.
You can try the key combination again and see if you are any faster (we're talking near instantaneous) or you can open your user profile, show hidden files and folders and navigate to C:\Documents and Settings\Administrator\Application Data\Adobe\InDesign\Version 4.0 and rename the two files InDesign Defaults and InDesign SavedData.
In your case, a better first option, I think, would be to try System Restore which you'll find in System Tools under the Programs > Accessories heading on the start menu. Go back to the first restore point before you tried to open the file, if you can.
In any case, for you to open a CS3 .inx file you will need to be fully patched the the last CS2 update, and you should expect to see some text reflow issues, as well as missing any CS3 features that the author used which aren't supported in CS2.
Peter

Similar Messages

  • FRM : 41067 Cannot find menu item id ( forms 10g Menus/Forms Conversion )

    Hi All ,
    We have menus converted into forms 10g using the forms migration assistant FMA ( frmplsqlconv ) . Now , we had the menus (.mmb) which had used Shared Menus.
    After conversion observed that there were some duplicate copies of the shared menus created automatically and each reference where this shared menu was used was replaced by the newly created ones.
    Now , when I open the form that uses the menu I get the following error :
    FRM : 41067 Cannot find menu item id
    On debuggin observed the the above error was generated at :
    set_menu_item_property(SHARED_MENU.ITEM,.... )
    Not sure how this worked in forms earlier version and not working in 10g now.
    Could anyone please let me know how to go about to fix this issue and why is this happening at the first point.
    Is re-creating the menu from scratch the only option to resolve the issue ?
    Please advise ..
    Thanks ,

    Hi
    Error Message: FRM-41067: Cannot find Menu Item: invalid ID.
    Error Cause:An invalid ID was passed to a built-in subprogram.
    Action:Verify that a proper call to FIND_MENU_ITEM will be performed. Level: 20 Type: Errori think c1 returns null pls check ur Query in the cursor ; run & test if it returns data or not & check the name of the menu that should actually match with the name stored in the db.
    If the error still existing then u can get reide of it with a simple line check using FIND_MENU_ITEM as follow...
    PROCEDURE disable_menu_items IS
    mi_id MenuItem;
    val varchar2(10);
    BEGIN
    IF :Global.user_code '01' THEN
    IF :GLOBAL.VC_ROLE_CODE '01' THEN
    declare
    cursor c1 is
    select vc_menu_code,vc_menu_name from
    makess.mk_module_menu a where
    vc_module_code='06' and
    not exists(select vc_menu_code
    from makess.mk_roles_menu_inv b
    where vc_comp_code=:global.vc_comp_code
    and a.vc_menu_code=b.vc_menu_code
    and ch_role_code=:global.vc_role_code);
    BEGIN
    for crec in c1
    mi:=FIND_MENU_ITEM('MENU.MENUITEM');
      IF NOT ID_NULL(mi) THEN
    loop
    set_menu_item_property(crec.vc_menu_name,ENABLED,Property_false);
    end loop;
    END IF;
    END;
    :global.check:='N';
    END IF;
    END IF;
    END;Hope this helps...
    Regards,
    Abdetu...

  • Cannot find menu item:Invalid Id

    Hi there,
    I am trying to access the menu attached to my form by setting the enabled properties of menu items based on privileges.
    I use the following set_menu_item_property:
    SET_MENU_ITEM_PROPERTY('menu.item_name', ENABLED, PROPERTY_FALSE);
    But I get an error message saying:
    "Cannot find menu item:Invalid Id"
    Can somebody help me please with this.
    Thanks.

    the error says you have not put the menu item name properly...what is the structure of the menu...? one thing you can do is in object navigator locate the menu item name and identify its parent. and use it in the command like for eg.
    set_menu_item_property('adminmenu.users',enabled,property_false);KK

  • HT201342 I have just opened an icloud email address and am unable to open ANY of the messages in my INBOX. I keep getting the message, "Cannot open this item. This operation is not supported until the entire message is downloaded. Download the message and

    I have just opened a new icloud email address and am unable to open ANY of the messages in my INBOX. For each item I get the message "Cannot open this item. This operation is NOT supported until the entire message is downloaded. Download the message and try again". I now have no clue what I need to do to open these items. Help please.

    What version of iPhoto do you have installed?  Is if one of the versions shown as not compatible in this screenshot?
    If it is then go to the App Store and download iPhoto 9.5.  It will be free if you have an iPhoto 9 or later verson currently.
    OT

  • Find_Menu_Item  FRM-41067:  Cannot fine Menu Item: invalidID.

    I use Find_Menu_Item in menu validation. Sometimes Find_Menu_Item fails and I get
    FRM-41067: Cannot fine Menu Item: invalidID.
    Is there a way to trap this error, so I can handle it with my own code?
    Thanks, Wayne

    But i don't think that this line of code is producing the error. I would guess its the code following after that statement.
    To check if FIND_MENU_ITEM found the item, you can do:
    DECLARE
      mi MENUITEM;
    BEGIN
      mi:=FIND_MENU_ITEM('MENU.MENUITEM');
      IF NOT ID_NULL(mi) THEN
        -- Found, so do some stuff
      END IF;
    END;

  • Cannot open Outlook Item .msg

    I have a user who cannot open Outlook items (.msg) files. If Outlook is already open I get an error saying "The Operation Failed. The messaging interfaces have returned an unknown error. If the problem persists, restart Outlook." If Outlook is
    not already running I get an error that says "Cannot start Microsoft Outlook". I've disabled all add-in's and created a new Outlook profile. I've also saved emails to the desktop and immediately tried to open them and it fails. The user
    is running Outlook 2010 version 14.0.6129.5000 32bit on Windows 7 Enterprise 32bit.
    The event also generates a system log Event ID 300 from source Microsoft office 14 Alerts.
    Microsoft Outlook
    The operation failed.  The messaging interfaces have returned an unknown error. If the problem persists, restart Outlook.
    P1: 301670
    P2: 14.0.6029.1000
    P3: 6xk3
    P4: 0x80004005
    Vincent Sprague

    First, make sure that Outlook is fully patched and see whether you can repro the issue or not. Then, let us know the following:
    Where these .msg files are exist?
    How these .msg files are generated?
    DeVa, M.S., {MSFT} Please remember to mark the replies as answers if they help

  • Missing preferences, tool bars, menu items after receiving CS3 file while I have CS2

    I have Indesign CS2. I rec'd a CS3 file not knowing it was CS3. A message appeared as follows:
    Cannot Open. Please upgrade your plugins to the latest versions, or upgrade to the latest edition of Indesign.
    I went into HELP, Configure plugins. Chose "all" and "required" plugins. I then clicked ok and it said "All plugins available when you restart application" and it still wouldn't open. Then I was sent an exchange version of the same file and it still wouldn't open. I received this message:
    Cannot open. InDesign may not support the file format, a plug-in that supports the file format may be missing or the file may be open in another application.
    After this I wasn't able to get my CS2 screen back the way it was before. There's no introduction when I open the program, my tool bars aren't present, and the menu items aren't as extensive as they were before.
    It was then suggested I reinstall Cs2. I logged in under the administrator. CS2 was different than the way I had it before but the tool bars were present. I then logged in under my name and there are still problems;no tool bars, missing menu items, no intro, etc.
    I then tried rebuilding my preferences using these instructions;
    The fastest way to do this for InDesign CS2 (and any CS2 program) is to quit the program, then hold down Command-Option-Shift-Control immediately after starting it up again, and keep those keys held down. (On Windows, hold down Control-Alt-Shift.)
    If you mashed on those keys quickly enough, youll get an alert when the splash screen appears offering to Delete InDesign Preferences File?. Click Yes, but dont release the modifier keys while you do so, because youre going to get a second alert to which you should also click Yes.
    Now you can release the keys and InDesign will complete the boot-up process with fresh, clean Preferences.
    Nothing happened so my program is still missing preferences, menu items and toolbars. Any help would be greatly appreciated.
    Thanks
    Operating System Windows XP Professional
    Dell Precision 360

    First, you need to realize that resetting preferences will put them back to ground zero, not the way they were the last time you were happy.
    You can try the key combination again and see if you are any faster (we're talking near instantaneous) or you can open your user profile, show hidden files and folders and navigate to C:\Documents and Settings\Administrator\Application Data\Adobe\InDesign\Version 4.0 and rename the two files InDesign Defaults and InDesign SavedData.
    In your case, a better first option, I think, would be to try System Restore which you'll find in System Tools under the Programs > Accessories heading on the start menu. Go back to the first restore point before you tried to open the file, if you can.
    In any case, for you to open a CS3 .inx file you will need to be fully patched the the last CS2 update, and you should expect to see some text reflow issues, as well as missing any CS3 features that the author used which aren't supported in CS2.
    Peter

  • Windows and icons are black, menu items are not showing correctly

    Hello!
    Well just doing my normal routine today browsing the Internet, watching videos on vlc, my computer suddenly started to glitch. Icons were disappearing, Safari turned black.
    So i did a restart but the problem is still there. I cant even choose the user properly because the avatars are not there it's just all dark gray. Remembering where my user avatar is, i do a click and type in my password and I do and able to get in to my system but all windows menu items and icons are black.
    Basically what I'm saying is the system seems to be working fine except for that I can't see the icons and windows properly displayed.
    I've already tried to reinstall of Mavericks hoping that it's a software thing. You guys think it's a problem with the graphic processor?
    Any help or suggestions will be appreciated thank you.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It changes nothing, and therefore will not, in itself, solve your problem.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help identify which such modifications you've installed, as well as certain other aspects of the configuration that may have a bearing on the problem. Don’t be alarmed by the apparent complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode, if possible. If you’re now running in safe mode, reboot as usual before continuing. If you can only boot in safe mode, you can still use this procedure, but not all of it will work. Be sure to mention that in your reply, if you haven't already done so. 
    Below are instructions to enter UNIX shell commands. The commands are safe and do nothing but produce human-readable text output, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. I am not asking you to trust me. If you can't satisfy yourself that these instructions are safe, don't follow them.
    The commands will line-wrap or scroll in your browser, but each one is really just a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it.
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. Step 1 should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click anywhere in the line of text below on this page to select it:
    { echo "Loaded kernel extensions:"; kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'; echo $'\n'"Loaded user agents:"; launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'; echo $'\n'"Inserted libraries:"; launchctl getenv DYLD_INSERT_LIBRARIES; echo $'\n'"User cron tasks:"; crontab -l; echo $'\n'"System launchd configuration:"; cat /e*/lau*; echo $'\n'"User launchd configuration:"; cat .lau*; echo $'\n'"Login items:"; osascript -e 'tell application "System Events" to get name of login items' | sed $'s/, /\\\n/g'; echo $'\n'"Safari extensions:"; /usr/libexec/PlistBuddy -c Print L*/Saf*/*/E*.plist | awk -F'= ' '/Bundl/{print $2}' | sed 's/\..*$//;s/-[1-9]$//'; printf "\nRestricted user files: %s\n" $(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); echo $'\n'"Extrinsic loadable bundles:"; cd; find -L /S*/L*/E* {,/}L*/{Ad,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do /usr/libexec/PlistBuddy -c 'Print :CFBundleIdentifier' "$d/Info.plist" | egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|JMicron|print|SoftRAID" && echo ${d%/Contents}; done; echo $'\n'"Unsigned shared libraries:"; find /u*/{,*/}lib -type f -exec sh -c 'file -b $1 | grep -qw shared && ! codesign -v $1' {} {} \; -print; echo; ls -A {,/}L*/{La,Priv,Sta}* L*/Fonts; } 2> /dev/null | open -ef
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    The command may take up to a few minutes to run, depending on how many files you have and the speed of the computer. A TextEdit window will open with the output. Post the contents of the TextEdit window (not the Terminal window) — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Remember that you must be logged in as an administrator for this step. Do as in Step 1 with this line:
    { echo "Loaded system agents:"; sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; echo $'\n'"Login hook:"; sudo defaults read com.apple.loginwindow LoginHook; echo $'\n'"Root cron tasks:"; sudo crontab -l; echo $'\n'"Log check:"; syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|pagin|timed? ?o' | tail | awk '/:/{$4=""; print}'; } 2> /dev/null | open -ef
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    You can then quit Terminal.
    To prevent confusion, I'll repeat: When you type your password in the Terminal window, you won't see what you're typing.
    Note: If you don’t have a login password, set one before taking Step 2. If that’s not possible, skip the step.
    Important: If any personal information, such as your name or email address, appears in the output of these commands, anonymize it before posting. Usually that won't be necessary.
    Remember, Steps 1 and 2 are all copy-and-paste — no typing, except your password. Also remember to post the output as text, not as a screenshot.
    Please post the contents of the TextEdit window, not the Terminal window.

  • I accidently knocked some keys on the keyboard and firfox is now lost at the top of the screen, I cannot see menu items if I push the curser up some of the top appears on my screen but not all please can you help me?

    I accidently knocked some keys on my keyboard. I do not know which keys my hand knocked but it caused Firefox to go beyond my visible screen at the top. The base of Firefox is still okay and views correctly. But the head is missing I cannot access my menus items such as Bookmarks etc. The screen does drop down if I push my curser up but not enough to show the menu items. Can you please help?

    Thank you for your help - this definitely sorted it out!

  • InCopy 8 (CS6): Missing Plugins, Cannot Open File

    A client and I have used InCopy for several years with no issues. After upgrading to CS6, though, we are both getting this error when opening InDesign files that have embedded preflight profiles:
    Missing Plug-ins, Cannot Open File
    Package and Preflight.InDesignPlugin
    I've tested this on two machines (both Macs) and can confirm that it happens only with embedded preflight profiles. My client is having the same experience on his brand-new iMac (with no previous CS6 installations).
    Documents without embedded preflight profiles open normally.
    Extension Manager reports that the Package and Preflight plugin is loaded -- but from a nonexistent folder:
    This folder existed in CS5.5 but not now. Both my client and I have uninstalled and reinstalled InCopy CS6 with no change.
    After clicking through the error to load the document, selecting Option+Command+InCopy > About InCopy to display component information shows that the plugin is both "used" and "missing."
    No big deal (we can click through this) but annoying and strange. Anyone else running into this?
    Steve

    Yes, I see it here too. Luckily it's just annoying. Please make sure and report it to the bug reporting form.
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    AM

  • How can I change the File-- Open menu item?

    In Bridge CS4, I want an option to open a selected JPEG photo in Photoshop CS4, which I believe would be the File-->Open command.  However, in that menu item I only have the option of selecting ACDSee Pro to open a file with.
    Is there a way to change this menu item so that I can select Photoshop CS4 to open a JPEG with?
    Thanks,
    John

    Thanks John.  Go into the Windows Folder options and associating CS4 with JPEG fixed the problem.  In fact, when I do File-->Open now in Bridge CS4, all of my photo editors appear on the list.
    John

  • MISSING: Tools- Configure SOA menu item in SOA Suite 11g TP4

    Hi,
    I have installed 11g TP4 Jdev and followed the install guide.
    I didnt find the menu item 'Tools > Configure SOA...' itself... :((
    May i know what i might hv missed ???
    Thanks & Regards,
    ATC

    On the information page for SOA Tech Preview 4, there is a step called, Enable. You need to go to metalink to read the instructions there on how to enable SOA for TP4. Then the Configure SOA command will show up in the Tools menu.
    here is the information page: [http://www.oracle.com/technology/products/ias/bpel/techpreview/index.html]
    Heidi.

  • Missing "Cycle through Windows" menu item or shortcut?

    Am I missing something or is there indeed no "Cycle through Windows" menu item or shortcut in Pages 09?
    Hope someone can advise.

    It is very hard when you can't see what the other person is looking at and I have never seen a German keyboard, I only know that it is different.
    I think the reason why the window cycling menu item is in Finder is that windows are really part of Finder and as Apple has made them global shortcuts they thought it was the only place to park the menu item.
    Honestly I never knew it was there until now when I went looking for it. I always use the keyboard shortcuts which I stumbled on years ago.
    I am glad you found a way around the problem.
    Apple lives in their ivory tower in California and is nowhere as international as they used to be under the original Mac OS. Give them feedback, you are not the only one who has encountered this problem.
    Alles gut, ende gut.

  • Cannot see menu items on database home page after install of beta3

    I have installed XE beta 3 in a Windows 2000 SP4 VM. Install went fine and I can get to the home page without issue. However, I cannot see the items when I use the pulldown menus. If I move the mouse cursor over them, it is possible to select although I dotn know what I am selecting!
    Has anyone experienced this problem, or does anyone have any idea what is causing it?
    Many thanks,
    Rob

    I am running VMware Workstation 5.5 for Windows XP.
    I have a Windows 2000 VM established, with SP4 applied.
    The VM is running IE 5. I have no other browsers installed. I am not able to install XE anywhere else at present, due to resource limitations.
    Just wondering if anyone else has had this issue. Next week I will install onto a "real" Windows 2000 environment, but would like to get this one working sooner than that.
    Thanks for your response.
    Cheers, Rob

  • FRM-41067: Cannot find menu item: invalid Id

    Hello,
    I have a menu, when i try to execute query by entering a value i received this message. i checked all my code, everything seems correct. someone can tell me what it could be wrong in my menu?

    I have a menu, when i try to execute query by entering a value i received this message. What does that mean? How do you execute the query? By choosing a menu item? Using the keyboard?
    i checked all my code, everything seems correct. ?I also always hope so, but in most cases there in an error.
    someone can tell me what it could be wrong in my menu?I guess that in some trigger either in the menu itself or in the form which the menu is attached to (or in a pll attached to that form) there is some SET_MENU_ITEM_PROPERTY which refers to some not existing menu-item.

Maybe you are looking for

  • Can a quizz created in adobe captivate be published through adobe formscentral.

    I currently give printed question papers to my students.  As the adobe captivate is most suitable for quiz creation, is it possible to distribute the quiz created in the adobe captivate through adobe form central and collect the answers given by the

  • Windows Server Backup Using Powershell

    Hi Am using the VSS to backup some directory to shared path. I want to backup again , at the time only backup modified files or new files, not all completely. ( differential backup ) add-pssnapin windows.serverbackup $policy = New-WBPolicy $fileSpec

  • Jumpy USB Mouse

    I've been using a USB mouse since I've had my laptop, and it's always worked fine until a week or so ago. When I turn my computer on the mouse will work just fine, but after a while it starts jumping around the screen whenever I move the mouse. I'm u

  • Installing ADI 7.2 and Apps 11.5.10 on same Windows XP Machine

    Hi, I am trying to setup a laptop for presales demos. I want to install Apps 11.5.10 as well as ADI 7.2 on the same laptop. I installed ADI 7.2 in c:\orant and it worked fine when i tried connecting to Apps 11.5.10 on a Linux box. Now I have installe

  • Displaying the Images on the Adobeform

    Hi, I want to display the image on Adobe form using URL option.  I have the URL obtained from the function module 'ALINK_RFC_DOCUMENT_URLS_GET' (dynamic).  The URL will be varied for different orders. Can you please provide me some example to full fi