Quirk copying files in standalone application settings
Posted: Fri Mar 29, 2013 9:28 pm
I am using the latest version of OSX.
I found an interesting quirk with Livecode's copy files section of StandAlone Application Settings. Not sure if it is a bug.
When I pick a file, if that file is on my desktop, the file will be included with the build.
The file path displays correctly as:
/Users/myname/Desktop/filename.jpg - the file is included in the build and every thing works
HOWEVER...
If I pick the file from my documents folder / A Livecode Files / Graphics:
it shows in the list as:
Graphics/filename.jpg - this will not build and it messes up the App. because the files are just missing.
The absolute path in this case is:
/Users/myname/Documents/A Livecode Files/Graphics/filename.jpg
but you can't get this full pathname to appear by using the filepicking button?
My guess is that Livecode can't find the files to include because of some file path bug?
or possibly I am missing some kind of installation setting?
I had been puzzled why everything broke a few weeks ago. Then it dawned on me that it happened when I moved my include files from the desktop to a subfolder and then re-chose their locations.
I found an interesting quirk with Livecode's copy files section of StandAlone Application Settings. Not sure if it is a bug.
When I pick a file, if that file is on my desktop, the file will be included with the build.
The file path displays correctly as:
/Users/myname/Desktop/filename.jpg - the file is included in the build and every thing works
HOWEVER...
If I pick the file from my documents folder / A Livecode Files / Graphics:
it shows in the list as:
Graphics/filename.jpg - this will not build and it messes up the App. because the files are just missing.
The absolute path in this case is:
/Users/myname/Documents/A Livecode Files/Graphics/filename.jpg
but you can't get this full pathname to appear by using the filepicking button?
My guess is that Livecode can't find the files to include because of some file path bug?
or possibly I am missing some kind of installation setting?
I had been puzzled why everything broke a few weeks ago. Then it dawned on me that it happened when I moved my include files from the desktop to a subfolder and then re-chose their locations.