KeyListener with Combo

Sam Hu samhu.samhu at gmail.com
Wed Sep 10 21:02:48 PDT 2008


Hi ,

I want to practice with KeyListener using Combo which permit the user to enter text in the text portion of the Combo. As the user types, the list portion of the Combo is searched for an item that matches the text that has been entered. If an item is found, it is automatically selected.Attached the source code.But it does not work.
I don't know what's wrong in the keyPressed() and keyReleased() method.Please help.
Thanks,
Sam
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Gui.d
Type: application/octet-stream
Size: 1533 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-dwt/attachments/20080911/5cda9ec0/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: keyLisApp.d
Type: application/octet-stream
Size: 1750 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-dwt/attachments/20080911/5cda9ec0/attachment-0001.obj>


More information about the Digitalmars-d-dwt mailing list