Hello, I have a problem with ShowCalendar.
The problem is with the new version 6.80
I installed Dialogs2.94
The error is: Unknown member: showcalendar
What I can do?
Sample Code:
The problem is with the new version 6.80
I installed Dialogs2.94
The error is: Unknown member: showcalendar
What I can do?
Sample Code:
B4X:
Sub lbHasta_Click
Dim dd As DateDialog
dd.DateTicks = DateTime.DateParse(lbHasta.Text)
dd.ShowCalendar = False ' <--- ERROR
...
End Sub