4
votes
3answers
87 views
how to easily experiment with elisp code that involves moving a cursor (caret)?
I usually play with elisp code on my scratch buffer. I find it hard to play with elisp code that moves cursors in this way because I don't know how to separate the buffer for editing code and the …
3
votes
3answers
1k views
How do you programmatically move the caret of a Flex TextArea to the end?
I'm trying to move the caret in a Flex TextArea to the end after appending some text from my code. I've looked through the reference documentation for TextArea and its underlying TextField but it …
2
votes
3answers
104 views
WPF TextBox - programatically select text while preserving “selection direction”
When editing text the user is able to use the keybord shift button and direction keys to modify the selection - one position stays anchored while the other moves. By pressing left it is possible to …
2
votes
1answer
279 views
Change text cursor (caret) colour in Cocoa?
Hello!
Does anyone know if it’s possible to change the text cursor (aka caret) colour in Cocoa? I need to create a textfield which would change its caret colour depending on something.
Please notice …
2
votes
3answers
649 views
Custom Caret for WinForms TextBox
Hi, I'm developing a custom HyperTerminal like application in a WinForms .Net 2.0 application. I have a multiline TextBox in a Panel in which you can interact with a hardware device.
My customer …
2
votes
1answer
348 views
How to hide a caret in IE? (JavaScript)
While displaying a pop-up window above a wysiwyg editor, the caret (cursor in text area) is still visible under the pop-up window. Any ideas?
1
vote
2answers
392 views
Blackberry Java: TextField *without* the caret?
I want a non-editable TextField (or a subclass) that doesn't even have the caret displayed. Alternatively, I want a multiline LabelField. Is any of these possible?
1
vote
1answer
263 views
How can I get the element the caret is in with Javascript, when using contentEditable?
Hi,
Let's say I have some HTML code like this:
<body contentEditable="true">
<h1>Some heading text here</h1>
<p>Some text here</p>
</body>
Now the caret …
1
vote
0answers
93 views
wpf passwordbox caret
Hi all,
How do I use a passwordbox control with a virtual keyboard using WPF? With the textbox control, it's fairly simple to just move the caret to the next text position; not so with passwordbox, …
1
vote
1answer
226 views
WPF PasswordBox Caret
Is there a way to hide or move the PasswordBox's caret?
1
vote
1answer
240 views
Drawing a blinking caret in Winforms
I'm developing a custom control, which most resembles a text area. I am drawing text, which works correctly, and accepting input which also works.. But I (the user) am left guessing where the caret is …
1
vote
1answer
364 views
C++/QT: drawing a caret
I'm learning QT. I just started to write a text editor from scratch by inheriting QAbstractScrollArea. I'm doing this just for practice. But now I'm faced with the problem of displaying a caret. What …
1
vote
4answers
295 views
How did the term “caret” for text insertion evolve?
Where did the term "caret" originate for a text insertion point? I've tried to google for it, but this is something difficult to locate (even my historic computer reference books don't seem to help …
1
vote
6answers
433 views
MFC: What on earth is a CSplitterWnd Caret?
What on earth is a caret in the context of a CSplitterWnd class? I can't find any documentation relating explicitly to CSplitterWnds...
EDIT: Specifically, what do these functions actually do:
CWnd …
1
vote
2answers
76 views
Selection overridden by formatter.
I have applied a Formatter to a JFormattedTextField using a FormatterFactory, when a user clicks into the text field I want to select the contents.
A focus listener does not work as expected because …
