Eric <[EMAIL PROTECTED]> wrote:
> the Character of my PalmOS is 2 bytes. the OS can handled the
> backspace. I add a button of backspace in my own program, I insert a
> backspace character in the textfld, it just show the backspace char in the
> fld. I think my way is wrong, any nice man give idea!!!?
I have a backspace button in one of my apps. Here is the code I use to
process the ctlSelectEvent for that button:
EvtEnqueueKey(backspaceChr, 0, 0);
The field handler for the text field eventually gets the backspaceChr
keyDownEvent and does the right thing with it.
--
Roger Chaplin
<[EMAIL PROTECTED]>