Hi,
I have a problem with the NumberDialog.
It only shows 4 digits ...
My orientation is portrait ...
Is there a minimum width of the buttons ?
I have a problem with the NumberDialog.
It only shows 4 digits ...
B4X:
Dim nd As NumberDialog
nd.Decimal = 1
nd.Digits = 6
nd.Number = 123456
If (nd.Show ("Set value :","Set","cancel","",Null) = DialogResponse.POSITIVE) Then
End If
My orientation is portrait ...
Is there a minimum width of the buttons ?