Search found 4 matches

by jasonltaylorGAhWLs
Sun Apr 19, 2020 4:14 pm
Forum: iOS Deployment
Topic: Xcode story board
Replies: 3
Views: 3704

Re: Xcode story board

Thanks :D
by jasonltaylorGAhWLs
Thu Apr 16, 2020 1:54 pm
Forum: iOS Deployment
Topic: Xcode story board
Replies: 3
Views: 3704

Xcode story board

Hi
I see Apple developer is demanding Xcode story board will soon be required to be used to provide the apps launch screen.
Can we still develop and supply an app launch screen in Livecode or does this entail us doing something differently.
Thx
by jasonltaylorGAhWLs
Thu Apr 16, 2020 1:48 pm
Forum: Android Deployment
Topic: Sending smtp email on android device
Replies: 2
Views: 5987

Re: Sending smtp email on android device

Thanks for the reply. I hadn't selected internet on the inclusins although I did select it on the Android setup. Anyway I am up and running. :)
by jasonltaylorGAhWLs
Mon Apr 13, 2020 2:40 pm
Forum: Android Deployment
Topic: Sending smtp email on android device
Replies: 2
Views: 5987

Sending smtp email on android device

Hi I am using previously posted LCMail code to send an email. Code includes -- create the smtp message put createSmtpMessage(tRecipient, tSender, tSubject, tMessage) into tPostData -- send email put tsNetSmtpSync(tURL, tSender, tRecipient, tPostData, tResponseHeaders,tBytes,tSettings) into tResult T...