mobileComposeMail offers too many options
Posted: Tue Feb 19, 2019 5:06 pm
Unless I'm not understanding correctly the documentation (read the dictionary first as Klaus always says) mobileComposeMail is giving me options that it shouldn't...
When i run the following script:
I would expect "just" the mail composer to pop up on the screen (as it happens on iPhone) or in the case there is more than one mail client installed on the device to give me the option to choose which one I want to use.
Instead I get this:
In other words plenty of options that I didn't ask for (most of them make sense but "add to Google Maps" ?)
Please help me with the right option:
a - this is a LC bug
b - the documentation is wrong
c - I should give up programming (at least for Android anyway)
Environment:
LC 8.1 & Android 5.1 (LC 9.0.2 doesn't run on my Android 5.1 device)
When i run the following script:
Code: Select all
on mouseUp
export snapshot from group "Group 1" to temp as JPEG
put temp into tAttachment["data"]
put "image/jpg" into tAttachment["type"]
put "my picture" into tAttachment["name"]
mobileComposeMail "Imagem Capturada", ,,,, tAttachment
end mouseUp
Instead I get this:
In other words plenty of options that I didn't ask for (most of them make sense but "add to Google Maps" ?)
Please help me with the right option:
a - this is a LC bug
b - the documentation is wrong
c - I should give up programming (at least for Android anyway)
Environment:
LC 8.1 & Android 5.1 (LC 9.0.2 doesn't run on my Android 5.1 device)