iOS Question How do I build a signature control?

davepamn

Active Member
Licensed User
Longtime User
I need to create a way for the user to create a signature, save the signature than post it to the server.
 

davepamn

Active Member
Licensed User
Longtime User
I tried the demo and it worked great.

How does the Base_Touch work with the panel

The Panel parent becomes base. What is base?

How do I access the image stored under file.dirtemp
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
The SignatureCapture object uses a panel named base for the drawings. The panel is added in the example to panel1 (to make it simpler to work with the designer).

How do I access the image stored under file.dirtemp
Like you access any other image. It depends on what you are trying to do with it.
 
Upvote 0

davepamn

Active Member
Licensed User
Longtime User
I was asking about an app store application that I could use to see the files in file.dirtemp. I wanted to send the file to a peer.
 
Upvote 0
Top