Drop down list


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Stephen Auerbach (67.86.36.170) on November 03, 2003 at 12:30:30:

I'm trying to develop Comet code that will simulate the drop down list in Windows. For example, in IE when you type one letter in the address box, you see all the sites you visited that start with that letter.

To do this in Comet, I thought I'd use SingleKeyInput, get one byte, look in the file, display 10 record keys and get another byte.

BUT SingleKeyInput does not work the way I expected. I don't get the SingleKeyEntered, I get the first byte in the input field. Is there another function that will get me what I want??


Follow Ups: