On 9/9/05, David Burgun <[EMAIL PROTECTED]> wrote: > Hi, > > I have a stack that has a preOpenStack handler in the Stack Script. > When I try to do the following I get a error: > > start using stack "/Documents/RunRev/Stacks/Main.rev" > > This statement causes an error saying that the Stack Cannot be found > but I know's is there and if I run this script in a mouseUp handler > or in the openStack handler it works ok. > > Why doesn't this work as expected?? >
Does it work if you put the preOpenStack handler in the script of the first card? Also "/Documents/RunRev/Stacks/Main.rev" is not a fully qualified path (unless your root directory starts with Documents). Could this be part of the problem? -- Regards, Howard Bornstein ----------------------- www.designeq.com _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
