Android Question XUIViews B4XSignatureTemplate and Blanck Signature

mike1967

Active Member
Licensed User
Longtime User
Hello, Can someone provide me a sample of test if B4XSignatureTemplate Dialog has a blank signature ? Thanks In Advance
 

Antonio Ferreira

Member
Licensed User
Longtime User
Today's Erel response for the same question

B4X:
Wait For (Dialog.ShowTemplate(...)) Complete (Result As Int)
If Result = xui.DialogResponse_Positive Then
 If SignatureTemplate.NumberOfPoints = 0 Then
  Log("no signature!")
 End If
End If
 
Upvote 2
Cookies are required to use this site. You must accept them to continue using the site. Learn more…