Here is the question in short: how do I disable the Execution Error dialog
entirely?

I have tried using something like:
on mouseUp
  try
    doSomething
  catch errornum
    beep
  end try
end mouseUp

It works as expected, but the execution error dialog still show if I have a
"send" command in it.

for eg, 
on mouseUp
  try
    send "doSomething" to me
  catch errornum
    beep
  end try
end mouseUp

on doSomething
  #error here
  doMoreThings #non-exist handler.
end doSomething

####
The script is for illustration purpose, the send command actually sending
"doSomething" to other object in the same stack.

Clue anyone?

Regards,
LiangTyan Fui


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