mobilePick, "canceldone" in other languages

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
Jellobus
Posts: 317
Joined: Tue Dec 10, 2013 2:53 pm

mobilePick, "canceldone" in other languages

Post by Jellobus » Sat Dec 15, 2018 3:27 am

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

Klaus
Posts: 13824
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: mobilePick, "canceldone" in other languages

Post by Klaus » Sat Dec 15, 2018 11:16 am

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

Post Reply

Return to “Getting Started with LiveCode - Complete Beginners”