Windows Cursor/Pointer Override

I have an issue with the cursor/pointers in windows 8.1. Actually the issue is that some applications override the system settings, which I have obviously tweaked for a reason.
Let's use manga studio 5, and GIMP 2.8 as examples. Both programs force their own pointers. Which is an issue because their pointers are both very small and hard to see. MS5 lets me change the pointers shape but not the colour or the size.
I have poor eyesight so this makes it nearly inpossible to draw with my tablet.
So I'm looking for a way to force windows to override all applications pointers so that I can use the windows pointer instead.
Like I said at the top, I'm using Windows 8.1. I'm fairly new to Windows, so if you could dumb things down for me, just a bit that'd be great.
Also I apologize if I put this in the wrong forum. This site makes very little sense to me.
Thanks in advance.

FYI.... Grab shows what the cursors look like in "ugly" mode...
http://i.imgur.com/***3u.png
URL above is censored because imgur has put an expletive as the image ID... try this http://bit.ly/amPZsi
Message was edited by: NickMorton

Similar Messages

  • Unexpected Windows cursor/Waveform Graph cursor behavior

    Hi,
    I got a very strange Windows cursor behavior with waveform graph. Simplified VI is attached.
    LabVIEW 2014 SP1
    The problem is:
    The VI contains only one waveform graph.
    1. I start the VI. Cursor Movement Tool is selected in the Graph Palette by default. Corresponding “Cross with dot” Windows cursor appears when mouse is moved over the plot area (see image). So far so good.
    2. I select Zoom in the Graph Palette and use it two-five times (second image).
    3. I select Cursor Movement Tool in the Graph Palette again but Windows cursor does not change as it should. It is an open cross now (third image); i.e. the same as shall appear when cross of Graph Cursor Lines is reached.
    4. I click mouse three-seven times anywhere in the plot area and the cursor becomes normal (as in the first image).
    The problem is not only in shape of the Windows cursor. The whole Graph cursor functionality does not work properly if the Windows cursor has the wrong shape.
    Please advise what could cause this problem.

    It seems, i cannot explain the question in good way
    It is not about my data or zooming. It is about strange bahaviour of the Graph. The following sequence of steps illustrates the problem and shows that the zooming is not the issue (or, at least, not the main issue):
    I do the following:
    1. Start the VI.
    2. Select first Graph cursor in Corsor palette and use pop-up menu "Bring to Center".
    3. Zoom couple of times (not too much) keeping the Grapg cursor visible.
    4. Select Cursor Movement Tool in the Graph Palette.
    5. "Open cross" Windows cursor appears from the beginning. I cannot pick up the Graph cursor.
    6. Click left button of the mouse several times in any poin of the graph area.
    7. Windows cursor is changed to the normal "cross with central point".
    8 Now I can pick up the Graph cursor.
    I would suspect problems with zoom until p.5. However p.6-8 are done without any change of the zoom.
    By the way, I found more:
    If I try to move the Graph cursor after p.5, the whole graph moves and fires event "Scale Range Change". It must not happen with Cursor Movement Tool selected.
    I can guess only about some strange setting of the graph. May be I am not aware about them

  • A540 Cursor/pointer problems

    Hi, on my A540 all-in-one cursor/pointer haphazardly jumps to the upper right corner of the screen and stays there blinking on a very high speed.
    Cannot do anything about it (cannot drag it back or control it) so I have to restart the machine using touch screen.
    If I shut off the Lenovo wireless mouse I get back the control of the cursor touch screen(tried using different mice to no avail). 
    After the restart all is fine for a certain period of time until pointer goes crazy again and jumps to the upper right corner of the screen. 
    I would appreciate any help on that matter. thnx...

    I found the problem when I looked over the specifications for your model.  The HDMI port is for Input and not Output.  In otherwords you can use the A540 as a second display only.   Here are the specifications for your reference.....
    Description
    Lenovo® A540
    Processor
    4th Gen Intel® Core® i7-4558U (2.80GHz 1600MHz 4MB)
    Operating System
    Windows 8.1 64
    Graphics
    Intel® Iris™ Graphics 5100
    Memory
    8.0GB PC3-12800 DDR3L 1600 MHz (1x SO-DIMM)
    Storage
    1TB (5400 RPM) + 8GB SSHD
    Display
    23.8" FHD (1920x1080) all-in-one with multitouch & IPS technology
    Dimensions (W x D x H)
    28.3" x 19.5" x 7.5"
    Weight
    15 lbs
    Webcam
    2 megapixels (1080p)
    Optical Drive
    None
    Audio
    JBL® stereo speakers (5W x 2) with Dolby® Home Theater®
    Connectors
    NFC, Bluetooth® 4.0, WiFi 802.11ac or WiFi 802.11 b/g/n, 4x USB 3.0, HDMI-in, 6-in-1 card reader, mic, headphone
    A work around to the problem would be to purchase an USB to HDMI adapter.  I've never used one so I have no idea what the performance would be.
    Owner & Operator of the following:
    ● Lenovo Ideapad Z570 w/ Win 7 & Win 8.1 Dual Boot ● Lenovo Yoga 3 Pro w/ Windows 8.1 ● Toshiba A75-S206 w/ Win 7
    ● IBM Thinkpad T-23 w/ Win XP ● IBM Thinkpad T-22 w/ Win XP • As well as multiple desktops dual/triple booting XP, Vista and Win 7.
    ★ Find a post helpful? Thank that member by clicking on the ☆Star☆ to the left awarding them a Kudo.
    ★ Posting a problem and a reply is helpful and it answers your question, please mark it as an "Accepted Solution"
    ★ I'm not a Lenovo employee, just a volunteer geek who likes to help folks. Enjoy your time here, pay it forward by helping others !
    ★ Sorry, I don't answer questions via Private Messages. Posting in the appropriate forum is the best way to get assistance.

  • How to pop up a new browser window to point to an external site

    Please help. we want to popup an new browser window when click on a button and the new window is pointing to an external web site.
    I can make it work to point to an external site in the same window. But that is not we want to.
    I do see some old posting about this but it does not work for us.
    Please anyone knows the detail of the steps and code, probably including any environment setting/configuration if required, response to this thread.
    thanks a lot in advance!
    ggu

    ggu,
    This is a gimmicky solution but it works and is reusable. Copy your button template and rename it POP_UP_BUTTON. Get rid of the #LINK# substitution string and replace it with:
    window.open('#BUTTON_ATTRIBUTES#')Put the URL you want to go to in the attributes section of the button. Put something like "TO_<DOMAIN>" in the button request so it is not totally gibberish and irrelevant. This would be much nicer if the apex engine did not include the "apex.submit()" code inside of the #LINK# substitution string. Or if they provided a second substitution string just for the URL specified.
    Here is the old code:
    <button value="#LABEL#" onclick="#LINK#" class="button-default" type="button">
      <span>#LABEL#</span>
    </button>here is the new code:
    <button value="#LABEL#" onclick="window.open('#BUTTON_ATTRIBUTES#')" class="button-default" type="button">
      <span>#LABEL#</span>
    </button>Cheers,
    Tyson Jouglet
    Edited by: Tyson Jouglet on Jun 17, 2011 8:50 AM

  • Windows 7 crashed after Creative Suite 6 Design and Web Premium completed an update. The only Windows restore point that worked was pre-installation of CS6 software. Now when trying to reinstall I get the 'installer failed to initialize' message. Have tri

    Windows 7 crashed after Creative Suite 6 Design and Web Premium completed an update. The only Windows restore point that worked was pre-installation of CS6 software. Now when trying to reinstall I get the 'installer failed to initialize' message. Have tried using the CC Cleaner Tool but nothing works? Any solution please. Was new computer and newly purchased CS6 software downloaded 2 days prior to the upgrade.

    make sure you follow all the steps here, Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • Cursor name visable property on xy graph: name overlays cursor point.

    I have an XY grpah set up, and I realized that when i apply the name visable attribute to the cursors programmiably, the name seems to overlay teh cursor, being right on top of it. Yet if i do it manualy through the cursor legend, it shows it on top... its very odd. Ultimatly i do NOT want to do ti manualy becuase i wil be have an unknown amount of cursors being created and would like them all to show the lables that i give them ABOVE the point... not ontop of it, because its obivously not readable. Anyone have a solution for this?
    Thanks,
    Mark

    Mark,
    There is no property to set the position of the cursor label. However, you can add empty characters at the begining of the label, so that the actual string will be to the right of the vertical cursor.
    In LabVIEW 7, the cursor label is displayed above the cursor point, but on top of the vertical cursor line.
    Zvezdana S.

  • Re-Use of cursor pointer in the Cursor loop

    Is it possible to re-use a Cursor pointer as a cursor pointer within the main cursor loop. We have a scenario like
    FOR c1 IN cursor1 LOOP
         FOR c1 IN cursor2 LOOP
         END LOOP;
    END LOOP;
    The code seems to work and gives correct result 75% of times and giving wrong result 25% times, even though we are using the same data every time.

    This is an existing piece of code, and we are actually trying to investigate why the program is giving incorrect results only sometimes and not always, even when we use the same set of data. This appeared to be the only logical error we could find.
    We are using the variable of the first loop inside the second one, which I understand the code shouldn't be doing. But then, I would expect the result to be consistently wrong, which they are not and this is what surprises me. Could it be that the Oracle is not able to handle this properly?

  • How can I set the flash cursors as my windows cursors?

    I would like to set the cursors in Flash Pro CC to be my default windows cursors, since they are so nice.
    I've tried looking through the Flash Pro folder on my computer for .png, .gif, .jpg, .jpeg, .ani, and .cur files but none of those searches turned up the Flash cursors.
    Could someone help me out?

    recreate them, http://www.techsupportalert.com/content/create-your-own-custom-windows-cursor.htm

  • Controlling the Windows cursor?

    Hi,
    I have a motion capture system, which I can read coordinates of markers from using LabVIEW 2009. I'd like to use that to control the Windows cursor (for a bit of fun). I've had a quick play with ActiveX and .NET, but I am no expert. How should best proceed?
    Would LabVIEW need to provide coordinates to every application opened? For example Word, Excel etc., or would writing coordinates to the windows cursor be suficient? 
    In the absence of a motion capture system, a test program that records and plays back the movements of a mouse would be great! .. anyone? :-)
    Graham

    See here for a similar question, with answers:
    http://forums.ni.com/t5/LabVIEW/record-and-play-mouse-clicks-using-LabVIEW/m-p/1005109#M448877
    Try to take over the world!

  • Custom Cursor point style on XY graph

    Is there is a way you can change the point style of a cursor on an xy graph to somthing custom, possibly an image or somthing else. Basicly Id like to have very many point styles, but more then just whats in LV, Id want some that actually look different.
    Thanks,
    -Mark

    Hi Mark,
    You can use an event structure to detect when the mouse enters or leaves the XY graph. When the mouse enters you can set the cursor using the "Set Cursor" VI and when it leaves you can unset the cursor using the "Unset Busy" VI. You can create a reference to a custom cursor beforehand using the "Create Cursor from file" VI. Unfortunately none of the VIs that I mention here are available with the base package.
    I've attached an example program written in LV7 on Windows. (note: you need a .ani or .cur file for the cursor you wish to use)
    Hope this helps,
    Neil
    Attachments:
    XY_Cursor.vi ‏83 KB

  • Express XY Graph Multi-plot Cursor point

    Hi,
           In mixed signal graph >> Property >> Cursors Tab >> Enable Allow dragging here if we select Multi-plot, it will show X scale and all Y-scale value in Cursor legend.
    How can I get these same options in Express XY Graph?
    Sivaraj M.S
    CLD

    You need to use a property node and find the curser position and then plot those points in a seperate xy plot (only it will be one point instead of an array). You will still have to plot it as an array of one point.
    Tim
    Johnson Controls
    Holland Michigan

  • Upload iphone video to windows power point

    i have quick time 7
    windows vista
    iphone 4
    i need to upload iphone video to my pc then into microsoft power point presentation

    Photos captured by your iPhone or photos that are available in your iPhone's camera roll (a photo saved from a received email or from a website is also stored in your iPhone's camera roll) are not included with the iTunes sync process except for being included with your iPhone's backup, which is created and maintained by iTunes.
    You can transfer photos from your computer to your iPhone via the iTunes sync process, and the sync process for such photos is a one way transfer process only - from your computer to your iPhone. Photos transferred from your computer to your iPhone via the iTunes sync process are stored in your iPhone's Photo Library, which cannot be imported by your computer.
    Do you have another digital camera and if so, have you imported photos by your computer that were captured by this digital camera?
    I believe Windows includes a camera and scanner wizard for importing photos from a digital camera. When your iPhone includes photos in the camera roll, it is also detected as a digital camera when connected to your computer.

  • How do I get access to the parent window native pointer?

    Under Windows:
    I need to get access to the native pointer for an applications frame (in this case a JFrame).
    I need to do this because I want to display property pages in a native dialog box. These property pages are supplied by driver software, are themselves native, and require a valid CWnd handle in order to become active and therefore visible.
    Hence I need access to the native peer. Is there a way to do this?

    ok andrew, when i compile the given code i receive the following errors:
    hwndex.java:19: cannot resolve symbol
    symbol  : class DrawingSurfaceInfo
    location: class HwndEx
          DrawingSurfaceInfo drawingSurfaceInfo =
          ^
    hwndex.java:20: cannot resolve symbol
    symbol  : class DrawingSurface
    location: class HwndEx
             ((DrawingSurface) comp.getPeer()).getDrawingSurfaceInfo();
               ^
    hwndex.java:20: warning: getPeer() in java.awt.Component has been deprecated
             ((DrawingSurface) comp.getPeer()).getDrawingSurfaceInfo();
                                   ^
    hwndex.java:24: cannot resolve symbol
    symbol  : class Win32DrawingSurface
    location: class HwndEx
             Win32DrawingSurface win32DrawingSurface =
             ^
    hwndex.java:25: cannot resolve symbol
    symbol  : class Win32DrawingSurface
    location: class HwndEx
                   (Win32DrawingSurface) drawingSurfaceInfo.getSurface();
                    ^
    4 errors
    1 warningand i consulted the document for "getPeer()" and there it is said that "getPeer()" method has been deprecated since JDK 1.1 so how can one use the above code. please give the code in more appropriate way.

  • Custom cursor point style

    Is there is a way you can change the point style of a cursor on an xy graph to somthing custom, possibly an image or somthing else. Basicly Id like to have very many point styles, but more then just whats in LV, Id want some that actually look different.
    Thanks,
    -Mark

    me too i want this option.can i make the cursor as a small car or small dog......?
    can any body help me?

  • Cursor Pointer in Mail

    my cursor is not changing into a pointer when i have written an email in my mail programm, only when i touch the adress bars. does anybody know how to solve this?

    Erik,
    Sorry to hear that tweaking those settings did no good for you.
    I read on another thread (in a post dated Aug 2012) for MBPro that one user, 829z, fixed his display problem involving irregularly alternating arrow cursors and cross-hairs insertion markers in both Safari and Word by removing his Adobe PDF Plugins, which were "not supported on new versions of Safari." This post is older, but still, it might be worth a try to remove those plugins if they are still not supported? He uninstalled them by going to his Hard Drive / Library / Internet Plug-ins, then dragging to the trash the following two files: AdobePDFViewerNPAPI.plugin and AdobePDFViewer.plugin. He then restarted Safari and found his pointer issue fixed. Several other users wrote that this method also fixed their issues.
    I have no idea whether this would work on current versions of the OS or Safari, or on the MBAir, but it might give you a hint of something new to try (assuming Adobe plugins are not working with your Safari version).
    Best of luck.

Maybe you are looking for

  • Can I get a refund for my iPad if it's faulty?

    I have the original iPad that I bought at the end of august last year. But it thinks that there are headphone plugged in when the clearly isn't. I have booked a genius bar appointment for Friday and was wondering if the fault is a legitimate one if I

  • InDesign CC can't open file - error: saved in newer version (CS7.0)

    My coworker and I set up CC accounts last month (upgraded from CS5) but now when I'm trying to open a file she edited recently I get this error: "Cannot open "file name.indd" because it was saved with a newer version of Adobe InDesign (CS7.0). You mu

  • Individual report path with defined file name from the report settings in Testsand 2012

    Hi, I have following task: I want to test stand 2012 in each sequence to change the path of the report file. But the naming of the file is to be maintained as these settings can be made from TestStand into the report (DisplayName + _Report_ [<FileDat

  • Messages moving to Pending message state

              Hi           Using: Weblogic 7.0 with SP2           1. We have an Application server communicating with a JMS Hub that has a two server           cluster. This server has an MDB configured dually - one MDB definition listening           to

  • Mac OSX 10.4.6 SQL Developer Connections

    SQL Developer runs fine (either the .app file or sh sqldeveloper from the zip archive) however after creating a connection, which tests fine, when I attempt to connect I get the error: oracle.jdeveloper.cm.CMException: java.lang.NoSuchMethodError: or