Hi
Attach stack is to export a snapshot and save it into mobile device.
The code is work in iphone device, but it can not save in the Android device.
In Andoid device, it can not run the following code :
put 0,100-20, 420, 80+400 into tImgRect // this can run
export snapshot from rect tImgRect at size 400,400 to pictVariable as png // this line can not run
I had try this, by still fail in Andriod device
export snapshot from rect tImgRect to pictVariable as png // change to this , still can not run
Please help me to confirm, there is a problem in "export snapshot" on android device.
Regards
Terry Ho
* Please note the following
I can use the following to save the image in the android device.
export snapshot from rect tImgRect of this card to pictVariable as png
Save image to android device (Solved)
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Save image to android device (Solved)
- Attachments
-
- TestImg.livecode.zip
- (19.63 KiB) Downloaded 334 times