Creating a splash stack problem
Posted: Thu Mar 07, 2013 12:22 am
Hi,
I've created a splash stack and seperate livecode file to save data to.
I've followed the example in the lesions.
I've used this code into the 'splash' stack:
on openStack
open stack "Main Application.livecode"
close stack "Launcher"
end openStack
(Launcher = my splash stack. Main Application.livecode = my livecode file).
Both are in the same folder.
I've noticed that if I open Main Application.livecode and close it, the Launcher will open it. If I choose to purge stack and window on close, it fails to open Launcher.
Any ideas?
thanks John
I've created a splash stack and seperate livecode file to save data to.
I've followed the example in the lesions.
I've used this code into the 'splash' stack:
on openStack
open stack "Main Application.livecode"
close stack "Launcher"
end openStack
(Launcher = my splash stack. Main Application.livecode = my livecode file).
Both are in the same folder.
I've noticed that if I open Main Application.livecode and close it, the Launcher will open it. If I choose to purge stack and window on close, it fails to open Launcher.
Any ideas?
thanks John