In Cobalt, I believe you would use the Graffiti2 library to process the strokes. I'm not sure how easy it was in Garnet, and I don't know how easy it is in Cobalt, but the following pages should help you. Look at the section about the handwriting recognition engine.
http://www.palmos.com/dev/support/docs/protein_books/Input_Services/In_P inletConcept.html#983673 http://www.palmos.com/dev/support/docs/protein_books/Input_Services/In_H andWriting.html#993097 (The links may not work if there are line breaks in them. Try copying and pasting into address bar) HWRProcessStroke() seems to be the equivalent of GrfProcessStroke(). I guess the Grf API was removed in favor of new PINlet independent APIs. Jonathan King > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:bounce-415509- > [EMAIL PROTECTED] On Behalf Of Russell Cagle > Sent: Monday, March 14, 2005 4:25 PM > To: Palm Developer Forum > Subject: Read Graffiti on the Main Screen > > My application uses GrfProcessStroke() to read handwriting anywhere on > the screen. It only took a couple of lines of code to get working and > it added a lot of functionality to my app. Now that functionality is > deprecated in Palm OS 6 and the Cobalt porting guide doesn't offer any > alternatives. Does anyone out there have any suggestions? I need to > read Graffiti on the main screen. I need the letter written and the > bounds of the stroke. > > http://www.palmos.com/dev/support/docs/protein_books/Porting_Apps_to_Cob al > t/Graffiti.html > > Russell Cagle > Partner Software > > > -- > 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/
