Due to I must edit some code for Thai programmer about calendar. I can't found Enabled property of AnotherDatePicker.
I would like to add it. I'm not good at programming ,please to help me.
Refer to : https://www.b4x.com/android/forum/t...epicker-a-simple-web-style-date-picker.27548/
I have tried to code ,but I can't do it.
I would like to add it. I'm not good at programming ,please to help me.
Refer to : https://www.b4x.com/android/forum/t...epicker-a-simple-web-style-date-picker.27548/
I have tried to code ,but I can't do it.
B4X:
Public Sub Enabled as Boolean
dim res as Boolean
If enabled=False then return True
mBase.enabled=False
return False
End Sub