Starting up a script in "safe" mode

David Burgun dburgun at dsl.pipex.com
Sat Apr 15 07:49:23 EDT 2006


You can do it from the message box. Type this:

answer file "Stack File";edit the script of stack it

If it's in the Stack Script or

  answer file "Stack File";edit the script of card 1 of stack it

or you could just add a script to a button:

on mouseUp
  answer file "Stack File"
  edit the script of card 1 of stack it
end mouseUp


Hope this helps
All the Best
Dave




On 15 Apr 2006, at 05:08, Robert Sneidar wrote:

> After following the tutorial for Valentina and creating a sample  
> stack, I put the function to create the database in the openStack  
> handler. Now the stack crashes Revolution to desktop every time I  
> open it. I am sure my scripting must have a bug. Is there a way to  
> easily open a stack without executing the openStack handler? If  
> not, this would be a really good thing to add in your next release.  
> Some kind of key combo or menu option maybe. I suppose I could have  
> another stack copy the stack script and then set it to nothing, but  
> it seems like a hassle.
>
> Bob Sneidar
> IT Manager
> Logos Management
> Calvary Chapel CM
>
> _______________________________________________
> 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