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 - ?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 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 that 
>> I need to select? I have been using revMoveFolder successfully in this same 
>> standalone. Any tips?
>> 
>> Thanks,
>> Marty
> 
> 

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 but 
the app built with 9.6 does not work
The result just contains "execution error"
So I guess I need to post something in the Levure forum to see if anyone else 
has had the same issue.

Marty

> On Jun 5, 2020, at 3:22 PM, J. Landman Gay via use-livecode 
>  wrote:
> 
> 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 the app fully loaded before you call revCopyFolder? Libraries 
> aren't available until the app is fully up and running.
> 
> On 6/5/20 2:34 PM, Marty Knapp via use-livecode wrote:
>> 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 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 that 
>>> I need to select? I have been using revMoveFolder successfully in this same 
>>> standalone. Any tips?
>>> 
>>> Thanks,
>>> Marty
> 
> 
> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 the 
app fully loaded before you call revCopyFolder? Libraries aren't available until the app is 
fully up and running.


On 6/5/20 2:34 PM, Marty Knapp via use-livecode wrote:

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 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 that I need to select? I have been using revMoveFolder successfully in this same standalone. Any tips?

Thanks,
Marty



--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 
> 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 that I 
> need to select? I have been using revMoveFolder successfully in this same 
> standalone. Any tips?
> 
> Thanks,
> Marty


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 that I need to 
select? I have been using revMoveFolder successfully in this same standalone. 
Any tips?

Thanks,
Marty
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode