Top "Cursor" questions

DO NOT USE.

android.database.CursorIndexOutOfBoundsException: Index 0 requested, with a size of 0

I am using custom adapter extending cursor adapter for displaying data in listview, to display particular phone number i have …

android database cursor
Displaying wait cursor in while backgroundworker is running

During the start of my windows application, I have to make a call to a web service to retrieve some …

c# cursor backgroundworker wait
Cursor.Current vs. this.Cursor

Is there a difference between Cursor.Current and this.Cursor (where this is a WinForm) in .Net? I've always used …

c# .net winforms cursor cursor.current
Cursor based records in PostgreSQL

I'm trying to use cursors for a query that joins multiple tables. I've seen that for oracle there is a …

postgresql loops cursor plpgsql
Custom cursor in WPF?

I want to use an image or icon as a custom cursor in WPF app. What's the best way to …

.net wpf image cursor
C# Winforms - change cursor icon of mouse

How to change cursor icon to the 'busy icon' usually shown on the desktop? How can i set Animated files (.…

c# winforms cursor mouse
SQLite Android Database Cursor window allocation of 2048 kb failed

I have a routine that runs different queries against an SQLite database many times per second. After a while I …

android sqlite memory cursor memory-leaks
Magnifying Glass (zoom) Cursor over image

I'm looking for a solution to change the cursor to a magnifying glass upon hovering over a Fancybox image. Like …

css cursor fancybox
Why do I get "A cursor with the name already exists"?

I have this trigger: CREATE TRIGGER CHECKINGMAXQTYDAYSVACANCY ON TDINCI AFTER INSERT AS DECLARE @incidentCode int, @dateStart datetime, @dateEnd datetime, @daysAccumulated …

sql sql-server tsql cursor
How to hide cursor in a Swing application?

Is there a way to hide cursor (other than using transparent image as a cursor)?

java swing cursor