I am creating an application that requires a user to draw their hand signature on a tablet. Does anyone the best way to do this on Flex mobile 4.5? What do I draw on to, a Sprite, canvas?

Also, I would need to save the signature as a .jpg, could this be done?

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

Have a look on the following:

http://www.jamesward.com/2010/03/22/flex-paint-updated-to-flex-4/

It may give you some hints.

link|improve this answer
P.s. You can use the JPGEncoder to encode the image for saving. (The example has png). – Nate Jul 18 '11 at 21:38
@Nate, thanks!! – michael Jul 19 '11 at 8:28
feedback

The BlackBerry-provided sample signature capture app ought to be a good starting point.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.