Re: Accessing the bundles files in the sandbox

2011-12-15 Thread Sergio Schvarstein
Thanks Mark and John. :-) So, "file:" is not needed, and the solution is: set the filename of image theImage to specialFolderPath("engine") & "/media/img_01.jpg" I've just tried it and works perfect ! __ Sergio Schvarstein sschvarst...@gmail.com __

RE: Accessing the bundles files in the sandbox

2011-12-14 Thread John Dixon
set the filename of image theImage to specialFolderPath("engine") & "/media/img_01.jpg" > From: sschvarst...@gmail.com > Subject: Accessing the bundles files in the sandbox > Date: Wed, 14 Dec 2011 23:33:38 +0100 > To: use-livecode@lists.runrev.com > >

Re: Accessing the bundles files in the sandbox

2011-12-14 Thread Mark Schonewille
Hi Sergio, I'm not sure tht "file:" needs to be included in the filename property. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Become our partner in sales http

Accessing the bundles files in the sandbox

2011-12-14 Thread Sergio Schvarstein
Hi, I am developing an iOS app which needs to use over one hundred images, which must be bundled inside the app file. I've included the files in the Standalone Application Settings > Copy Files tab inside a folder I've called "media", but now I cannot find the way for asigning that filename to