I need a little help, I would like to capture the current screen image using either
local screenCap = display.captureScreen( true )
or
local baseDir = system.DocumentsDirectory
display.save( g, “display.jpg”, baseDir )
And then use something like
local options =
{
isBodyHtml = true,
img src = “display.jpg”
}
native.showPopup(“mail”, options)
to display the image in the body of the Email.
NOTE:
I realize that I’m missing the < and > around img src = “display.jpg” If I put them there, then the tag takes over and you can’t see my code.
Any help or other ideas would be greatly appreciated!!
Thanks,
Brandon
[import]uid: 18460 topic_id: 30528 reply_id: 330528[/import]