Re: Where is stack?

2007-02-20 Thread Robert Brenstein
At 22:49 -0800 19/02/07, Bill Vlahos 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 the

Re: Where is stack?

2007-02-20 Thread Mark Smith
Good point. You could always put "save this stack" in the handler so the file on disk is the same as the file in memory, but then you wouldn't have the flexibility of your approach. Best, Mark On 20 Feb 2007, at 10:36, Eric Chatonet wrote: Hi Bill, Actually, if you duplicate the file on

Re: Where is stack?

2007-02-20 Thread Eric Chatonet
Hi Bill, Actually, if you duplicate the file on disk, you'll not get a copy of the current stack 'they are working on' (as you say) but a copy of the stack as it was last saved. So you might prefer to clone the stack and save this clone. BTW it's not an easy process (above all when the main

Re: Where is stack?

2007-02-20 Thread Mark Smith
Bill, this seems to work: on mouseUp answer folder "Select destination folder for backup: " if it is not "Cancel" then revCopyFile the effective fileName of this stack, it end if end mouseUp Best, Mark On 20 Feb 2007, at 06:49, Bill Vlahos wrote: I want to be able to have the user e

Re: Where is stack?

2007-02-19 Thread Jim Ault
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" <[EMAIL PROTECTED]> wrote: > I want to be able to have the user easily make a copy

Where is stack?

2007-02-19 Thread Bill Vlahos
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 worki