Page 1 of 1

DatePicker on Android - CANCEL closes app

Posted: Wed Dec 31, 2014 7:09 am
by hilton
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:

Code: Select all

on mouseUp
   local ndate
   mobilePickDate "date"
   put the result into ndate
end mouseUp
Any ideas why the app closes after choosing the CANCEL button on the datePicker?

Thanks Hilton

Re: DatePicker on Android - CANCEL closes app

Posted: Wed Dec 31, 2014 8:22 pm
by Simon
Hi Hilton,
This should be fixed in LiveCode 7.0.1 RC 4.
http://quality.runrev.com/show_bug.cgi?id=14120

Simon