Where is stack?

Jim Ault JimAultWins at yahoo.com
Tue Feb 20 02:47:05 EST 2007


I don't think your syntax is correct for the RevCopyFile.
What is 'this stack' supposed to be?

Also two files of the same name cannot be in the same folder.

Jim Ault
Las Vegas


On 2/19/07 10:49 PM, "Bill Vlahos" <bvlahos at mac.com> wrote:

> I want to be able to have the user easily make a copy of the stack they
> are working on as a way to backup the stack. This would be something
> like "Save a Copy".
> 
> However, I don't want to change the active path of the stack. I still
> want the stack they are working on to stay put and be the working
> stack.
> 
> The following button script doesn't work and gives this error
> Chunk: source is not a container
> 
> on mouseUp
>    answer folder "Select destination folder for backup: "
>    if it is not "Cancel" then
>      revCopyFile this stack, it
>    end if
> end mouseUp
> 
> How can I make this work?
> 
> Bill Vlahos
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution





More information about the use-livecode mailing list