Splash Screen closing

Klaus Major klaus at major-k.de
Tue Dec 23 04:54:20 EST 2003


Hi Erik,

> --- Scott Slaugh <xslaugh at hotmail.com> wrote:
>
>> on preOpenStack
>>   set the decorations of this stack to none
>> end preOpenStack
>>
>> on openStack
>>   open stack "My Program.rev"
>>   hide this stack
>> end openStack
>
> thanks Scott, this is very clear and basic.
>
> is there a way to close the splash stack
> and delete it from memory (like the file menu
> option) after "My Program.rev"
> is up and running?

...
delete stack "your mainstack" ##!!! mainstacks only !!!
...

 From the docs:
Use the delete stack command to delete a substack, or to purge a main 
stack from memory.

Hope that helps...

> Erik

Regards

Klaus Major
klaus at major-k.de
www.major-k.de



More information about the use-livecode mailing list