script trouble on OS X

Klaus Major klaus at major-k.de
Thu Jul 3 10:32:00 EDT 2003


Hi folks,

i have a little script that works very fine on win,
but always throws an error on OS X...

Can someone please help out?

I have a popup btn where one can delete the current cd
in a stack. One menu is "loeschen" (delete) and this handler

on loeschen
   answer "do you really want ..." with "Ja" or "Nein"
   if it is "Nein" then exit loeschen
    if the short name of this cd <> "menu" then delete this cd
    akt ## creates a new index
    save this stack ## well, does what it says...
end loeschen

i get this error on OS X

stack locked or object's script is executing

at "...delete this cd"

I can delete the card with the msg AND that SAME script works
fine on windows2000...

The stack was created on Windows and copied over to my mac.
Everything worked fine, of course, except this "delete" handler.

Any hints are very welcome :-)


Regards

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




More information about the use-livecode mailing list