In stead of the usual DateDialog I was in need of a DateDialog like the Windows DatePicker, and programmed this DatePicker activity module. I think it gives the user at better overview of the days of the month to select from.
The DatPicker should be added as a new Activity module and called with StartActivity.
When the user selects a day, it can be read from the calling Activity. (Under Activity.Resume).
Please see corwin42's code below. He has made some great improvements to the module.
/Erik Bertelsen
The DatPicker should be added as a new Activity module and called with StartActivity.
When the user selects a day, it can be read from the calling Activity. (Under Activity.Resume).
Please see corwin42's code below. He has made some great improvements to the module.
/Erik Bertelsen
Attachments
Last edited: