weird standalone save behavior

Richard Gaskin ambassador at fourthworld.com
Sat Apr 1 15:00:17 EST 2006


Richard Lague wrote:
> In an effort to figure out what is going on I have been using the  
> following script for saving:
> 
> ON mouseUp
>      save this stack
>      IF the result is not empty THEN
>          put the result into resultVar
>          answer resultVar
>      ELSE
>          answer "save confirmed"
>      END IF
> END mouseUp
> 
> When I can not save data I always get the same result: “Can’t open  
> stack file”.

Are you sure that in the context it's being called "this stack" refers 
to the stack you want and not the standalone?


--
  Richard Gaskin
  Managing Editor, revJournal
  _______________________________________________________
  Rev tips, tutorials and more: http://www.revJournal.com



More information about the use-livecode mailing list