Top "Cursor" questions

DO NOT USE.

Moving mouse cursor programmatically

To start out I found this code at http://swigartconsulting.blogs.com/tech_blender/2005/08/how_to_move_the.html: public …

c# internet-explorer mouse pinvoke cursor
Android SimpleCursorAdapter doesn't update when database changes

I have an Android ListActivity that is backed by a database Cursor through a SimpleCursorAdapter. When the items are clicked, …

database android sqlite cursor listactivity
Eclipse cursor changes to crosshair

I was working in Eclipse Java EE IDE. While using it, mouse cursor changes to cross-hair. Now its displaying as …

java eclipse editor cursor
Android: Edittext with gravity center not working on device

In Android I'm using a single line edittext with gravity set to center. In the Emulator this works great both …

android cursor android-edittext gravity
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 …

html css cursor mouse-cursor
Android cursor error - "make sure cursor is initialized correctly before accessing data from it..."

I've got an activity where a viewflipper shows a list containing the artists from mediastore, which onitem click display a …

android listview cursor viewflipper mediastore
Windows Forms RichTextBox cursor position

I have a C# Windows Forms program that has a RichTextBox control. Whenever the text inside the box is changed (…

c# winforms cursor richtextbox
Calling a function that returns a refcursor

I am using Postgresql 8.3 and have the following simple function that will return a refcursor to the client CREATE OR …

sql postgresql cursor plpgsql ref-cursor
What is hardware cursor and how does it work?

Is there anyone who can explain how hardware cursor works precisely? How does it relate to the graphics I'm drawing …

opengl graphics cursor hardware-acceleration
Cursor: pointer; on svg element is not working

In my website i use svg elements. Sometimes i need them to be clickable, therefore i want pointer cursor over …

html css svg cursor