Launching an app in iOS devices

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Mag
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 802
Joined: Fri Nov 16, 2012 10:51 pm

Launching an app in iOS devices

Post by Mag » Tue Jun 18, 2013 8:27 pm

Hi all,

Somebody knows if there is the possibility to launch an app (in my case Photo) from within a LiveCode app?

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Launching an app in iOS devices

Post by Mark » Tue Jun 18, 2013 10:54 pm

Hi,

You can't launch the native Photo app because it doesn't have a url prefix attached to it (like http or itunes or twitter). You can use the media picker though.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Mag
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 802
Joined: Fri Nov 16, 2012 10:51 pm

Re: Launching an app in iOS devices

Post by Mag » Wed Jun 19, 2013 12:39 am

Thank you Mark, media picker allow you to just pick a media right? Actually I would like to give user the possibility to see the recorded videos and share them. I have not found a way to share a video from inside the app so I had thought to put in the app a "Camera Roll" button which launches Photo, sad to learn that I cant.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Launching an app in iOS devices

Post by Mark » Wed Jun 19, 2013 12:49 am

Hi Mag,

With MediaPicker, you can create a new image control with the selected image. It is possible to upload this image to a server, Dropbox or Facebook, but you'd have to write the scripts for that.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply