Path to "the last image"

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jrarick
Posts: 9
Joined: Sat Apr 08, 2006 2:48 pm
Contact:

Path to "the last image"

Post by jrarick » Sat Jun 22, 2013 10:42 pm

Greetings ...

I need the path or file name of "the last image". I use the iphonepickphoto ("library"). It is picked. Is there some way I can get the unique id of the picture so the picture can be used at another time?

I am really just trying to send it as an attachment in an email - but I need to know the path to the picture.

Thank you!!

Jack
Braintree Athletics
Creating Video Editing Software for Coaches and Teachers

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Path to "the last image"

Post by Simon » Sat Jun 22, 2013 11:26 pm

Hi Jack,
What if you just put "last picture" data into a variable? You could have it hang around for as long as you like. If you have a series of photos then just create the var on-the-fly.

... hmmm how would one make a global var on-the-fly? Locals easy. I guess you could cheat and just have
global gPic1,gPic2,gPic3
already setup.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Post Reply