Search found 5 matches

by howardBUSMuQ1
Sat Feb 22, 2014 7:21 am
Forum: Android Deployment
Topic: Inadequate dictionary listing for mobileComposeEmail
Replies: 4
Views: 3919

Re: Inadequate dictionary listing for mobileComposeEmail

Hi howardBUSMuQ1, Sorry you went through so much work... Attachments are broken on Android... It's a bug that has been documented. I think in the most recent release it has been fixed, not really sure. Simon Edit Yes, it's fixed in 6.6.0 dp1. Haven't tested it yet. Thank you, Simon. I'm actually a ...
by howardBUSMuQ1
Sat Feb 22, 2014 1:53 am
Forum: Android Deployment
Topic: Inadequate dictionary listing for mobileComposeEmail
Replies: 4
Views: 3919

Inadequate dictionary listing for mobileComposeEmail

I've tried a million variations of code to send an e-mail with an image file as an attachment and cannot get it to work on Android. The dictionary listing for mobileComposeMail is not much use because 1) it gives no example of using the attachment array with a key of 'file'; 2) it gives no direction...
by howardBUSMuQ1
Mon Feb 10, 2014 10:49 am
Forum: Talking LiveCode
Topic: Mobile android standalone initial error getting location
Replies: 4
Views: 3818

Re: Mobile android standalone initial error getting location

Dixie,

Thank you for spending time on this. Very generous. If ever you need advice from someone who doesn't know anything, you know who to call.

Cheers.
by howardBUSMuQ1
Mon Feb 10, 2014 1:05 am
Forum: Talking LiveCode
Topic: Mobile android standalone initial error getting location
Replies: 4
Views: 3818

Re: Mobile android standalone initial error getting location

Thanks so much, Dixie. If I use a 'repeat forever' as you suggest in the card handler, am I not risking the user being stuck in limbo if - for whatever reason - the mobile can't find the location?
by howardBUSMuQ1
Tue Feb 04, 2014 1:14 pm
Forum: Talking LiveCode
Topic: Mobile android standalone initial error getting location
Replies: 4
Views: 3818

Mobile android standalone initial error getting location

Can anyone explain why - when a button has a script including the code below - a standalone Android app will always return an empty message the first time it is pressed, but subsequently will return the latitude? on mouseUp if the environment is "mobile" then mobileStartTrackingSensor "location" put...