cursor-position Questions
2
Solved
Is it possible to create an object in a GUI whose position I can define by the cursor position (drag when clicked) by setting its 'Position' property to whatever the cursor position is? What functi...
Buggery asked 23/6, 2011 at 10:25
1
Solved
I need to get cursor position on the form, how would I do that?
Weisburgh asked 20/4, 2011 at 5:31
4
I am trying to implement Autocomplete in a text area (similar to http://www.pengoworks.com/workshop/jquery/autocomplete.htm).
What I am trying to do is when a user enters a specific set of charact...
Elliellicott asked 4/12, 2008 at 16:34
3
I have a simple contenteditable div with some text in it.
On onkeyup event i want to replace whole content (innerHTML) of the div based on regex.
For example,
HTML:
some text, more text and $ev...
Timmons asked 24/9, 2010 at 16:33
1
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 cu...
Dannica asked 10/1, 2011 at 0:49
1
Solved
I'm trying to put together a game for Linux 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 curso...
Citronellal asked 10/1, 2011 at 0:51
1
Is it just me, or do other people find that the left and right arrow keys on MacOS are unusually slow for editing text?
Compared to my Windows machines, positioning the cursor with left/rig...
Butterandeggs asked 17/12, 2010 at 14:44
1
Solved
I want to write a little vnc similar program that moves the Mac OS cursor to a position (x, y) given through a protocol which gets data from Bonjour service. The problem is that I don't know how to...
Downdraft asked 25/8, 2010 at 22:3
1
Solved
I have a RichTextBox control. When you left-click in the text the cursor jumps to where you clicked. I want this to happen when I right-click as well. I'm not sure how to do this. Thanks!
Woodson asked 8/6, 2010 at 10:52
2
I try to show popup dialog at text cursor position of an editor. How can I get text cursor position in pixels of the active editor (Point) and a show popup dialog at this point?
Corona asked 25/10, 2009 at 0:46
1
I am writing a autocompleter for a content editable DIV (need to render html content in the text box. So preferred to use contenteditable DIV over TEXTAREA). Now I need to find the cursor position ...
Vancevancleave asked 6/2, 2010 at 14:19
4
Solved
I am working on an application which draws a simple dot grid. I would like the mouse to snap between the points on the grid, eventually to draw lines on the grid.
I have a method which takes in th...
Dingle asked 11/12, 2008 at 12:50
© 2022 - 2024 — McMap. All rights reserved.