Thanks Pierre,

here's my autosave script, as you can see you dont have to specify the path
to save!

here's my autosave handler


on AutoSaveStack
  global autosave,autoSaveExceptions
  if autosave="" then put the hilite of btn "Auto Save Stacks" of stack
"home" into autosave
  put "execution error,script error,properties,font chooser,color chooser"
into autoSaveExceptions
  put short name of this stack into s
  if x is in autosaveexceptions then exit AutoSaveStack
  if autosave not true then exit AutoSaveStack
  put msg into x
  put "saving stack" && s
  save this stack
  put x into msg
end AutoSaveStack

# Xavier,
# 
# If you save your stack in using the script below instead of 
# using the standard
# "Save" file menu item, you will avoid the splash screen 
# display (and its
# probable timeout delay) and see that MC is able to save in 
# just some ticks most
# of your work.
# 
# on mouseup
#  save this stack as "the path to the stack to save"
# end mouseup
# 
# Regards, Pierre Sahores
# 
# WEB, DB, B2B & ASP design.
# Donner, l'art de penser
# et de produire du sens;
# l'entropie : l'inverse.
# 
# Archives: http://www.mail-archive.com/metacard%40lists.best.com/
# Info: http://www.xworlds.com/metacard/mailinglist.htm
# Please send bug reports to <[EMAIL PROTECTED]>, not this list.
# 

Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to