Hi,
I had problem to save the some of the screen rect into the album. The following is my code :
put 0,0,320,640 into timgRect
import snapshot from rect tImgRect
put the id of last image into tImageID
set the name of image id tImageID to "The_Image"
mobileExportImageToAlbum tImageID
delete last image
I use the above code, nothing saving in the album. Can any one advise me?
Regards
Terry Ho
can not save screen rect into album
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: can not save screen rect into album
Hi Terry,
The dictionary says use the long ID:
put the long ID of the last image into tImageID
Simon
The dictionary says use the long ID:
for you that would be:// Android only
put the long ID of image "myImage" into tImageID
mobileExportImageToAlbum tImageID, "my_file"
put the long ID of the last image into tImageID
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: can not save screen rect into album
Ni hao Terry,
in case like these, a quick check for the correct syntax in the dictionary might be quite helpful!
Best
Klaus
in case like these, a quick check for the correct syntax in the dictionary might be quite helpful!

Best
Klaus
Re: can not save screen rect into album
Hi all,
Thanks the hints.
I will test it.
Regards
Terry Ho
Thanks the hints.
I will test it.
Regards
Terry Ho