Tagged Questions

0
votes
1answer
106 views

JApplet/JPanel not receiving KeyListener events!

Hello, I cannot get my JPanel within my JApplet to receive keyboard events. I CANNOT FATHOM why! Note that... Clicking the panel (with mouse) before typing makes no difference. …
1
vote
3answers
151 views

BlackBerry - KeyListener with global scope

Hello all, I am new to BlackBerry App development. I want to be able to listen for keypress events whenever the BlackBerry (8900 in my case) is on and on all screens is this possi …
0
votes
1answer
39 views

Making a Background Service Somewhat Like Apple’s Spotlight in VIsual Studio C#

I am about to start working on application that runs in the background waiting for a certain user input somewhat like apple's spotlight. Basically the user will give the service a …
0
votes
0answers
43 views

Catching key pressed with the virtual keyboard in Android?

With the physical keyboard you can catch key presses with a KeyListener, something like: myEditText.setOnKeyListener(new OnKeyListener() { @Override public boolean onKey(V …
0
votes
1answer
135 views

Handle callback for ENTER key in GWT-Ext’s NumberField

I use GWT-Ext library for building GUI for a webapp. I'd like to process an ENTER key press inside of the NumberField. It should be like this: final NumberField requiredHeigh …
0
votes
1answer
34 views

KeyListener and timing

Hello, I am writing program in Java will have to do with music input. I want to use my computer keyboard as instrument.Pretty much it will be as button accordion which I play. I w …
0
votes
1answer
83 views

Howto make Java JNI KeyListener with C++

I'm trying to make a program like AutoHotKey, but with a graphical interface. I'm using java.awt.Robot Now I want to make the code for checking the state from a key (In AHK: getKey …
0
votes
0answers
86 views

KeyListener(KeyPressed) doesn’t working

I try to make it like this : Try using a key listener to detect each time the user enters text into the field. Each time the key event is triggered, get the length() of the text in …
0
votes
1answer
67 views

How can you check if a key is currently pressed using Tkinter in Python?

Is there any way to detect which keys are currently pressed using Tkinter? I don't want to have to use extra libraries if possible. I can already detect when keys are pressed, but …
1
vote
2answers
126 views

Catching Tabs in TextArea

Does anyone know a cross-browser, reliable solution for catching presses of the tab-key in a textarea field, and replacing (in the correct position) 4 spaces? The textarea is being …
0
votes
1answer
113 views

stopPropagation not working for KeyListener in YUI 2.7

I have created a new YAHOO.util.KeyListener to attach to a specific element and have also created another new YAHOO.util.KeyListener to attach to the entire document. They are bot …
4
votes
3answers
372 views

Listening for input without focus in Java

I'm making a small program in Java using the Robot class. The program takes over the mouse. while in the course of debugging if it starts acting in a way that I don't want it's har …
2
votes
5answers
3k views

Java KeyListener for JFrame is being unresponsive?

Hey all, I am trying to implement a KeyListener into my JFrame. I have used the following code (at the moment im just trying to get this to work with my JFrame). System.o …
2
votes
1answer
236 views

How do I detect the ‘delete’ key in my Field subclass?

I'm trying to detect and override the Delete key on the Blackberry keyboard. For some reason, it never makes it inside my case statement as when it hits that point: Keypad.key(ke …
5
votes
2answers
487 views

Event listener in Java without app having focus? (Global keypress detection)

I've been searching for a while and everybody seems to think this is not possible using just Java, so I'll give SO a shot ;) Is there any way to have my Java application listen fo …

1 2 next
15 30 50 per page