I'm also very new to programming Palms is C and would also like to 
see some working example of how to capture signatures.  I tried to 
follow Aaron's suggestion of searching the archives, but with this 
Yahoo search engine it is not easy to find something in the 
archives.  My searches for more info on this on Palm's web site also 
did not make me any wiser.

Up to now I used the NSBasic compiler.  It has a very convenient way 
of capturing signatures.  Basically you just create a gadget and then 
you can do things like startSignatureCapture or displaySignature.  
The actual signatures bitmaps is saved as a string so it is easy to 
save and recall in databases.

Now if someone can confirm that this is possible in my new CW9 that I 
just received yesterday...  it would make me very happy.  

Christy, in one of your other messages about this same topic you 
mentioned "signature.c".  Is searched everywhere, but can not find 
which file you are referring to.  Can you please enlighten me?

Werner


--- In [EMAIL PROTECTED], "Aaron Ardiri" <[EMAIL PROTECTED]> 
wrote:
> > My SaveDate routing writes one record into the
> > database but the actual form fields (code and notes)
> > and the bitmap are not saved with the record. Where
> > did I do wrong? Thanks much.
> 
> this has been discussed many times before. and, the
> basic of your problem is your saving bmpP, which is
> a 32 byte integer (address location).
> 
> you need to save a bit more than that.
> 
> and, it gets tricky. on pre OS5, you can just save
> the buffer pointed to at bmpP (header + bits). on 
> OS5, you need to save the header and, seperately 
> save the bits (as, they are not part of the bmpP 
> memory structure). 
> 
> search the archives, its all been discussed to
> death before (look for signature).
> 
> ---
> Aaron Ardiri                           [EMAIL PROTECTED]
> CEO - CTO                                              +46 70 656 
1143
> Mobile Wizardry                         
http://www.mobilewizardry.com/
> 
> -- 
> 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/

Reply via email to