S ST500 Active Member Licensed User Nov 20, 2019 #1 Hi, ist there a example for B4XSignatureTemplate in Forum? Martin
Erel B4X founder Staff member Licensed User Longtime User Nov 20, 2019 #2 Yes, it is included in XUI Views Example project: https://www.b4x.com/android/forum/threads/b4x-xui-views-cross-platform-views-and-dialogs.100836/ Upvote 0
Yes, it is included in XUI Views Example project: https://www.b4x.com/android/forum/threads/b4x-xui-views-cross-platform-views-and-dialogs.100836/
S ST500 Active Member Licensed User Nov 20, 2019 #4 How to capture the signature without timestamp? Sorry for the question. Upvote 0
DonManfred Expert Licensed User Longtime User Nov 20, 2019 #5 ST500 said: How to capture the signature without timestamp? Click to expand... B4X: SignatureTemplate.AddDateAndTime = false Upvote 0
ST500 said: How to capture the signature without timestamp? Click to expand... B4X: SignatureTemplate.AddDateAndTime = false
DonManfred Expert Licensed User Longtime User Nov 20, 2019 #7 ST500 said: Oh no, so easy??????? Click to expand... yes. And much more: The ide would give you the answer DIRECTLY if you just try to find all properties. Test it Upvote 0
ST500 said: Oh no, so easy??????? Click to expand... yes. And much more: The ide would give you the answer DIRECTLY if you just try to find all properties. Test it
S ST500 Active Member Licensed User Nov 20, 2019 #8 DonManfred said: yes. And much more: The ide would give you the answer DIRECTLY if you just try to find all properties. Test it Click to expand... You are the best. I will test it now. Upvote 0
DonManfred said: yes. And much more: The ide would give you the answer DIRECTLY if you just try to find all properties. Test it Click to expand... You are the best. I will test it now.