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
[EMAIL PROTECTED]
www.major-k.de

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to