Mouse pointer changes to Black & White circle!

Hello everybody,
I wrote this script and saved it as an app called "Sleep":
tell application "Finder"
eject disk "STORAGE"
end tell
tell application "System Events"
sleep
end tell
tell application "Sleep"
quit
end tell
This has worked perfectly except when the computer wakes, the mouse pointer is the black and white circle. Everything still works normally (I think), but it is really annoying.
Is there anything that I can add to my script to change my mouse pointer back to normal?

Hello
Try removing the part telling your applet to quit, which is not necessary unless your applet is saved as stay-open.
The modified script would look like:
--SCRIPT
tell application "Finder"
eject disk "STORAGE"
end tell
tell application "System Events"
sleep
end tell
--END OF SCRIPT
Hope this may help,
H

Similar Messages

  • Why does my mouse pointer change from a hand to a downward facing arrow sometimes?

    why does my mouse pointer change from a hand to a downward facing arrow sometimes?

    the-edmeister, you are a genious. I went to "view" then "toolbars" and de-selected "yahoo toolbar" and then moved the curser over my firefox page and it now works completely including the problem area (the top 3 cm of each screen). Thank you, thank you, thank you, thank you, thank you, thank you. You have no idea how good I feel know on this otherwise cold, windy and rainy day.

  • When mouse pointer changes from arrow to cursor it starts to flicker

    I am running Windows 7 on a Toshiba laptop (P500-ST5807).
    When the mouse pointer changes from arrow to cursor it starts to flicker. The problem seemed to start after I clicked "hide pointer while typing". I tried unchecking "hide pointer while typing" but this did not correct the problem. I have also tried adjusting the touchpad settings to less sensitive -- this did not help either. I have searched the internet and all types of "cursor flicker" seems to be a common problem.
    Would anyone have a simple solution?
    Thanks in advance for your help,
    yeto

    Satellite P500-ST5807 
    Did you install the display driver posted in June?
       nVidia Display Driver for Windows 7 64-bit
    -Jerry

  • Mouse pointer turned solid black, no white outline

    Hi all,
        10.7.3  OSX on mac mini.
        Mouse pointer is now a solid black, the white outline has disappeared.
         Any idea what happened and how to fix?
         It is really noticeable on a black background as the pointer completely disappears.
         Any thoughts most appreciated.
                  Jack

    You may want to repair permissions and the disk. You might also want to try reinstalling the software.

  • Mouser pointer changes on unit label

    Hi
    I noticed that whenever the mouse pointer goes over a unit label it changes its icon from the default to an entry field icon (icon # 3), although you cannot enter or write anything in the unit label field.  Furthermore if you click inside the field the flashing line appears but, as intended, does not allow the user to write anything inside.
    Is there a reason why this is happening or left this way?  More importantly how can i make sure that the cursor does not change when hovering over unit labels and prevent the user from clicking inside the unit label field?- in some way disable the unit label but not the numerical field itself
    thanks

    Which version of Labview are you using?  I ask so that you can find the tools palette.  In LV7.1 and older, it was under "Window" menu, with LV8.x, it is under "View" menu.
    Is the top box green? If so, it is in automatic tool select.  Click on it to turn it off.  Try repeating your steps.
    Message Edited by JoeLabView on 01-11-2008 11:03 AM
    Attachments:
    toolsPalette.PNG ‏4 KB

  • Why the mouse pointer in Logic Pro does not change shape during work in OSX 10.9.1?

    I've a MacBook Pro Retina 15-inch Late 2013 and I'm using two external displays. One connected to to the HDMI port (display 1) the other to thunderbolt (display 2). The MacBook display is closed. I’m working with Logic Pro 9.1.8 (32bit) with OSX 10.9.1
    Why the mouse pointer in Logic Pro does not change shape during work???
    It was already difficult with OSX 10.9 but now after upgrading to 10.9.1 it's game over!
    At least before I could select which display use Logic Pro to have all the shape functions of the pointer. Not in both displays, so to be forced to edit in ONLY ONE of the two displays using this workaround: (right click on Logic icon in Dock: Option --> Desktop on Display 1). Now or I select “Option --> All Desktops” or does not work. However, by selecting all displays you say goodbye to Mission Control. This can’t be a solution!!!
    The amazing thing is that Nuendo has no problem while Logic Pro, Apple's native software, it can't!
    With Nuendo it’s indifferent in which display you are working, the shape of the mouse pointer changes shape depending on the requirement in both displays.
    This thing drives me crazy!
    Solutions?
    Here some ideas in other foums:
    http://www.logicprohelp.com/forum/viewtopic.php?f=1&t=86264
    But this aren't really solutions but workarounds. Use Logic in all desktops makes Mission Control useless!!

    I installed all over again by formatting as suggested by the genes of pro application support. Each plug-in, each virtual instrument, a job that lasted 3 days. And as suggested for each new plug-in I proceeded to check the proper functioning of Logic Pro and did each time a back up with Time Machine.
    The Result:
    Logic works as it should ONLY on the primary monitor and ONLY on the first desktop.
    BUT
    Reason and Nuendo dont' have this issue !!
    I believe that Apple developers are thinking only to mobile phones and things like messages or face time.
    And that's not all!
    After a few weeks, perhaps by installing a version of Adobe Acrobat, I say maybe because I'm not sure, logic has stopped working properly. Again problems with the mouse pointer.
    Luckily I had a back up! But now I'm terrified to install new programs. Thanks Apple!

  • How to change mouse pointer to Arrow?

    When we move the mouse over any component in preview (or in SWF file), mouse pointer changes to u201Chandu201D. Is it possible to keep the mouse pointer to Arrow or any other custom mouse pointer in Xcelsius 2008 SP 4?
    Thanks

    Mouse over cursor is set to ARROW if the component is not selectable
    Eg:pie chard which has no drill down or no furthur selection is enabled then the mouse over by default is ARROW.
    If you have enabled any furthur selection for that component the by default mouseover is HAND .
    This holds good for all the components in Xcelsius (even in sp4) Except for tab set container component where the selection of tabs is displayed with Arrow  symbol.
    New features that sp4 provides is 1)Waterfall chart 2)Alerts are  supported for spreadsheet tables, and for
    combination charts.
    @Sri

  • Changing mouse pointer using setCursor()

    Hi- I've got a single threaded JFrame-based application in which I want to change the mouse pointer to indicate 'busy' when it's doing stuff eg. loading a file. So within my extended JFrame method for handling menu selections I've got:
    public class Layout extends JFrame
        // For items in the main menu
        // (the sub-class contains either a JMenuItem or JCheckBoxMenuItem).
        abstract class MenuItem implements ActionListener
            abstract JMenuItem menuItemAbs(); // get the menu item component
            abstract void handlerAbs(); // perform the menu's action
            // Menu item has been selected.
            public void actionPerformed(ActionEvent e)
                Cursor cursor = Layout.this.getCursor();
                Layout.this.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
                handlerAbs();
                Layout.this.setCursor(cursor);
            }But the mouse pointer doesn't always change. If handler() just does some processing without user interaction, the pointer does change. But in the case of loading a file, where first the user selects the file using a JFileChooser, it doesn't.
    Is this because JFileChooser does its own setCursor()? But even if it does, presumably it does another setCursor() to restore my WAIT_CURSOR before it returns, so why don't I see the WAIT_CURSOR while the file is loading (which takes seconds)?
    Cheers
    John
    EDIT: BTW running under Linux, Java v6 update 7
    Edited by: matth1j on Nov 12, 2008 2:15 AM

    Ok, thanks - full demo program below.
    When you hit the ok button (just 5 second sleep), the mouse pointer changes to 'busy'. It reverts to normal if you move the pointer off the frame, but goes back to 'busy' if you move it back onto the frame.
    When you hit the bad button (brings up file chooser, then does 5 second sleep), the pointer changes to 'busy' while the pointer is over the frame, and reverts to normal when the pointer is moved off the frame. But if you select a file or cancel the file chooser and move the pointer back into the main frame before the 5 seconds is up, the pointer doesn't go back to 'busy' again. I would expect it to show 'busy' while over the frame until the 5 seconds is up.
    Any ideas?
    package test;
    import java.awt.Cursor;
    import java.awt.EventQueue;
    import java.awt.event.*;
    import javax.swing.*;
    public class Main
        public static void main(String[] args)
            EventQueue.invokeLater(new Runnable()
                public void run()
                    new Test();
    class Test extends JFrame
        public Test()
            super();
            this.setDefaultCloseOperation(EXIT_ON_CLOSE);
            JPanel panel = new JPanel();
            panel.add(new Button("ok"));
            panel.add(new Button("bad"));
            add(panel);
            pack();
            repaint();
            setVisible(true);
        class Button extends JButton implements ActionListener
            Button(String text)
                super(text);
                addActionListener(this);
            public void actionPerformed(ActionEvent e)
                Cursor cursor = Test.this.getCursor();
                Test.this.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
                if (!e.getActionCommand().equals("ok"))
                    (new JFileChooser()).showOpenDialog(null);
                try
                    Thread.sleep(5000);
                catch (Exception ex)
                    ex.printStackTrace();
                Test.this.setCursor(cursor);
    }Edited by: matth1j on Nov 12, 2008 2:44 AM code tidy
    Edited by: matth1j on Nov 12, 2008 2:45 AM code tidy

  • Mouse Pointer Randomly Changes From Arrow to Pen

    A few weeks before I upgraded to Lion, I noticed my mouse pointer started changing from an arrow image, into that of a pen. When I upgraded to Lion, it carried over in the same manner. It doesn't happen all the time and I can't seem to find any explanation for when it happens. Anyone ever seen this? I've checked all the system preferences, including Universal Access and can't find any settings that would have caused it to do this. Any suggestions?

    Welcome to the discussions.
    Which program or application are you using when this happens?
    The mouse pointer changes depending on the type of content on the screen. If the pointer is over a link which can be clicked, it appears as a pointing finger. If it is over text which can be selected, it becomes an "I" (rhymes with "eye") so that you can select text or click at a certain point in the text.
    See Mac Help.
    Sometimes it is very easy to unwittingly click the mouse and select something, which can change the screen. The mouse can be quite sensitive. So this may be what you are experiencing.
    If you are trying to do a specific thing and it's not working, tell us and we can be more helpful.

  • Mouse point will not change to a hand to select - can goto task mgr to free & then get one click & then it freezes again??

    It is still happening even in these dialogue boxes. I can get one maybe two clicks of the mouse (pointer changes from arrow to hand) and then it will freeze again and I have to goto another program make a selection there or perform a mouse click and then go back to firefox. then it happens all over again.
    Running Windows XP SP3

    Also i have reinstalled the reader9 two  times and tried with reader8 also but in both the cases same problem.
    it would be gr8 help if someone can help.

  • Mouse pointer stays rainbow

    Lately, my mouse pointer has been staying as the rainbow circle even after a process if finished. Mostly notice it after switching back to my user from another. The pointer will not change to an arrow until I open Safari and roll over a button (which results in the mouse point changing to the hand and subsequently back to normal as an arrow).
    Any ideas?
    - Cesar

    Launch Activity Monitor in /Applications/Utilities/ and watch for any process that shows *not responding*. Then, trash the associated preference file (.plist file). Does the problem show up in both accounts?

  • Mouse pointer Problem with CS3 and windows 7

    Upgraded
    to a new PC which has Windows 7(32bit) as an operating system. Installed my Photoshop CS3 and everything seems ok except when I magnify in the navagator panel. Once I zoom in my mouse pointer changes to 3 hands in the navigator panel. I powered up my old laptop which has Vista and my CS3
    then matched up the mouse settings in the control panel on the new PC. Used the same usb mouse on both PC's, the older Vista laptop worked fine but the windows 7 PC would get a tripple pointer in the navigation panel when I magnified. In the windows 7 laptop I then set the compatibility for Photoshop CS3 to run in XP mode but the problem did not clear. I see in FAQ for CS4 people have complained about tripple cursers in windows 7 but the replies indicated that the recommended fix did not work. Any help apreciated.
    Tom

    Thanks for your solution. I by changing the setting to 125% I am now able to use CS3 without tripple pointers.
    My eyesight is challenged so the decrease in text is a challenge but I can change the setting when I will use CS3 so I have a workarount.
    Thanks,
    Tom

  • Mouse pointer over links

    My mouse pointer changes to the hand for only a fraction of a second when it moves over a link and then changes back to the standard pointer icon. How do I fix this?
    I'm using Safari 1.3.2, OS X 10.3.9

    I'm not sure I understand the problem/question.... it's normal that mouse pointers turn into hands when passing through links, no matter what browser you use. And each time you move it turns into hand/pointer again and again... sometimes it even takes time until it turns back to pointer again, because he is "thinking"...
    Kisses
    CV

  • Mouse pointer icon

    My mouse pointer changes to other icons then does not change back to the default arrow.
    It has done this since installing tiger 6 months ago. I discovered if I move the pointer around the dock launch it will randomly get fixed.
    Anyone have a suggestion?

    Not really sure if this will help, but try moving the Scroll Speed to a slower one.

  • Mouse pointer! - oh yeah!

    HELLo Everybody!
    i got me a question...is it possible to make the mouse pointer change well it was in your app?

    To what i understand of the apis, the cursor is kind of component oriented, i.e. any component in the gui can specify the shape of the cursor when the mouse is over it.
    This url give more details on how to change the cursor shape:
    http://www.informatik.htw-dresden.de/~beck/JAVA11/SWING/cursors.html
    And then, to change the cursor, i think you will need those
    Look at java.awt.Cursor and java.awt.Component.setCursor( Cursor ) And i have no idea how to do it. Looking at the sun apis and the java tutorial is generally a good idea.

Maybe you are looking for

  • Error while converting

    Hi, when tried to convert files to Apple TV compatible format through iTunes option got the following error - Error occurred while converting the file (file name).An unknown error occurred (-54). Files are .mov and .dv Please,advise what had happened

  • Exchange rate error in PO.?

    Hi all Can anybody explain me how to recticfy this below errror .. After creating PO and while saving the same , i m getting error "Enter rate of EUR/INR for 29.09.02007 of system setting " Thanks sap-mm

  • 6234 reboots sometimes when playing music

    I recently got a 6324 (the Vodafone branded version) and I really like this phone except it seems to have a problem where it will sometimes reboot/reset itself if you play a music file (I tried with the sample ones that come on the memory card). It s

  • Size limit for Word documents?

    I have used a Palm Tungsten T3 before a Nokia. With the Nokia E90 I was faced with a problem that E90 was not able to open our pricelist file. Is there a maximum size for files that Nokia E90 can handle?

  • Podcasts not being synched into iPod

    I just reformatted my iPod from Windows to Mac. Now my podcasts won't go into my iPod when I synch it. Does anyone know why this would happen?