Page 1 of 1

get the value of mobileComposeTextMessage

Posted: Sat Feb 06, 2016 3:31 pm
by Jellobus
Hi all :)

How can I get the value of mobileComposeTextMessage in Android? I was able to get the value with iOS but not with Android devices. Android device returns only "cancel" either text message was sent or cancelled. Here is my code.

Code: Select all

on mouseUp
   mobileComposeTextMessage empty, "This is the text body"
   get the result
   answer it
end mouseUp
Would anyone tell me how to get it correctly? thanks a lot in advance!

Cheers,

Louis

Re: get the value of mobileComposeTextMessage

Posted: Sat Feb 06, 2016 5:27 pm
by dunbarx
Hi.

I don't do mobile, but is is possible that you cannot have "empty" where a phone number may have to be?

Craig Newman

Re: get the value of mobileComposeTextMessage

Posted: Sat Feb 06, 2016 6:05 pm
by Jellobus
Hi Craig,

The phone number will be put by a user manually then message will be sent.

Cheers,

Louis