How do I delete spinning wheel on top of program icon in menu bar at top of screen?

I had LogMeIn installed on my iMac and it worked fine for a while.  Then the icon for the program in the menu bar at the top of the screen went gray.  When I hover the mouse over the icon a spinning pinwheel appears, so I can't click the icon to start the program.  I deleted the program and then reinstalled it, but the gray icon and spinning wheel never whent away.  Any thoughts on how to delete the spinning wheel would be appreciated.  I'm a novice on the IMac.  Thanks.

Problem solved.  Placed Icon for Log Me In on dock and rebooted iMac.  Not sure why, but it worked.

Similar Messages

  • How to stop the spinning wheel?

    How to stop the spinning wheel?

    Back up your documents and everything else important to you, not that there is any reason to believe your hard disk may be failing, but the symptoms you describe may presage an impending disk failure, and you should have backups anyway.
    Boot OS X Recovery by holding ⌘ and r (two fingers) while you start your Mac. At the Mac OS X Utilities screen, select Disk Utility. Select your startup volume (usually named "Macintosh HD") and click the Repair Disk button. Describe any errors it reports in red.
    When it finishes restart your Mac and test again for operation. If it's still not behaving as you expect it should, please post the results of EtreCheck in accordance with the following instructions:
    Apple Support Communities contributor etresoft wrote a very useful app to quickly gather certain system information that may help point to a cause of this problem. Go to his website, download and run EtreCheck:
    http://www.etresoft.com/etrecheck
    Etrecheck will be in your Downloads folder. Open it from there. You may see the following dialog box:
    Click Open - etresoft contributes to this forum frequently and can be considered a trustworthy developer.
    It will take a moment to run as it collects its data.
    Copy and paste its output in a reply.
    Do not be concerned about anything that says "Problem" or "failed".
    EtreCheck was designed to remove any personal information (such as your computer's name and serial numbers) but if you see anything that looks like an email address or any other personal information that should not be divulged to others, please delete or obscure that information when you post the reply.
    When you are finished with EtreCheck, quit the program. It occupies very little space, and you can keep it or drag it to the Trash as you wish.

  • How do I stop spinning wheel?

    How do I stop spinning wheel?  Opt command esc does nothing. While downloading video I fgot message that my startup disc was full. Now can't do anything. .?

    Have a look here  >  http://www.thexlab.com/faqs/sbbod.html
    Also see here  >  what-to-do-when-your-hard-drive-is-full.html

  • When starting up, Apple logo is present with loading bar underneath. No spinning wheel. After aprox 1 min the loading bar stops half way

    When starting up, Apple logo is present with loading bar underneath. No spinning wheel. After aprox 1 min the loading bar stops half way and shuts down completely. Any advice appreciated.

    Which model MacBook Pro do you have (e.g., "15-inch Late 2011") and which version of OS X are you running?
    You may want to try resetting your SMC -> Intel-based Macs: Resetting the System Management Controller (SMC).
    If no joy there, call back with th requested information.
    Clinton
    MacBook Pro (15-inch Late 2011), OS Mavericks 10.9.4, 16GB RAM, 960GB SSD, 27” Apple Thunderbolt Display

  • How to add user defined functions in Menu bar of a Selection Screen?

    Hi,
    Can anybody please suggest me that how can I add user defined functions in the menu bar of a Selection Screen?
    Regards
    s@k

    Dear Amit,
    I am referring to the standard SAP program: RIEQUI20.
    On the initial screen, there are 3 tabs.
    Code:
    SELECTION-SCREEN BEGIN OF TABBED BLOCK tab FOR 25 LINES.
    SELECTION-SCREEN TAB (20) tab1 USER-COMMAND ucomm1
                         DEFAULT SCREEN 001.
    SELECTION-SCREEN TAB (20) tab2 USER-COMMAND ucomm2
                         DEFAULT SCREEN 002.
    SELECTION-SCREEN TAB (20) tab3 USER-COMMAND ucomm2
                         DEFAULT SCREEN 003.
    SELECTION-SCREEN END OF BLOCK tab.
    AT SELECTION-SCREEN.
      CLEAR gv_okcode.
      gv_okcode = sy-ucomm.
      CLEAR sy-ucomm.
      CASE gv_okcode.
        WHEN 'IH08'.
          CALL TRANSACTION 'IH08'. "Equipment Selection
        WHEN 'IW29'.
          CALL TRANSACTION 'IW29'. "Notification Selection
        WHEN 'IW39'.
          CALL TRANSACTION 'IW39'. "Order List Selection
        WHEN OTHERS.
      ENDCASE.
    *   Check date:                                         
      IF NOT datuv IS INITIAL                            
      AND NOT datub IS INITIAL.                         
        IF datub >= datuv.                              
        ELSE.                                           
          MESSAGE e884(ih) WITH datuv datub.            
        ENDIF.                                           
      ENDIF.                                             
      IF variant IS INITIAL AND
         dy_vari IS INITIAL.
        PERFORM get_default_variant_f14 USING variant.
      ENDIF.
      PERFORM variant_existence_f14 USING variant.
      IF datuv IS INITIAL.
        datuv = sy-datum.
      ENDIF.
      IF datub IS INITIAL.
        datub = sy-datum.
      ENDIF.
      IF sy-ucomm = 'ADDR'.
        PERFORM adress_sel_f01 USING 'EQUIR'.
      ENDIF.
      PERFORM check_parnr_f76.
    *  AT SELECTION SCREEN OUTPUT
    AT SELECTION-SCREEN OUTPUT.
      STATICS: l_slset TYPE sy-slset.
    *--- Set initial variant
      PERFORM variant_init_f14 USING 'INST' 'INST' 'INST' 'RIEQUI20'.
      IF variant IS INITIAL AND
         dy_vari IS INITIAL AND
        gv_variant_flag IS INITIAL.
        PERFORM get_default_variant_f14 USING variant.
        gv_variant_flag = 'X'.
      ENDIF.
    *--- Set Icon for adress-button
      PERFORM set_icon_f01 USING dy_adrfl ad_icon text-ad0 text-ad1.
    *--- get classification data from select option
    *--- (if new variant or if called via submit or F3)
      IF ( l_slset NE sy-slset ) OR
         ( s_comw[] IS NOT INITIAL AND gt_clsd_comw[] IS INITIAL ).
        l_slset = sy-slset.
        gv_class_old = dy_class.
        gv_klart_old = dy_klart.
        PERFORM copy_selopt_comw_f79 TABLES gt_clsd_comw s_comw.
        PERFORM class_search_init_f77 USING 'EQUI'.
      ENDIF.
    *--- set Icon for classification
      LOOP AT gt_clsd_comw TRANSPORTING NO FIELDS          
                          WHERE atcod > '0'.               
        EXIT.                                              
      ENDLOOP.                                             
      IF sy-subrc IS INITIAL.
        gv_comw_flag = 'X'.
      ELSE.
        CLEAR gv_comw_flag.
      ENDIF.
      PERFORM set_icon_f01 USING gv_comw_flag cl_icon text-cl0 text-cl1.
      CALL METHOD cl_uid_cust=>selection_screen_output.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR variant.
      PERFORM variant_inputhelp_f14 USING variant 'RIEQUI20'.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR dy_parnr.
      PERFORM f4_for_parnr_f76.
    AT SELECTION-SCREEN ON BLOCK clse.
      IF dy_class NE gv_class_old
        OR dy_klart NE gv_klart_old.
        gv_class_old = dy_class.
        gv_klart_old = dy_klart.
        CLEAR gv_comw_flag.
        REFRESH gt_clsd_comw.
        REFRESH s_comw.
      ENDIF.
      PERFORM class_exist_f77 USING dy_klart dy_class 'DY_CLASS'.
      IF sy-ucomm = 'COMW'.
        CALL FUNCTION 'IHCLSD_VALUATION_POPUP'
          EXPORTING
            i_klart               = dy_klart
            i_class               = dy_class
            i_language            = sy-langu
            i_key_date            = sy-datum
            i_also_subclasses     = dy_subcl
          TABLES
            ct_comw               = gt_clsd_comw
          EXCEPTIONS
            exc_no_class          = 1
            exc_klart_not_allowed = 2.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    *--- fill classification data in select option
        PERFORM copy_comw_selopt_f79 TABLES gt_clsd_comw s_comw.
      ENDIF.
      IF sy-ucomm = 'ONLI'.
        sscrfields-ucomm = sy-ucomm.
      ENDIF.
    Regards
    s@k
    Edited by: siemens.a.k on Jan 15, 2010 10:10 AM

  • Why is the Time Machine icon in menu bar not spinning when backing up? It stop working when I changed to Maverick.

    Why is the Time Machine icon in menu bar not spinning when backing up? It stop working when I changed to Maverick.

    my imac came with lion and don't think it ever span with lion and mtn lion and now maverick not sure if it's a setting

  • How do you remove unwanted non mac icons from menu bar? ie. mcafee

    how do you remove unwanted non mac icons from menu bar? ie. mcafee

    Yep. MacKeeper is a nasty program.
    See: http://applehelpwriter.com/2011/09/21/how-to-uninstall-mackeeper-malware/
    Phil Sokes' website.
    http://www.reedcorner.net/beware-mackeeper/

  • Sim icon in menu bar showing "No SIM" in menu on MPB. How to remove?

    In my menu bar I've got a strange icon showing simcard with exclamation mark. When I click it, it shows tiny menu with "No SIM".
    I don't know where it came from and how to get rid of it.
    I've removed old mobile phones with modems from list of my bluetooth devices, and removed all mobiles in Networking preferences.
    I don't have any peripherals connected that could use SIM. I never had any mobile broadband modems and don't recall installing such software.
    Where this icon comes from and how can I get rid of it?

    klklklk wrote:
    In my menu bar I've got a strange icon showing simcard with exclamation mark. When I click it, it shows tiny menu with "No SIM".
    Where this icon comes from and how can I get rid of it?
    I can't tell you where it comes from, but in general you can remove icons from the right part of the menu bar by holding a "command" key down while you drag the icon down out of the menu bar.

  • How to fix a spinning wheel at apple logo?

    Hello
    STAGE ONE
    1.     I have a Macbook Pro running 10.7.5 OSX.
    2.     The computer is hanging at the Apple Logo at the grey spinning wheel.
    3.     I did a SHFT + CTL + CMD + POWER to shutdown computer.
    4.     I did a CMD + POWER and the computer comes up VERY SLOWLY...
            I was able to move around but at a SNAILS PACE...
    STAGE TWO
    5.     I checked the web and utube and I found that I need to re-install the software...
    6.     I went to my COMPUTER BOX and I found out that the Software Installation Disk was not in my Computer BOX ...
           Good Srategy !!!
    STAGE THREE
    7.     I tried purchasing a newer version of the software thru the ONLINE STORE for $19,
            however , after 2 hours the download failed at the very end of the download.
    8.     O.K. I thought maybe my download was interupted, so I tried the download again
            and after another 2 hours, the download failed at the very end of the download.
    9.     SO.... Now I am out $19 and 6 hours of trying to resolve this issue.
    STAGE FOUR
    10.     I decided to walk over to the APPLE STORE at the Eaton Centre at lunch...
    11.     You guessed it... I can make an appointment for 8 PM...
    STAGE FIVE
    12.     Does anyone have any other Ideas for getting my MACBOOK PRO to come back from the dead.
    13.     Microsoft is starting to look good again...

    Take each of these steps that you haven't already tried. Stop when the problem is resolved.
    Step 1
    The first step in dealing with a boot failure is to secure your data. If you want to preserve the contents of the startup drive, and you don't already have at least one current backup, you must try to back up now, before you do anything else. It may or may not be possible. If you don't care about the data that has changed since your last backup, you can skip this step.   
    There are several ways to back up a Mac that is unable to boot. You need an external hard drive to hold the backup data.
         a. Boot into the Recovery partition, or from a local Time Machine backup volume (option key at startup.) When the OS X Utilities screen appears, launch Disk Utility and follow the instructions in this support article, under “Instructions for backing up to an external hard disk via Disk Utility.”
    b. If you have access to a working Mac, and both it and the non-working Mac have FireWire or Thunderbolt ports, boot the non-working Mac in target disk mode. Use the working Mac to copy the data to another drive. This technique won't work with USB, Ethernet, Wi-Fi, or Bluetooth.
    c. If the internal drive of the non-working Mac is user-replaceable, remove it and mount it in an external enclosure or drive dock. Use another Mac to copy the data.
    Step 2
    Press and hold the power button until the power shuts off. Disconnect all wired peripherals except those needed to boot, and remove all aftermarket expansion cards. Use a different keyboard and/or mouse, if those devices are wired. If you can boot now, one of the devices you disconnected, or a combination of them, is causing the problem. Finding out which one is a process of elimination.
    If you've booted from an external storage device, make sure that your internal boot volume is selected in the Startup Disk pane of System Preferences.
    Step 3
    Boot in safe mode. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Post for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    When you boot in safe mode, it's normal to see a dark gray progress bar on a light gray background. If the progress bar gets stuck for more than a few minutes, or if the system shuts down automatically while the progress bar is displayed, your boot volume is corrupt and the drive is probably malfunctioning. In that case, go to Step 5.
    If you can boot and log in now, empty the Trash, and then open the Finder Info window on your boot volume ("Macintosh HD," unless you gave it a different name.) Check that you have at least 9 GB of available space, as shown in the window. If you don't, copy as many files as necessary to another volume (not another folder on the same volume) and delete the originals. Deletion isn't complete until you empty the Trash again. Do this until the available space is more than 9 GB. Then reboot as usual (i.e., not in safe mode.)
    If the boot process hangs again, the problem is likely caused by a third-party system modification that you installed. Post for further instructions.
    Step 4
    Sometimes a boot failure can be resolved by resetting the NVRAM.
    Step 5
    Launch Disk Utility in Recovery mode (see Step 1.) Select your startup volume, then run Repair Disk. If any problems are found, repeat until clear. If Disk Utility reports that the volume can't be repaired, the drive has malfunctioned and should be replaced. You might choose to tolerate one such malfunction in the life of the drive. In that case, erase the volume and restore from a backup. If the same thing ever happens again, replace the drive immediately.
    This is one of the rare situations in which you should also run Repair Permissions, ignoring the false warnings it may produce. Look for the line "Permissions repair complete" at the end of the output. Then reboot as usual.
    Step 6
    Reinstall the OS. If your Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade.
    Step 7
    Repeat step 6, but this time erase the boot volume in Disk Utility before installing. The system should automatically reboot into the Setup Assistant. Follow the prompts to transfer your data from a Time Machine or other backup.
    Step 8
    This step applies only to a pre-2013 Mac Pro tower, not to any other model. A dead logic-board battery can cause a gray screen at boot. Typically the boot failure will be preceded by loss of the startup disk and system clock settings. See the user manual for replacement instructions.
    Step 9
    If you get this far, you're probably dealing with a hardware fault. Make a "Genius" appointment at an Apple Store to have the machine tested.

  • How to I fix spinning wheel

    My mac is often stalled with spinning wheel.
    What is best method to fix it?

    Check your RAM. If you are running lion and have 2GB, you need to upgrade. I was with a genius yesterday who told me Lion needs over 1 GB to run.
    I installed the new RAM myself and it was not hard at all - and I have never opened a computer before in my life. My mac is a whole new machine.
    Good luck and I hope this helps!

  • How can I delete a listing of 'Top Sites' that appeared on installing and syncing this android app with my Windows desktop?

    xxxxx

    Hi Russa1
    I think Moses answered the Sync Question but as for:
    "delete a listing of 'Top Sites'"
    in Firefox 29 released April 29, 2014 you can now hide top sites:
    https://support.mozilla.org/en-US/kb/use-awesome-screen-search-web-bookmarks-and-more#w_customize-your-home-screen

  • MacBook pro will not boot. I get the gray screen, an apple icon and spinning wheel. Tried to start in safe mode but get the same screen. The only thing different was that I loaded the zedge sync app yesterday. Now getting this problem.

    Macbook pro will not boot. I get the gray screen, an apple icon and spinning wheel. I tried to start in safe mode, but get this same screen. The only thing different is that I added the zedge update app to do a sync for adding ringtones to my apple cell phone. How can I get a good boot. I am fairly new to apple computer.

    Reset PRAM: http://support.apple.com/kb/PH4405 and then try a normal boot.
    Run the Startup Manager to select Startup disk:  http://support.apple.com/kb/HT1310
    If those did not work your disk may be sick or dying.  The top priority at this point is to make a backup copy of your data.
    Check the health of the disk.  Boot in Recovery Mode (Boot, Command-R).  Run Disk Utility.  Click on the upper left disk icon.  Does the S.M.A.R.T. status say “Verified”?  If not the disk/SSD is unhealthy and needs to be replaced.  Even if it does not show “Verified” you can still attempt a backup. 
    Click on the icon indented below, usually called “Macintosh HD” and Verify Disk.  If it finishes with a green “OK” message then all is well with the disk.  If it shows errors in red then you have found a problem to address once the system is backed up.  Do not attempt software repairs until you have secured the data.
    If the disk will not show up at all in Disk Utility as your ran the tests above then it may be dead or it may have a bad internal SATA cable.  A trip to an Apple store for confirmation would be in order.
    If you have an external disk drive you can use as a backup drive then do so.  If not Google “Hitachi USB 3.0 external hard drive 1TB” to purchase one or go to a brick-and-mortar store (including an Apple store) to pickup one.  Any 1 TB external drive will do.
    Assuming it is still breathing you can try to recover the data without booting from the sick disk. 
    Reformat the external disk.  (This will erase all data on the external disk.)
    Boot in Recovery Mode.  Start Disk Utility.  Plug in the new disk.  Select it’s disk Icon (the second one down, left justified). Select the Partition tab.
    Partition Layout > Single Partition
    Name: Emergency Recovery 1 (or whatever name you wish to use)
    Format: Mac OS Extended (journaled)
    Options… > GUID Partition Table > OK
    Apply
    Select the Restore tab.
    Drag the old system volume (Macintosh HD) to Source.
    Drag the new disk volume (Emergency Recovery 1) to Destination.
    Click on Restore.
    It may take a long time for the backup.
    If that will not complete post back for other emergency data recovery methods, including those from a brody.
    If the backup succeeds, use the First Aid tab in Disk Utility to select the old volume (Macintosh HD) and Repair Disk.  If it does not finish with a green OK message try to repair it once or twice more.  If it repairs with a green OK message, will it boot normally?  If not, boot from the Recovery Partition and reinstall OS X.
    If it is still not healthy, post back for further instructions.

  • How can you get rid of icons in menu bar?

    I recently took my MacBook to the local store to have it cleared and restored back to factory settings. I have the OS X Mountain Lion program installed. I set up two accounts (Admin account and second one to use). When I turned my computer off and back on again, I've noticed a Guest account. When I went into my System Preferences to get rid of it, I've noticed that it's greyed out (so I can't delete it). Another issue I'm having is a symbol I'm seeing up top in my menu bar (<--->. Does anyone know what this means and how I can go about getting rid of it?

    In the area where it allows you to add or delete   the delete symbol is greyed (shaded) out where I don't have that option to delete the "guest" account. And the ethernet symbol I'm seeing in the right hand corner of my screen is still there after deleting it in the System Preference/Network section.

  • How can I configure my Macbook Air to always show the menu bar when in full-screen?  I hate, hate, hate it popping up and then going away all the time.

    I cannot find a way to change this in System Preferences.  When I have applications open full screen, my menu bar disappears.  Then when I try to move between tabs, I find it is always popping up & then disappearing.  I really just want to set up my computer so that the menu bar always displays in the foreground. I find this popping up & disappearing intrusive and annoying.  How can I fix this?  I hate, hate, hate this about my MAC...
    I have searched the full User Guide, Quick Start Guide, etc.  and cannot find a way to fix this.

    Don't use the full screen arrow in the top right corner of the window.  Instead, use the green + in the top left corner.  That takes the window full screen just below the menu bar.

  • Delete icon from menu bar?

    hey, so after migrating info from my old mac to my new, i'm stuck with Intego Netbarrier X3, icon in the menu bar. I uninstalled netbarrier since it doesn't run on the intel chip. Anyway, I tried command, drag, but that doesn't work, it just highlights the options stating: "About your intego software.." and Netupdate X4. How do i delete this icon?

    Look in the folders /System/Library/CoreServices/Menu Extras/, /Library/Menu Extras/, and ~/Library/Menu Extras/ for anything installed by NetBarrier. Not all of the folders may be present on all systems; to access a folder, choose Go to Folder from the Finder's Go menu and enter the folder's path. The first folder should contain the following items in Mac OS X 10.45:
    AirPort.menu
    Battery.menu
    Bluetooth.menu
    Classic.menu
    Clock.menu
    Displays.menu
    Eject.menu
    Fax.menu
    HomeSync.menu
    iChat.menu
    Ink.menu
    IrDA.menu
    PCCard.menu
    PPP.menu
    PPPoE.menu
    RemoteDesktop.menu
    Script Menu.menu
    Sync.menu
    TextInput.menu
    User.menu
    Verizon.menu
    Volume.menu
    VPN.menu
    (10673)

Maybe you are looking for

  • How to best transfer a rented iTunes movie to your Apple TV 3

    Hi, My parents recently purchased the newest version of the Apple TV. Unfortauntely, it's set up on their downstairs TV on the other end of a two floor house, with the modem / router very far away from it. For this reason I believe, they have terribl

  • XML in 8.1.6.

    Hi I am trying to install the java classes in an 8.1.6 database (following the instructions of S. Muenches book). I managed to install the xmlparserv2 class, using the file from the JDeveloper disk. I could not however find the xmlplsql.jar file. Wha

  • "/usr/bin/strip: File format not recognized" while packing

    Hi. I would build a package for wingide but after the build process came a strange error: $ makepkg ==> Erstelle Paket: wingide 3.0.4-1 (Do 13. Mär 17:10:33 CET 2008) ==> Prüfe Laufzeit-Abhängigkeiten... ==> Prüfe Buildtime-Abhängigkeiten... ==> Empf

  • HD DVDs burning for SD DVD players

    does it work? I tried burning one and it would NOT play in my regular dvd players. Anyone?

  • To convert – to - in Java

    Are there any classes in Java which converts special characters like – to - ..Please do let me know ASAP..Thanks for the same..