> I'm in need of manually creating accented characters by using generated
> (programmatic) keyDown events. I've spent some time writing accented
> characters to see what kind of keyDown events are generated for them, and
> I'm a little unclear as to whether I can manually generate them myself. (I
> have my own text entry technique for the Palm, you see, and it just
> generates keyDown events using EvtAddEventToQueue.) How can I do this for
> accented characters? Does anyone know? Many thanks.

    You can use EvtAddEventToQueue to enqueue them too. Look in CharLatin.h
for graved/accented charcodes. Graffiti method is a little different, its
engine enqueue non-accented char, than backspace char and accented char.
This method simplifies Graffiti engine, but require correct backspace
handling in text entry (standard field works well).




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to