Page 1 of 1

mobilePick, "canceldone" in other languages

Posted: Sat Dec 15, 2018 3:27 am
by Jellobus
hello guys,

Is it possible to localize cancel and done buttons in mobilePick command? It seems English only available for this. I like to add cancel and done buttons in Japanese, Korean, Spanish as well. Any suggestions?? Thanks in advance,

Code: Select all

on mouseUp
   local tDays, tMonths
   put "Mon" & return & "Tue" into tDays
   put "Jan" & return & "Feb" & return & "Mar" & return & "Apr" into tMonths
   mobilePick tDays, 2, tMonths, 3, "canceldone"
end mouseUp

Re: mobilePick, "canceldone" in other languages

Posted: Sat Dec 15, 2018 11:16 am
by Klaus
Hi Jellobus,

this is a known bug and will hopefully soon be fixed.
Read here for a workaround: https://quality.livecode.com/show_bug.cgi?id=17664


Best

Klaus