Hi Ken , If we use chrBackspace , it deletes the previous char , we want to delete the next char , so we used a combination of first enqueueing chrRightArrow and then chrBackspace . This works when the cursor is in the middle of the text . But when the cursor is at the end of the text , then chrRightArrow doesn't work only chrBackspace works , so the previous chars get deleted one by one . What should we do in this case ? If we use only chrBackspace , how can it perform the function of chrDelete ? -Dhanashri
----- Original Message ----- From: "Ken Krugler" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, December 03, 2003 3:53 AM Subject: Re: chrDelete in palm > >Is chrDelete command char disfunctional in palm os 4.1 & 5.0 ? We enqueued > >it as follows : > > > > EvtEnqueueKey(chrDelete,0,0); > > > > > >But it does not act upon it . The OS simply ignores this char . Is something > >missing here ? > > Use chrBackspace, not chrDelete. > > -- Ken > -- > Ken Krugler > +1 530-470-9200 > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
