DatePicker on Android - CANCEL closes app
Posted: Wed Dec 31, 2014 7:09 am
Hi folks,
I am using the mobilePickDate on Android and it works well if I choose the SET button, however, if I choose the CANCEL button, all controls freeze (as in a modal operation) and after about 10 seconds the app closes.
the code is simple:
Any ideas why the app closes after choosing the CANCEL button on the datePicker?
Thanks Hilton
I am using the mobilePickDate on Android and it works well if I choose the SET button, however, if I choose the CANCEL button, all controls freeze (as in a modal operation) and after about 10 seconds the app closes.
the code is simple:
Code: Select all
on mouseUp
local ndate
mobilePickDate "date"
put the result into ndate
end mouseUp
Thanks Hilton