Re: revCopyFolder - execution error in standalone

2020-06-08 Thread Andrew at MidWest Coast Media via use-livecode
What flavor of macOS is this standalone trying to run? I’m guessing it has to do with the enhanced disk permissions in the newer versions. You might need to check System Preferences > Security & Privacy > Files and Folders or Full Disk Access for a blocker. —Andrew Bell > > Clarification -

Re: revCopyFolder - execution error in standalone

2020-06-05 Thread Marty Knapp via use-livecode
I’ve been fiddling with this and so far this is what I've found: The problem only exists on Mac In the IDE it works fine on both LC 9.5.1 and 9.6 If I create a basic test stack, standalones from 9.5.1 and 9.6 both work fine But when I build my actual app with Levure, the app built with 9.5.1 works

Re: revCopyFolder - execution error in standalone

2020-06-05 Thread J. Landman Gay via use-livecode
The common library is included automatically in every standalone, so you don't need to select it. I think revMoveFolder is in the same library, and since that works you can assume the library is loaded. What does the execution error say? If you get the result, does that tell you anything? Is

Re: revCopyFolder - execution error in standalone

2020-06-05 Thread Marty Knapp via use-livecode
Clarification - “revCopyFolder" it is working on Windows but not on Mac. Standalones built with LC 9.6 release version. revMoveFolder is working on both. Marty > On Jun 5, 2020, at 11:32 AM, Marty Knapp wrote: > > I'm trying to implement "revCopyFolder" in a standalone. It works fine in the

revCopyFolder - execution error in standalone

2020-06-05 Thread Marty Knapp via use-livecode
I'm trying to implement "revCopyFolder" in a standalone. It works fine in the IDE but gets an "execution error" in a standalone. In the dictionary it says the "Common library" is implemented. I am manually setting inclusions and don't see anything there that hints at this. Is there some library