
Search found 4 matches
- Sun Apr 19, 2020 4:14 pm
- Forum: iOS Deployment
- Topic: Xcode story board
- Replies: 3
- Views: 3898
Re: Xcode story board
Thanks 

- Thu Apr 16, 2020 1:54 pm
- Forum: iOS Deployment
- Topic: Xcode story board
- Replies: 3
- Views: 3898
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
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
- Thu Apr 16, 2020 1:48 pm
- Forum: Android Deployment
- Topic: Sending smtp email on android device
- Replies: 2
- Views: 6249
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. 

- Mon Apr 13, 2020 2:40 pm
- Forum: Android Deployment
- Topic: Sending smtp email on android device
- Replies: 2
- Views: 6249
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...