Enter Keywords:
1 - 10 of 130(0.097 seconds)
Sort By:
 
In a text box, I've limited what keys can be pressed.  I would like to add the backspace key.  On key press, I want it to delete the last (far right) number entered.  ie. 987654 entered Backspa...
Zones: Visual BasicDate Answered: 03/04/2000 Rating: 5.4 Views: 0
Hi there, I got an JTextPane and tried to make the backspace key like space or better like nothing. At the time I use setKeyChar/Code. In System out, in prints correctly, but in the Pane, it act l...
Zones: JavaDate Answered: 09/12/2000 Rating: 7.8 Views: 0
i want to write something like a shell in java. it doesn't need to execute anything or do any other work. all what i would like to have is a shell like feeling when i input something. that means: ...
Zones: JavaDate Answered: 07/05/2003 Rating: 7.6 Views: 0
I would like Backspace to be ^H, as this is what Telnet and our terminal emulator sends (correctly).  At the login prompt, however, Backspace is interpreted as ^? (Delete) whereas once logged in it...
Zones: Solaris UnixDate Answered: 01/22/2004 Rating: 6.2 Views: 0
I'd like t backspace and edit some words and numbers. HOw can I edit a word or number using the backspace acting like a delete key to delete one character or number previously typed?
Zones: VB ControlsDate Answered: 08/25/2004 Rating: 8.6 Views: 0
This function when I press backspace returns behind why??? document.onkeypress = checkkey; function checkkey(keyStroke) {   if (event.keyCode == 13)   {         event.returnValue = false;...
Zones: JavaScriptDate Answered: 09/10/2004 Rating: 7.0 Views: 0
I have a number pad with a <- button on it, and I want it to behave exactly like the backspace would (based on where the cursor is in the TextBox.  Can I somehow just generate a kepress event?  wha...
Zones: C#Date Answered: 01/12/2005 Rating: 8.6 Views: 0
Hi all, how can I use the backspace key to go back in Webbrowser (EmbeddedWB) ? Thanks
Zones: Delphi ProgrammingDate Answered: 10/06/2005 Rating: 6.4 Views: 0
How can I check and see if the text box is empty, and display message saying that? Also, using backspace key, how can I make it go from one text box to another.?
Zones: JavaScriptDate Answered: 11/09/2005 Rating: 9.0 Views: 0
i used to clear selected text with backspace... but now i can't... do you know what's wrong with it?
Zones: MS WordDate Answered: 10/03/2006 Rating: 7.4 Views: 0