mouse-cursor Questions

2

I want a selectable text that is clickable, in this case I'm using Flutter Web and the html library, I have a clickable phone number which allows the user to select an app from the browser to phone...
Rayraya asked 26/7, 2021 at 17:4

9

Solved

Scenario: User clicks a button on the View This invokes a command on the ViewModel, DoProcessing How, and where does the Wait cursor get set, considering the responsibilitues of View and ViewMode...
Glop asked 12/4, 2012 at 6:52

6

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 anyo...
Cellobiose asked 11/1, 2012 at 14:30

13

Solved

How can I display the Wait/Busy Cursor (usually the hourglass) to the user to let them know the program is doing something?
Troublous asked 14/10, 2009 at 19:48

4

Solved

How to change cursor icon to the 'busy icon' usually shown on the desktop? How can i set Animated files (.gif,.ani) instead of cursor ?
Godroon asked 25/5, 2010 at 5:54

20

Solved

I set cursor: pointer for .about > span, but when my mouse hovers on those texts in <span>, the cursor does not change into pointer mode. I would like to know why it is not working. #f...
Hurdygurdy asked 25/8, 2013 at 23:7

2

Solved

I am making a 2D shooting game on Javafx 8 and I would like to be able to make the cursor invisible so that I can replace it with crosshairs. Is there anyway to make the mouse cursor invisible wh...
Eyehole asked 30/12, 2014 at 23:50

3

hi. I'm trying to find out how to hide the "drag not allowed" cursor during a drag operation. I could be okay with changing it too, if removing isn't possible. I feel like I'm not getting...
Filature asked 9/2, 2022 at 13:3

6

Solved

In my website i use svg elements. Sometimes i need them to be clickable, therefore i want pointer cursor over them. However adding css class or style cursor: pointer; not work. That's the exam...
Mcpeak asked 31/10, 2014 at 10:54

2

Solved

Recently my website which I've been working on has stopped showing the cursor as a pointer on links, where I intend to use a pointer type of cursor. I've restarted Chrome, checked other websites an...
Bubalo asked 31/8, 2017 at 16:50

8

Solved

I have a simple application that runs a process that can last for several minutes before completing. I am trying to provide an indication to the user that it is processing the request - such as cha...
Romany asked 21/11, 2011 at 21:39

2

The relationship between these two properties seems to have been the source of some confusion. Based on reading both the MDN site and MSDN I thought i had figured it out, but now I am not sure... I...
Instep asked 9/12, 2013 at 12:58

28

Solved

I've got a list, and I have a click handler for its items: <ul> <li>foo</li> <li>goo</li> </ul> How can I change the mouse pointer into a hand pointer (like...
Sturgeon asked 21/6, 2010 at 19:45

12

Solved

How do I change the cursor pointer to hand when my mouse goes over a <tr> in a <table> <table class="sortable" border-style:> <tr> <th class="tname">Name</th>...
Sovereign asked 15/2, 2012 at 4:1

7

Solved

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 the...
Aylward asked 31/7, 2009 at 2:7

1

I'm trying to get cursor data (mask and color, if available) as a byte array using GetDIBits(), with the correct size and correct animation frame but it's proving to be unreliable. Also, I would li...
Parabasis asked 2/1, 2022 at 1:31

8

Solved

Is there a difference between Cursor.Current and this.Cursor (where this is a WinForm) in .Net? I've always used this.Cursor and have had very good luck with it but I've recently started using Code...
Sacerdotalism asked 19/11, 2008 at 17:17

1

I'm using tumblr. And I use the following code to change the cursor for the main body and hover on links: body, a { cursor:url("http://i.imgur.com/2qleX.jpg"), auto} a:hover { cursor:url("http://i...
Gwen asked 16/2, 2018 at 5:39

4

Solved

I made a tooltip panel follow the cursor with void Update () { this.transform.position = Input.mousePosition; } in the Update function. The panel "lags" behind, moving to cursor position afte...
Nato asked 5/5, 2017 at 10:8

7

Solved

In my web application I try to implement some drag and drop functionality. I have a global JavaScript component which does the the basic stuff. This object is also responsible for changing the mous...
Libra asked 25/5, 2012 at 7:51

5

I'm trying to change the cursor to a crosshair in SwiftUI on MacOS. I've put the following code into the AppDelegate applicationDidFinishLaunching() function: NSCursor.crosshair.set() When th...
Spoilage asked 24/5, 2020 at 10:59

5

I want JavaScript code to detect the mouse cursor type. For example when the cursor hovers in <textarea> it changes from default to text. How would I go about detecting this?
Haircut asked 14/3, 2011 at 21:18

6

I would like to change the cursor icon to my customized 32x32 image when a Java application is executing. I looked and searched, those I found are just setting cursor on a JComponent. But I want th...
Ruelas asked 25/11, 2010 at 7:27

9

Solved

Do any web browsers support animated cursors? I've been searching the web to add custom cursors to my web application. I've been finding a lot of non animated (.cur) and animated (.ani) cursors, a...
Orissa asked 8/2, 2012 at 7:23

2

Solved

I'm trying to set the cursor to a watch. The problem is that gdk_set_cursor() requires a gdk_window. How do I get the gdk_window of a gtk_window in C? I've seen examples for gtkmm and pygtk but I c...
Maxson asked 22/4, 2012 at 2:7

© 2022 - 2025 — McMap. All rights reserved.