InputTemplate.lblTitle.Text = "Digita il Numero Telefonico"
InputTemplate.Text = numero_telefonico
Wait For (Dialog.ShowTemplate(InputTemplate, "OK", "", "CANCELLA")) Complete (Result As Int)
If Result = XUI.DialogResponse_Positive Then
......
End If
Sub MainForm_Resize (Width As Double, Height As Double)
If Dialog.Visible Then Dialog.Resize(Width, Height)
End Sub
and this result ( CANCELLA is big ), there is a way to reduce the characters ?