b4xdialosignaturetemplate

  1. A

    iOS Question (Solved) Show a Default Text in SignatureTemplate when Dialog Box Opens in B4i

    Hi all. I'm trying to add a default in SignatureTemplate when Dialog Box Opens like a Please sign here. Here is a code Private Sub Hint Try ' ' 'Alex 06/18/2025 SignatureTemplate.Resize(Base.Width*0.90,Base.Height*0.6) Dim lbl As Label...
  2. M

    Android Question [SOLVED] Add text in Signature Template

    Hello! I'm using this for signing and works perfect BUT I want to add a text to the sign (like the .AddDateAndTime) Sub Signature1Button_Click Dialog.ButtonsFont = XUI.CreateFontAwesome(20) 'This doesn't work but it's what I'd want to do 'SignatureTemplate.mBase.Text="Add this...
  3. palpedrinha

    iOS Question B4XDialog / B4XDialoSignatureTemplate change Size Width+Height

    Hi All, I'm using the B4XDialog and B4XDialoSignatureTemplate with iphone and everything is ok. Now I'm moving some APPs to work with iPad and I got a problem! Well ... is not really a problem like a bug or a crash. It's a visual problem! The iPad screen is bigger than an iPhone screen and...
Top