Top "Cursor" questions

DO NOT USE.

How to get the start and end points of selection in text area?

i want to get the cursor start and end position of a selected range in a text-field or text-area. i …

javascript cursor position internet-explorer-6
Create a cursor from hardcoded array instead of DB

I am trying to make a drag-and-drop list for a little game app I am writing. There are 6 entries in …

android cursor
Hiding the mouse cursor when idle using JavaScript

Is it possible to use JavaScript to set the cursor attribute to the property none if the mouse is inactive …

javascript css cursor mousemove
How to efficiently use MySQLDB SScursor?

I have to deal with a large result set (could be hundreds thousands of rows, sometimes more). They unfortunately need …

python mysql optimization cursor
Android: How to requery a Cursor to refresh ListView after deleting database row?

This might be a noob question but I'm quite new to all this SQLite-Database-Cursor-Adapter-ListView-Do-It-Properly-Stuff. What I have: In my MainActivity …

android listview cursor android-sqlite simplecursoradapter
Creating cursor with Dynamic SQL in MYSQL

I am writing a stored procedure which opens a cursor to a table and then iterate through all records. In …

mysql stored-procedures cursor dynamic-sql
Java: column number and line number of cursor's current position

I want to know the column number and row number where the cursor in JTextArea. ie. in notepad when i …

java swing cursor caret jtextarea
Android Cursor with ORMLite to use in CursorAdapter

Is there any way, how to get Cursor for a query, which I am processing with ORMLite Dao object?

android sqlite cursor ormlite
Convert results of SQLite Cursor to my object

I've executed some queries on my SQLite DB on Android. Main instruction used is this: Cursor cursor = myDB.rawQuery(select, …

android cursor gson pojo
Vim CursorLine color change in insert mode

There is good snippet for changing cursor color: if &term =~ "xterm\\|rxvt" " use an orange cursor in insert mode …

colors cursor line vim