Can't load some images from library- mobilePickPhoto
Posted: Fri Oct 31, 2014 11:10 am
Hi,
I can't seem to load some of the photos from the library (mobile) to the card using mobilePickPhoto "library".
It will display the previous image instead of the image I choose.
Really appreciate anyone that could help out..
Thanks,
Vikki.
P.s. I'm using lc 6.7, testing on Sony Xperia Z1.
I can't seem to load some of the photos from the library (mobile) to the card using mobilePickPhoto "library".
It will display the previous image instead of the image I choose.
Code: Select all
set the lockloc of the templateimage to true
set the width of the templateimage to "300"
set the height of the templateimage to "400"
set the left of the templateimage to "50"
set the top of the templateimage to "10"
mobilePickPhoto "library"
if the result <> "cancel" then
put the last image into image 1 of card 1
end if
Thanks,
Vikki.
P.s. I'm using lc 6.7, testing on Sony Xperia Z1.