A cursor is a control structure for traversing records in a database. Also a moving placement or pointer that indicates a position in a computer screen.
89
votes
3answers
77k views
How to get caret position in textarea?
How do you get the caret position in text area using JavaScript?
For example:
This is| a text
This should return 7.
How would you get it to return the strings surrounding the cursor/selection? eg:
...
41
votes
4answers
15k views
Usage CursorLoader without ContentProvider
Android SDK documentation says that startManagingCursor() method is depracated:
This method is deprecated. Use the new CursorLoader class with LoaderManager instead; this is also available on ...
29
votes
3answers
61k views
Android: Binding data from a database to a CheckBox in a ListView?
I'm trying to bind data from my SQLiteDatabase to a ListView. I'm currently using a SimpleCursorAdapter to fill in my ListView. Unfortunately this doesn't seem to work with setting a CheckBox's ...
16
votes
7answers
5k views
how to get a word under cursor using JavaScript
in this case:
<p> some long text </p>
how can i know that mouse cursor is above the 'text' word?
48
votes
14answers
19k views
Why do people hate SQL cursors so much? [closed]
I can understand wanting to avoid having to use a cursor due to the overhead and inconvenience, but it looks like there's some serious cursor-phobia-mania going on where people are going to great ...
24
votes
10answers
22k views
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 do it?
10
votes
3answers
5k views
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 tried lot of functions in various forums. but when the last character of the selection is a new ...
28
votes
5answers
11k views
What does “invalid statement in fillWindow()” in Android cursor mean?
I sometimes see this error in my logcat output,
Cursor: invalid statement in fillWindow().
It sometimes happens when I press the back key and then it goes to the default Android listview before ...
16
votes
5answers
13k views
Android error: java.lang.IllegalStateException: trying to requery an already closed cursor
environment (Linux/Eclipse Dev for Xoom Tablet running HoneyComb 3.0.1)
In my app I'm using the camera (startIntentForResult()) to take a picture. After the picture is taken I get the ...
5
votes
1answer
2k views
Javascript Text Selection Page Coordinates
I have an question about getting the page coordinates of a text selection in javascript. I do know how to get the selected text etc. but that is not what I'm looking for... I need the coordinates (in ...
19
votes
6answers
14k views
How to hide cursor in a Swing application?
Is there anyway to hide cursor other than using transparent gif image?
10
votes
5answers
3k views
How to use this square cursor in a HTML input field?
How can I use this square cursor ( image below ) in the input tags ?
13
votes
3answers
4k views
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?
21
votes
4answers
13k views
android simplecursoradapter not updating with database changes
I have an android list activity that is backed by a database cursor through a SimpleCursorAdapter.
When the items are clicked, a flag field in the coresponding row in the database is toggled and ...
1
vote
1answer
34k views
Android : BaseAdapter how to?
Ok, I have been searching thick and thin, and I am having some issues implementing a BaseAdapter.
I have been able to implement a Simple Cursor Adapter
...
23
votes
9answers
35k views
Finalizing a Cursor that has not been deactivated or closed non-fatal error
i'm getting a "Finalizing a Cursor that has not been deactivated or
closed" error on this piece of code.
The code is used to fill a listview.
Since it's a non-fatal error , there is no crash and ...
14
votes
2answers
9k views
What are the benefits of CursorLoaders?
I use Cursors extensively in my app, to load and occasionally write information from and to a database. I have seen that Honeycomb and the Compatibility Package have new Loader classes designed to ...
25
votes
8answers
8k views
chrome sets cursor to text while dragging, why?
my application have many drag and drop features. and while dragging i want that cursor changes to some grab.cur. ie and firefox are working fine in this. but in chrome it always changes the cursor to ...
3
votes
2answers
2k views
Cursor and Adapter
can someone see what I have wrong with my cursor: The data from the db is not returned (at least the screen is blank). I think that is my problem. In the DDMS shows it opens & closes the db. I ...
4
votes
2answers
2k views
Android - SQLite Cursor getColumnIndex() is case sensitive?
While working with SQLiteCursor in Android i came to know that the getColumnIndex() is behaving case sensitive for example:
Example:
Column Name in DB was: Rules
cursor.getColumnIndex("Rules") ...
8
votes
2answers
3k views
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 to be retrieved all at once (on start up).
I'm trying to do that by using as ...
26
votes
11answers
35k views
SQL Call Stored Procedure for each Row without using a cursor
How can one call a stored procedure for each row in a table, where the columns of a row are input parameters to the sp without using a Cursor?
14
votes
4answers
9k views
C# - Capturing the Mouse cursor image
BACKGROUND
I am writing a screen capture application
My code is based derived from this project: http://www.codeproject.com/KB/cs/DesktopCaptureWithMouse.aspx?display=Print
Note that the code ...
11
votes
2answers
14k views
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 class Win32
{
[DllImport("User32.Dll")]
public static extern long ...
7
votes
4answers
6k views
how do i create a custom cursor adapter for a listview for use with images and text?
Hi want to create a custom cursor adapter so I can display an image with 2 lines of text.
I have had some trouble understanding the custom cursor adapters but I do not understand how to add an ...
8
votes
3answers
18k views
Android: How to text filter a listview based on a simplecursoradapter?
I have a ListView that is backed by a SimpleCursorAdapter.
I'd like to be able to filter the list like you would a contacts list, just by typing, and I came across the textFilterEnabled()
Problem ...
13
votes
1answer
17k views
2
votes
2answers
4k views
Android get a cursor only with contacts that have an email listed >android 2.0
i have the following code to get contacts from content provider
String[] columns = new String[] {
ContactsContract.Contacts.DISPLAY_NAME,
...
2
votes
2answers
3k views
Inserting text at cursor in a textarea, with Javascript
I've had a look round the web for solutions, and there are some, but they all seem to split code into supporting IE and Firefox. I was wondering if there's a more elegant way which would work on every ...
14
votes
1answer
2k views
What's the best way to iterate an Android Cursor?
I frequently see code samples where people are iterating over the result of a database query, doing something with each row, and then moving on to the next row. Typical examples are as follows.
...
1
vote
2answers
2k views
How to get caret position within contenteditable div with html child elements?
I am working with a contenteditable div that will have the option to have inline html elements such as tags in the text flow.
At certain points I need to grab the caret position but have found that ...
27
votes
9answers
18k views
Getting the browser cursor from “wait” to “auto” without the user moving the mouse
I use this jQuery code to set the mouse pointer to its busy state (hourglass) during an Ajax call...
$('body').css('cursor', 'wait');
and this corresponding code to set it back to normal...
...
12
votes
4answers
6k views
Changing values from Cursor using SimpleCursorAdapter
I have database table with the columns {Name, Time (UTC format) , Latitude, Longitude}
I display the table using a ListActivity with a SimpleCursorAdapter.
I would like that the column Time show the ...
10
votes
4answers
5k views
How to get the cursor position in bash?
In a bash script, I want to get the cursor column in a variable. It looks like using the ANSI escape code {ESC}[6n is the only way to get it, for example the following way:
# Query the cursor ...
16
votes
5answers
17k views
Iterate through rows from Sqlite-query
I have a table layout that I want to populate with the result from a database query.
I use a select all and the query returns four rows of data.
I use this code to populate the textviews inside the ...
3
votes
4answers
8k views
Android Spinner Selected Item
I am populating a spinner from the database like this
// Populating the City Spinner
Cursor cities = db.cityList();
startManagingCursor(cities);
// create an array to specify which ...
5
votes
4answers
2k views
Cocoa: change cursor when it's over an NSButton
How can I change the cursor when it's over an NSButton?
3
votes
4answers
2k views
When are TSQL Cursors the best or only option?
I'm having this argument about using Cursors in TSQL recently...
First of all, I'm not a cheerleader in the debate. But every time someone says cursor, there's always some knucklehead (or 50) who ...
2
votes
3answers
1k views
Set the mouse location
I need to be able to set the mouse location to the middle of the screen/window.
How can I do that?
7
votes
1answer
903 views
How can I lock the cursor to the inside of a window on Mac OS X?
I'm trying to put together a game for Mac OS X which involves a lot of fast action and flinging around of the mouse cursor. If the user wants to play in windowed mode, I'd quite like to lock the ...
3
votes
1answer
961 views
Remove typing cursor from combobox
I am using an ExtJS combobox. There is a typing cursor when focusing on the combobox. I tried to implement editable: false when creating the combobox, but it helped only for chrome.
Also tried ...
3
votes
2answers
3k views
Why is my activity crashing when hitting the home button?
At this point I'm quite frustrated. I've been researching this for a few days and cannot even isolate anything beyond a cursor problem. I am extending ListActivity and using ...
2
votes
2answers
3k views
Images in SimpleCursorAdapter
I'm trying to use a SimpleCursorAdapter with a ViewBinder to get an image from the database and put it into my ListView item view. Here is my code:
private void setUpViews() {
mNewsView = ...
13
votes
3answers
4k views
App Crashes On Startup Due To java.lang.IllegalArgumentException: column '_id' does not exist
Whenever I start my app, I get a java.lang.IllegalArgumentException: column '_id' does not exist error in my LogCat. I have created the column '_id', but it still throws this. Here is my main .java:
...
8
votes
1answer
6k views
Android eclipse startManagingCursor Deprecated but want to support older API versions?
I am trying to understand something, and I am sure it is very basic to some people.
I read everywhere that the startManagingCursor method is deprecated and you should use the CursorLoader class. ...
3
votes
1answer
8k views
SQL Server: how to add new identity column and populate column with ids?
I have a table with huge amount of data. I'd like to add extra column id and use it as a primary key. What is the better way to fill this column with values from one 1 to row count
Currently I'm ...
12
votes
2answers
21k views
How can I create a list Array with the cursor data in android
How can I create a list Array (the list display First Alphabet when scroll) with the cursor data?
11
votes
1answer
9k views
What's the purpose of startManagingCursor?
Ok, the documentation states that it lets the Activity manage the cursor's lifecycle. But I don't really see the point of it since when the activity is destroyed, any references to the newly created ...
14
votes
6answers
14k 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 ...
18
votes
9answers
6k views
MS SQL Server - When is a CURSOR good?
Many times when I've written stored procedures, etc. I use a CURSOR at first and later find some performance issue with my procedure.
Every thing I read says CURSORS are awful, cause unnecessary ...