0
votes
3answers
30 views
Set cursor at a length of 14 onfocus of a textbox
Hai Guys,
I want to set cursor at a position of length 14 on a textbox which will not have a value.. Iknow initially cursor will be at 0 i want it to be at 14
0
votes
3answers
175 views
Does XCode have a cursor navigation stack like Visual Studio?
Visual Studio tracks cursor positions and lets you move forward and backward through these positions. For example, you can type Ctrl+- to navigate backwards and Ctrl+Shift- to navigate forwards.
I …
0
votes
2answers
40 views
How to get/set the position of the mouse relative from the application window?
I want to be able to get the current location of the mouse pointer, relative from where my form window is. So if I would put my mouse on the top left of the form, it would give me the x and y values …
0
votes
1answer
64 views
Eclipse-plugin how to get current text editor corsor position
I try to show popup dialog at text cursor position in editor. How can I get text cursor position of active editor (Point) and show popup dialog at this point?
3
votes
4answers
994 views
Getting cursor position in a Textarea
Hi all,
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 …
1
vote
2answers
72 views
How do I limit the following cursor to a specific area
I have a flash cs3 file where I want a mask to move on the y axis (up and down) when the user is scrolling over the navigation area.
In my code, I have:
maskMC.startdrag();
How do I limit the area …
0
votes
3answers
93 views
What’s my current cursor position?
This is not an Eclipse-programming question, but rather a question about the Eclipse user-interface in general.
I am writing a verilog source-code in an Eclipse text-editor using the simplifIDE …
1
vote
2answers
96 views
Absolute keyboard input position (blinking cursor)
Is it possible to make Java program that will determine the absolute position (x,y on screen) of blinking keyboard cursor? That cursor can be in any text editor.
6
votes
4answers
237 views
emacs equivalent of vim’s shift-h and shift-l
i'm wondering if emacs has these cursor movement commands built in or if i'm going to have to write them or find a snippet somewhere. i find them pretty spiffy and use them in vim regularly. i haven't …
0
votes
0answers
42 views
Cursor position on Windows mobile
Hi there
Is it possible to change the position of the cursor in a windows mobile app?
I wanted the show Cursor.WaitCursor icon but not in the middle of the screen
as default. I want to move it to a …
2
votes
3answers
2k views
Set cursor position on contentEditable <div>
Hi There,
I am after a definitive, cross-browser solution to set the cursor/caret position to the last known position when a contentEditable='on' <div> regains focus. It appears default …
0
votes
3answers
159 views
What are the WinXP console cursor control characters in c++?
I need the characters/escape sequences that move the console's cursor position. It would be nice to know the left/right/up/down cursor controls, but if that's not possible, a home (go to the first …
0
votes
1answer
716 views
How to move cursor to end of contenteditable entity
Hi I need to move caret to end of 'contenteditable' node like on gmail notes widget
i read threads on stackoverflow, but that solutions use input's and doesn't work with content editable
0
votes
5answers
540 views
Snap to grid mouse locking up
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 the …
1
vote
1answer
678 views
How to get mouse position over a certain control
Windows Form
I'm using the DragOver event on a layoutpanel and the DragEventArgs returns the X/Y coordinates of the mouse in relation to the screen. I know there is a function to translate this in to …
