Save image to android device (Solved)

Visuals, audio, animation. Blended, not stirred. If LiveCode is part of your rich media production toolbox, this is the forum for you.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
terryho
Posts: 126
Joined: Mon Nov 05, 2012 2:53 pm

Save image to android device (Solved)

Post by terryho » Mon Apr 07, 2014 5:09 pm

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
Attachments
TestImg.livecode.zip
(19.63 KiB) Downloaded 281 times

Post Reply

Return to “Multimedia”