get the list of files of the album

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2729
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

get the list of files of the album

Post by jmburnod » Sat Feb 23, 2013 10:41 am

Hi All,

The native picker don't work for a selected folder and it seem we have to build a custom picker to show preview of image files in a selected folder.

I started to build a group like native picker with previews and 2 btns
• One btn "Paste image"
• One btn "Delete the image file in the selected folder"

I search a way to use the same group to show preview of images of the album (with
btn "Paste image" only).

Is there a way to get the list of files path of the album ?

Best regards

Jean-Marc
https://alternatic.ch

monte
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1564
Joined: Fri Jan 13, 2012 1:47 am
Contact:

Re: get the list of files of the album

Post by monte » Sat Feb 23, 2013 11:58 am

Not in livecode. You can access the images in an external.
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2729
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

Re: get the list of files of the album

Post by jmburnod » Sun Feb 24, 2013 3:38 pm

Hi Monte,

Thank for this confirmation.
Best regards
Jean-Marc
https://alternatic.ch

Post Reply