The mouse-cursor tag has no wiki summary.
8
votes
5answers
7k views
Hide cursor in Chrome (and IE)
I have the following CSS that hides the mouse cursor for anything on the web page. It works perfectly in FireFox but in IE and and Chrome it doesn't work.
html {
cursor: none;
}
In ...
5
votes
2answers
282 views
How do I determine if the current mouse cursor is animated?
is there a way how to determine if the current mouse cursor is animated ?
I was looking for a way how to save the current cursor some time ago. I found the DrawIconEx function which perfectly suits ...
4
votes
2answers
194 views
How can I make the Image disappear when I click into it?
I have an image inside the JOptionPane and I want it to disappear whenever I point the mouse cursor and click into it.
Is there something to do about the position?
Thanks...
Here's the code :
...
4
votes
2answers
339 views
How to change the mouse cursor in java?
I have a list of words inside the JList. Everytime I point the mouse cursor to a word, I want the cursor to change into a hand cursor. Now my problem is how to do that?
Could someone help me about ...
4
votes
3answers
356 views
Custom made win32 drag-drop, can't get change invalid (slashed circle ) cursor
I've a quite difficult problem to explain but I will try my best. I've made a custom drag-drop implementation to a win32 GUI based application. Due to limitations of the program I can't use the proper ...
4
votes
4answers
2k views
How do you use a custom mouse Cursor in a .NET application?
Well, as the title says, how can I set an image or anything else as the mouse cursor. I know you can use the built in ones that are part of the Cursors class, but I was wondering if there's a way to ...
3
votes
1answer
44 views
How to check, if a cursor style is supported?
How to check with JavaScript, if cursor:none is supported, or not?
3
votes
1answer
123 views
How to make Java Swing application show mouse cursor effects of Compiz Mouse Plugin (Ubuntu)
The Compiz Showmouse plugin has some nice effects for people with low vision. Unfortunately, those effects don't work in Java applications out of the box. How can I get my Java Swing application to ...
3
votes
2answers
127 views
Changing cursor when rendering a JList
I've achieved what I'm trying to do, but I can't help but to think there is a more efficient way...allow me to illustrate.
In short, the question I'm asking is if there's a way to determine when a ...
3
votes
2answers
269 views
Swing rendering problem of busy cursors when using modal dialogs on Linux
When setting a busy cursor on the glass pane of the application frame after closing a modal dialog, the busy cursor is not always displayed. Sometimes it works (the first time it is mostly always ...
3
votes
1answer
321 views
Shadow for custom mouse cursor
On "newer" Windows systems there is an option to make the OS draw a shadow beneath the mouse cursor:
However the custom cursors in my Delphi app don't show a shadow even if this setting is enabled. ...
3
votes
3answers
955 views
Optionally use Flash 10.2 cursors, while still being compatible with Flash 10.0?
I have a Flash application that requires Flash version 10.0 to run. I want to add native mouse cursors, which were introduced in Flash 10.2, but I don't want to require all my users to upgrade, and I ...
3
votes
3answers
116 views
Is there a way to make a “ghost cursor” in any language?
The term "ghost cursor" is a bit confusing; what I mean is a mouse cursor that isn't controlled by the user, but is created and completely under the control of a program.
That means that there are now ...
3
votes
2answers
501 views
Mouse cursor not changing if a pointer is not moved in Webkit-based browsers
Let's assume that we have simple jQuery code like the following:
var $document = $(document);
$document.ready(function() {
var $test = $("#test");
$document.keydown(function(e) {
...
3
votes
2answers
449 views
PyGame Set Mouse Cursor from Bitmap
I'm making an image editor using pyGame and I was wondering if it was possible to change the mouse cursor to something more suitable (for instance a circle or rectangle) for brushes.
PyGame has a ...
3
votes
4answers
493 views
Changing mouse icon thru javascript
I am developing paintbrush application in javasript using Canvas Object.
I want to change my own mouse cursor when the mouse pointer comes inside Canvas object.
How to load my own icon?
3
votes
6answers
2k views
Changing mouse-cursor on a html-page
I need a way of changing the mouse-cursor on a html-page. I know this can be done with css, but I need to be able to change it at runtime, like for instance having buttons on the page, and when ...
2
votes
1answer
136 views
wxPython change mouse cursor to notify a long running operation
I am building a Python program that searches things on a remote website.
Sometimes the operation takes many seconds and I believe that the user will not notice the status bar message "Search ...
2
votes
1answer
150 views
Java: JScrollPane overrides JFrame cursor setting, but only at startup
I have a program that is going to do some work (in a background thread) at startup, so I'd like to display a busy cursor for a few moments while a table is being populated. Unfortunately, no matter ...
2
votes
1answer
100 views
How do I create a dynamic mouse cursor .NET without using interop?
I have an application which I'm interested in eventually porting to mono so I'm trying to avoid using p/invoke's to accomplish this task.
I would like to load a cursor dynamically, as in I have a ...
2
votes
2answers
103 views
In Swing, is there a way to extract a predefined mouse cursor Image from the toolkit?
I'd like to make a custom help cursor by "badging" the built-in default mouse cursor with a question mark when the user is hovering over an object that can be clicked for context-sensitive help. I'd ...
2
votes
1answer
184 views
How to hide mouse cursor while typing in Visual Studio 2010?
Has anyone managed to find a workaround solution to Visual Studio doesn't hide the mouse cursor while typing?
I use both mouse and keyboard while coding. I must say this bug drives me insane since it ...
2
votes
4answers
518 views
How to prevent cursor from “jumping” into textbox when you type
If you have a focus on a textbox but mousecursor not exactly hovering on it, mousecursor has default arrow shape or whatever you define.
At the time when you start typing, mousecursor hide itself ...
2
votes
1answer
910 views
Transparent X11 Cursor Theme - Why does the X cursor appear in GTK+ subwindows?
I am using the transparent cursor theme trick (see http://obiltschnig.com/2010/08/14/hiding-the-gtkx11-mouse-cursor/) to hide the X11 cursor in a fullscreen Linux GTK+ application for a ...
2
votes
1answer
843 views
Silverlight: Is it possible to use custom mouse cursors/pointers?
I have just found this page indicating the support for Silverlight mouse cursors:
http://msdn.microsoft.com/en-us/library/system.windows.input.cursor(VS.95).aspx
Is that it!!! :-| what are they ...
1
vote
0answers
61 views
Hide Cursor Everywhere
I'm using C# and wish to hide the cursor globally. I can use Cursor.Hide() to hide the cursor while it is over my application, but I want to hide it completely, no matter where it is. Is this ...
1
vote
1answer
57 views
How to change cursor style for elements in editable div
I am trying to change the cursor to "pointer" for specific elements in content editable divs.
The below html code does not work as expected in Internet Explorer 8 and 9.
Any ideas how to set cursor ...
1
vote
2answers
108 views
CSS cursor:pointer in mac Safari doesn't work
I have placed cursor:pointer on a td but in Safari (on a mac) it only displays the default mouse cursor instead of changing to the little hand pointer which it does in every other browser.
Is anyone ...
1
vote
3answers
26 views
How to get the cursor to change to the hand when hovering a <button> tag
When viewing my site, the cursor only changes to the gloved hand for <a> tags, not <button> tags. Is there a reason for this?
Here is my code (the button tags have an id of #more in ...
1
vote
0answers
141 views
Java Swing getToolkit and custom cursor strange behavior
I am creating custom cursors in my Netbeans Java Swing app. For example, where 'cursorImage' is an image file on disk, I create my default cursor like so:
Cursor defaultCursor = ...
1
vote
0answers
109 views
How can I speed up the mouse pointer movement with the Robot class?
I know that I can move the mouse pointer with the java.awt.Robot() class to a specific screen location, but I need the movement to go a bit faster without losing the smoothness.
I tried setting the ...
1
vote
1answer
55 views
Javascript canvas mouse randomly changes
I'm making a webGL game using javascript and HTML5 canvas. Whenever my mouse is along a certain y position (either in the canvas or window) the cursor changes from the pointer to the edge drag ...
1
vote
1answer
130 views
Set consistent mouse cursor for QWidget
I have sub-classed QWidget to draw on it using mouse.
I use setCursor to change its cursor to cross shape.
It is working fine but as soon as I press the mouse button on it (for example to draw ...
1
vote
3answers
188 views
Change the mouse cursor on a window from another process on Windows
I have a process A, that launches a process B. I load a mouse cursor in A, and I want A to change the mouse cursor when the mouse is on the B window. Is it possible?
I tried to call SetCursor from A ...
1
vote
1answer
204 views
Change Cursor type in Pygtk Application
In my application I want to change cursor type of all buttons, on mouse leave and enter events. for this, I want to write generalized code instead of connecting each button with appropriate signal.
...
1
vote
0answers
129 views
Can I change the current cursor from an inactive application?
I’ve got a utility Mac application that runs in the background (LSUIElement enabled). Under some condition this application displays a menu window with several buttons. The problem is that when I ...
1
vote
1answer
238 views
how can I create an mobile application having mouse cursor, which moves on screen with buttons in j2me?
i want to use a cursor in my j2me application as it is being used by different web browse in
cell phones
1
vote
2answers
363 views
How do I make an image follow the cursor even outside an application?
In VB.Net with Winforms how do I make an image follow the cursor even when it leaves the form? I want to do this during a drag and drop operation. BCL and/or GDI is better for my usecase than ...
1
vote
2answers
447 views
C++ - change the cursor in an X Window
I thought this would be easy to find, but a google search has been very unhelpful. Is there a simple api to change the mouse cursor in your X window? (I know in windows you can just call "SetCursor")
1
vote
1answer
739 views
C# Change Global Mouse Cursor
I have a form with a Transparency-key color, where I'm doing a global mouse hook for the right click.
Until there everything is okay, but since the form is transparent, the mouse cursor is changing ...
1
vote
2answers
546 views
Mouse coordinates lags if CPU usage is not 100% - really weird!
When i make my program to use only 0-2% cpu (removed some CPU intensive opengl function), my mouse coordinates starts to lag! and when i use 100% CPU (when enabling the opengl function) i get nice and ...
1
vote
1answer
840 views
Resetting wait cursor in browser with Content-Disposition:attachment
The following code works nicely:
<script type="text/javascript">
var prm = Sys.WebForms.PageRequestManager.getInstance();
prm.add_initializeRequest(InitializeRequest);
...
1
vote
1answer
839 views
Is it possible to make a custom mouse cursor with Python Tkinter? (Using matplotlib with the TkAgg backend)
It's likely that this is just a general Python Tkinter question, not necessarily a matplotlib one.
So I'm in the midst of developing a rather large suite of plotting functionality on top of ...
1
vote
2answers
2k views
VC++ win32 API programming :how to change mouse cursor
I am trying to change the mouse cursor and write the code below but doesn't work.
It seems IDC_CURSOR_WHITE should be put into a rc file. I tried and failed. At last I came here seeking your guidance. ...
1
vote
1answer
698 views
How override cursor:text in the asp:menu for non-clickable items?
I have a menu control on the master page. The datasource for the menu is a websitemap.
E.g.,
HOME
Page1 (clickable)
Page2
SubPage1A (clickable)
...
1
vote
2answers
624 views
Changing mouse-cursor
I have seen in some applications the cursor changing. How do you do that? Thanks
1
vote
2answers
434 views
how do I implement a “second mouse cursor” in a c# windows app?
I actually don't want it to be a "real" mouse cursor, i.e. no need for ability to click on buttons, select text etc. It should just look like a cursor (or kinda like it) and be able to move around the ...
0
votes
3answers
52 views
Why does my wait cursor not show sometimes when updating data in JTable?
I have a JTable that will reload sorted data from the database when the user clicks on a column header. MainView (JFrame) contains the GUI elements that will create a new SwingWorker and start it. The ...
0
votes
1answer
17 views
Determine cursor size of currently selected theme
I want to show a custom mouse cursor, in a size that matches the current settings (in the control panel) of the user.
Doing Cursor.Current.Size always returns 32x32 (as I guess they always are ...
0
votes
2answers
85 views
Snapping mouse cursor to a line in a Delphi custom control
I'm wondering how can I achieve horizontal (or vertical) snapping the mouse cursor to a line. For example, on the Facebook timeline feature, when you hover the mouse over the line down the center, it ...