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