I am trying that advice on my own application. I was wrong about "APPL" resource type: it just contains app name.
Look for types "code" and "data" - I have couple of those, but don't seem to start with anything like signature. I opened a .prc file with hexdump - still no luck. Any comments ? Michael -----Original Message----- From: Michael Glickman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 5 December 2001 2:17 PM To: Palm Developer Forum Subject: RE: How to capture signature on a palm? If you know, how a signature looks like in PalmOS (I never really worried about that) this is the recipe: 1. DmOpenDatabaseByTypeCreator (type 'appl', creatorID you pressumably know) (or use FindDatabase as far as it is still there :-) + DmOpenDatabase ) 2. Find the resource of type 'APPL' 3. Lock the resource and read it from start 4. Unlock the resource. Hopefully this helped you a bit. M. -----Original Message----- From: HU HUITING [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 5 December 2001 12:23 PM To: Palm Developer Forum Subject: How to capture signature on a palm? Can any experts please help me? How to capture signature in C++ language, using Palm OS 3.5? Thanks _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
