Is this expected behaviour?
Posted: Sun Jul 22, 2007 6:49 am
Made a little splash screen and the code runs even though I am in edit mode? Opening the card (not the stack!) from App Browser runs it ????
Is this expected?
BTW, is there a way to detect if a script is run from within the IDE?
TIA,
Kai
Is this expected?
BTW, is there a way to detect if a script is run from within the IDE?
TIA,
Kai
Code: Select all
---------------------------------------------------------------------------------
on openStack
send "Continue" to me in 3 seconds
end openStack
---------------------------------------------------------------------------------
on Continue
#open stack "Login"
close this stack
end Continue
---------------------------------------------------------------------------------