Android Question how to view long sentence

Makumbi

Well-Known Member
Licensed User
Please member i wanted to use a simple dialog box to view the message in its totality without it being cut how can i do this using B4XTable or Dialog view . so that even when the message is long i can view all the characters in it .
B4X:
Dim value As String = B4XTable1.GetRow(RowId).Get(ColumnId)
        InputTemplate.Text = value
        Dim valuer As String = B4XTable1.GetRow(RowId).Get("Dates")
 
Top