Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Detecting key press events on an editable combo box

Reply
Thread Tools

Detecting key press events on an editable combo box

 
 
Hicks
Guest
Posts: n/a
 
      06-09-2004
I've got a combo box that also allows the user to type in i.e. I make
it editable. When it's in edit mode, I want to be able to detect when
the user starts typing. I've tried adding event handlers to catch
keyPressed and keyTyped events, but my event handler does not get
called.
The event handler does get called though when the combo box is in
non-edit mode, and populated with entries.
Is there any way I can catch keypress events in an editable combo box?
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
simulated cursor-key-up/down key-press changed ? polen.t2006@freenet.de ASP .Net 0 10-11-2007 11:23 PM
How to reference one combo box from another combo box SM Javascript 2 04-28-2007 04:49 PM
Detecting <enter> key-press not working - please help almurph@altavista.com Javascript 4 03-14-2007 05:05 PM
editable combo-box Henry Javascript 0 08-14-2006 12:42 AM
Fill Combo Box based on another Combo Box dthmtlgod ASP General 1 11-16-2005 04:08 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57