Hi all,
Somebody knows if there is the possibility to launch an app (in my case Photo) from within a LiveCode app?
Launching an app in iOS devices
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Launching an app in iOS devices
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
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
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Launching an app in iOS devices
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.
Re: Launching an app in iOS devices
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
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
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode