Square around the mouse pointer

How can I remove the square around the mouse pointer?
Regards
Roald Olay

From the menu bar, select
           ▹ System Preferences... ▹ Accessibility ▹ Zoom ▹ Zoom Style: Fullscreen

Similar Messages

  • Adjust the 'aim' of the mouse pointer

    Hello,
    Back in the days of Tiger I used a little haxie called Might Mouse from Unsanity. This allowed me to tweak the click point of the mouse cursor. By default the click point of the mac's cursor is a few pixels within the cursor image itself.
    Call me crazy, but I feel the 'aim' of the mouse cursor should be the very tip of the mouse. If you're unsure of what I'm talking about, click and drag on an empty space on the desktop. You should be creating a selection square. If you're dragging down and to the right, the bottom right corner of the square will line up with upper left of the mouse cursor. Now notice where the selection box meets the mouse. It's not exactly at the tip of the mouse, but a few pixels behind the tip.
    When you magnify the mouse cursor, this issue is magnified as well. With the upgrade to leopard most Unsanity apps are broken... And for all intents and purposes dead.
    Does anyone know of an app that lets you adjust the click point or 'aim' of the mouse pointer? I thought I'd eventually just get used to it, buts it's driving me crazy!
    Thanks.

    Pinpoint- Used to create animations around the mouse, and maybe custom cursors. But I'm ignorant of how to use quartz composer to make my own cursor to use in the app.
    MoundoMouse- Used to resize and move windows with mouse movements (w/o actually clicking the window) ...Might keep this one for the ‘window focus follows mouse’, reminded me of the old UNIX box I worked on for a few years. The mouse focus can be very handy.
    SteerMouse- Used to add more control to unsupported mouses and extra control over tracking/acceleration and cursor snapping to buttons. ...Might keep this one. Hopefully I can turn down the horizontal scrolling speed of the scrollball... always seems way to fast. Not sure as it needs a restart, and I'm converting vids...
    *...Sadly, none of these seem to have the feature I was talking about. Please let me know if I missed something.*
    However, thank you for your response!

  • Black border around my mouse pointer

    Since a few days, I have a thick black border around my mouse pointer, always following the movement of the pointer. How can I bring this away?
    Thanks for help
    Ueli

    Welcome to Discussions - you need to go to System Prefs>Universal Access>Zoom, turn it OFF and make sure, that under Zoom options "show preview rectangle" is UNchecked.
    Please post back and tell us if this works,
    Miriam

  • Changing the mouse pointer to a cursor?

    Hi,
    I am using a graph or perhaps a polar plot, not sure yet, but I realy wanted to know if there is any way to make the mouse pointer act like a cursor, such that I can click on something on the graph and know where the mouse clicked (the coordinates) and perhaps change the appearance of the hand to something else? So I DO NOT have to use a cursor. I want the user to just click and not have to drag a cursor around.

    Check out the Gtoolbox at gtoolbox.topcool.net. It has the functionality you are looking for.

  • Setting the position of the mouse pointer

    Hi,
    I want to explicitly set the mouse pointer to an definded location, e.g. when a window is opened.
    Is there a method I can invoke or a work around to set the mouse pointer to, say, posx = 100 and posy = 150?
    Are there any other manipulating methods such as pressing the mouse button?
    thanx,
    SirRuberth

    yes.
    You can do all that and much more with the java.awt.Robot class
    (new in java 1.3)
    void mouseMove(int x, int y)
    Moves mouse pointer to given screen coordinates.
    void mousePress(int buttons)
    Presses one or more mouse buttons.
    void mouseRelease(int buttons)
    Releases one or more mouse buttons.
    Ragnvald Barth
    Software engineer

  • What is the mouse pointer called on mac os x snow leopard?

    What is the mouse pointer called on mac os x snow leopard?

    Probably spelled it that way because that is what I felt like doing to mine at that moment, since it decided to act up on its own, flying around the screen like something out of Harry Potter!   Back under control now.
    laverne's mom

  • Square traces of mouse pointer - Is this normal?

    The macbook pro 13'' 2010 2.4ghz 4gb ram i use at work, when on the applications folder, leaves square traces of the mouse pointer. Is this normal? Its only visible with a bit of zoom (not the full 100% zoom, it starts being visible with just a tad). Is this normal? It only leaves square traces on that applications window. It doesnt leave them on the desktop etc... Is this normal at all???
    Here is the video of it. Please, try to look further from the bad youtube conversion. It is still visible if you look carefully.
    http://www.youtube.com/watch?v=Asv3qB3xqZQ
    Thanks.

    Check SYSTEM PREFERENCES>DESKTOP & SCREENSAVER>SCREENSAVER>HOTCORNERS and see how they are set up.
    It is probably normal based on you settings.
    Ciao.

  • When a link is rolled over by the mouse pointer a very annoying pop up with the link address shows up. There seems to be no way to prevent this from happening. How can this pop up be made to go away?

    no matter what website, every time I move the mouse pointer over something to click on a line of black printing in a thin white box pops up at the bottom of the screen and shows me the http address of the item I'm about to click on. I want to shut this function off or remove it if possible. I find that the previous version did not do this, it seems to be unique to 6.0. It's VERY distracting and ANNOYING. How can I make it go away????

    When you hover the mouse cursor over any link, it will display the link details at the bottom left of the screen; black font on white background.
    This display can be very important as it shows the full address of the hyperlink. This can be particulary useful for checking on whether the link is bona-fida. For example; if you receive an email that looks like it is from a bank , hovering over the link will indicate instantly that the link is pretending to be something it isn't.
    Another example that can be useful; a website link may say 'contact me' rather than give the actual email address. However, when you hover over the link, the actual email address will be displayed at the bottom of the screen. If you click on the link then Outlook usually opens, however I do not use Outlook, so displaying the email address is useful.
    This display is something that has always been present and it is also displayed if you use IE.
    However, I can see that this annoys you, so you could try the following:
    [[https://addons.mozilla.org/en-US/firefox/addon/link-location-bar/?src=api]]
    After installing the addon, you will need to restart Firefox, then go to History and Restore previous session to get all your tabs and webpages back.
    You will now find that when you hover over any link, it will now display in your address bar on the right hand side.
    If this helps, please say this question has been solved.

  • Is there a way to keep the mouse pointer in my window

    I would like to change the cursor so that it can not go outside my application window until they exit the program. Is this possible?

    Just because you disagree with its usage does not make
    it an invalid question. Suppose you had an
    application dedicated to real-time monitoring of a
    high-pressure system. In our hypothetical example,
    accessing other parts of the system without first
    properly "dismissing" the application could be
    potentially hazardous - people could get hurt. In
    this case, would it not make sense to make the
    application "system-modal"? Furthermore, it would be
    a convenience to the operator if the mouse pointer
    were trapped in this critical application.
    How would one go about trapping the mouse cursor
    inside this application?Yes, it would make sense to make this application system-modal. And it would also make sense to not allow any other applications to run on the monitoring system. For such an application, then, it would occupy the entire screen and there would be no way to swap away from it to any other application. Which is what several people suggested for this rather non-critical application, I believe.
    But in the ordinary case, where you are running on a system that does allow multiple applications to run, trapping the mouse cursor in a single application is bad manners and an alternate solution should be sought.

  • External display won't show the mouse pointer (optical)

    hi all,
    13" display dimming my old eyes . decided to connect to 20" sony monitor. got the adapter > connected> display shows identical to laptop BUT no mouse pointer AND when the external monitor is displaying, the menubar is not longer existent on the powerbook (the trackpad does work on the laptop screen with external connected ) so I cannot get to the display preferences to set anything up to get the mouse pointer to show on the external monitor.
    HELP and thanks
    sue

    ok folks, fiddled since I wrote this and managed to actually get it going ! so all set.
    I'm up and running with the display. and all is dandy !
    Message was edited by: Sue brown1

  • Is there a way to obtain the text item's value when the mouse pointer at?

    Hi,
    Is there a way to obtain the text item's value when the mouse pointer at? Mouse pointer may be located somewhere out of current record and even out of current block.

    There is a when-mouse-over trigger and that works fine in client-server mode for Forms 5/6/6i, but that is less indicated when deployed using Application Server.
    In that trigger you may write whatever code is necessary, restricted package procedures.
    Still, I think, for your case, if you do not have to deal with a multi-record block, you should use the HINT property for that item and set_item_property with the HINT argument for that item in order to set the hint to the item's value - this should set_item_property should be called on the when-new-record-instance .

  • 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!

  • Why does my login screen when scrolling mouse over appear pixalated (has small squares wherver the mouse scrolls until the entire page has been scratched like a lotto ticket:) ?

    Why does my login screen when scrolling mouse over appear pixalated (has small squares wherver the mouse scrolls until the entire page has been scratched like a lotto ticket:) ?

    OS X Lion: Login window partially appears, cursor movement redraws screen

  • Just got a new macbook air and every time I close the cover and then reopen it later the mouse pointer freezes. I've just updated the operating system but no help Seems like it might be a software problem with mousepad. Its only 3 weeks new !

    I purchased a Macbook Air on 01st October and from day 3 every time I close the cover and reopen it later the mouse pointer is frozen
    I updated the operating system today but no change.
    Any one else having this annoying problem. Seems like a software glitch to me.

    http://www.microsoft.com/mac/support
    http://answers.microsoft.com/en-us/mac/forum/macword?auth=1
    http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/microsoft-wor d-for-mac-2011-will-not-open-error/ecc42616-6f49-40bb-b8f5-e21c711ea359

  • The answer helped me.But still, what are the settings that I have to change for the behavior of the mouse pointer towards finder? Also the mouse pointer sometimes  doesn't accept my command and start clicking itself.what is the problem and how to fix it?

    The answer helped me.But still, what are the settings that I have to change for the behavior of the mouse pointer towards finder? Also the mouse pointer sometimes  doesn't accept my command and start clicking itself.what is the problem and how to fix it?

    If the mouse clicks something on its own then it looks like you have a hardware problem with the trackpad or possibly the battery that is right underneath the trackpad.
    I have read that the battery can swell and that would put pressure on the trackpad.

Maybe you are looking for