how do you reference an image from the iPhone Photo Album?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
how do you reference an image from the iPhone Photo Album?
Hello,
I'm creating an app where use picks several images from their iPhone Photo album and displays them in a selected card in the stack. While I'm able to select and display the images, I can't figure out how to reference and/or store the current image selection for later use. Can someone either point me to an example or command of how to do this?
Thanks!
I'm creating an app where use picks several images from their iPhone Photo album and displays them in a selected card in the stack. While I'm able to select and display the images, I can't figure out how to reference and/or store the current image selection for later use. Can someone either point me to an example or command of how to do this?
Thanks!
Re: how do you reference an image from the iPhone Photo Album?
The iOS release notes say that once a user selects an image from the image library: "...a new image object will be created on the current card of the default stack containing the chosen image." So you could refer to the just created image with:
Once you have the id you can store it in a list or whatever 
Gerry
Code: Select all
put the id of image (the number of images) into ImageID

Gerry
Last edited by Jellicle on Tue Jul 26, 2011 1:02 pm, edited 1 time in total.
14" MacBook Pro
Former LiveCode developer.
Now recovering.
Former LiveCode developer.
Now recovering.
Re: how do you reference an image from the iPhone Photo Album?
Thanks Gerry, I'll give it a try!
Re: how do you reference an image from the iPhone Photo Album?
So how exactly would go about displaying the image from the photo library once you get the ID as you suggested?
Re: how do you reference an image from the iPhone Photo Album?
After issuing a "iPhonePickPhoto..." the image is already VISIBLE on the current card and can be addressed by "last image"!
Re: how do you reference an image from the iPhone Photo Album?
Just read my previous post - it explains everythingctceismc wrote:So how exactly would go about displaying the image from the photo library once you get the ID as you suggested?

Gerry
14" MacBook Pro
Former LiveCode developer.
Now recovering.
Former LiveCode developer.
Now recovering.