DatePicker on Android - CANCEL closes app

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
hilton
Posts: 35
Joined: Sat Dec 13, 2014 11:16 am

DatePicker on Android - CANCEL closes app

Post by hilton » 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:

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

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: DatePicker on Android - CANCEL closes app

Post by Simon » Wed Dec 31, 2014 8:22 pm

Hi Hilton,
This should be fixed in LiveCode 7.0.1 RC 4.
http://quality.runrev.com/show_bug.cgi?id=14120

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Post Reply