Search found 7 matches

by Hendricus
Wed Jan 24, 2024 10:16 pm
Forum: Talking LiveCode
Topic: Date Picker localisation
Replies: 17
Views: 1559

Date Picker localisation

I want to be able to change the Date Picker widget to match the language set by the i18n library using the following code // set the date picker set the namesToUse of widget "Date Picker" of group "Select Type Popup" of card "To Do" to "Custom" put translate("MO,TU,WE,TH,FR,SA,SU") into tDayNames se...
by Hendricus
Wed Dec 14, 2022 12:35 pm
Forum: Android Deployment
Topic: How to get mobile text messaging working
Replies: 3
Views: 2234

Re: How to get mobile text messaging working

Awesome. The code works perfectly like this:

Code: Select all

launch url("sms:" & tMobile & "?body=" & tMessage)
Thanks for the feedback. I still wonder why the mobileCanComposeTextMessage() doesn't work though. Anyone used this before?
by Hendricus
Wed Dec 14, 2022 11:02 am
Forum: Android Deployment
Topic: How to get mobile text messaging working
Replies: 3
Views: 2234

How to get mobile text messaging working

Dear LiveCoders, I have been trying to get my app to trigger preparing a text message (SMS) on an android device. At first I tried with: put "This is a test text" into tMessage put URLEncode(tMessage) into tMessage launch url "sms:" & tMobile & "&body=" & tMessage This starts the text messaging app ...
by Hendricus
Thu Oct 15, 2020 9:13 pm
Forum: Android Deployment
Topic: Amazon IAP v1-0 deprecated error
Replies: 2
Views: 2279

Re: Amazon IAP v1-0 deprecated error

Thanks. I have submitted a report.
by Hendricus
Tue Oct 13, 2020 11:23 am
Forum: Android Deployment
Topic: Amazon IAP v1-0 deprecated error
Replies: 2
Views: 2279

Amazon IAP v1-0 deprecated error

Using Livecode 9-6-0 I have developed an app for mobile. The app is a paid one and has 5 extra features unlockable as In-App-Purchase. The app is already deployed to the Google Play Store, passed the review, and is live. Now, for Amazon deployment I just switched the radio button for the Amazon Stor...
by Hendricus
Tue Aug 18, 2020 10:46 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: sorting an array by word length
Replies: 9
Views: 4246

Re: sorting an array by word length

Thanks, Craig. I was not aware of the "numeric" keyword I had to put in. It makes much sense. I learned something important here. :D
by Hendricus
Tue Aug 18, 2020 6:13 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: sorting an array by word length
Replies: 9
Views: 4246

sorting an array by word length

Can someone on the forum give me a hint what I am missing in my array sort code. I have a list of names that need to ordered by the name length, starting with the longest name. It is strange but it seems to have a few names that are not being picked up properly and I cannot see why. function sortByL...

Go to advanced search