"Raison Mikhael" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Which function outputs the characters found in the Graffiti system? > I don't find such a function in the sysTrap list. > What do I have to do if I want to replace the Graffiti system ? > > > I proceed with the following steps : > 1) I disable Graffiti in my app with an "EvtEnableGraffiti(false);" call. > 2) I process the input with the eventLoop (penDownEvent, penUpEvent, > penMoveEvent) > 3) I find the desired symbol. > 4) I must put it somewhere. > > > I've got the two following problems : > - Even if I have disabled Graffiti, I can't catch a penDownEvent in the > Graffiti area on the bottom of the screen (I don't have this problem with > the penMoveEvent and the PenUpEvent) > - I actualy print the symbol found on the screen, but now I want to use it > elsewhere. Where does Graffiti put its characters when it founds some (Which > function - trap, ...?).
Have you tried EvtEnqueueKey ? > > Thanks for helping me. > > Michael. > > _________________________________________________________________ > > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
