> Thanks for Ardiri's helps. > > I want to capture user's signature on Gadget(see the attachment), > and save it as bmp or others. I can do it on low density, but it > don't run on high density.
well, its nothing to do with high density. the same code should work on OS5 - *if* you did it right. but, as many others have done in the past regarding 'capturing' signatures - they depended on the fact that the bitmap stream was actually following the bitmap header directly. this is NOT the case on OS5 machines. you need to get the pointer using BmpGetBits() and then work with the data from there - it has been discussed previously in the past on this mailing list. now, if you wanted to get it in hi-resolution, then you would need the high resolution API's. you can capture low density on a high density device. > If you agree, I can send the code to your mail-box. no. thats the last thing i want you to do. as a general broadcast message, and, i am sure Ben also gets similar emails - if you want to send us emails directly for assistance; dont expect any replies unless of course you are willing to pay ($$ hard cash) for us to help you. on occasion we do posts some solutions on the message boards, but, dont take it for granted. now - if you cannot figure it out, make me an offer. i am sure i can whip up the code in a jiffy to do exactly what you want. (and, it'll work) --- 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/
