Anyone have use the mergPopActivity in the Android to share text for Facebook or something else? Is there any example how we use it?
This is from mergExt
on mouseUp
try
mergPopActivity "Hello"
catch e
answer e
end try
end mouseUp