M mike1967 Active Member Licensed User Longtime User Oct 3, 2021 #1 Hello, Can someone provide me a sample of test if B4XSignatureTemplate Dialog has a blank signature ? Thanks In Advance
Hello, Can someone provide me a sample of test if B4XSignatureTemplate Dialog has a blank signature ? Thanks In Advance
A Antonio Ferreira Member Licensed User Longtime User Oct 3, 2021 #2 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
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