mobileComposeHtmlMail ? - solved

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
DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

mobileComposeHtmlMail ? - solved

Post by DR White » Fri Dec 16, 2016 2:58 pm

Why when I test the example below, the created email dialog window does not have "test@livecode.com" in the recipient address (I am using LC 8.2 RC2 and testing with iPhone 6)?

put "Hello World!" into tAttachment["data"]
put "text/plain" into tAttachment["type"]
put "Greetings.txt" into tAttachment["name"]
mobileComposeHtmlMail "Greetings", "test@livecode.com",,,, tAttachment

Thanks,

David
Last edited by DR White on Sat Feb 04, 2017 11:05 pm, edited 1 time in total.

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: mobileComposeHtmlMail ?

Post by MaxV » Mon Dec 19, 2016 11:11 am

Probably it is a bug, please test with last livecode 9.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Post Reply