This sounds more like the OS X Appearance Manager problem, which tends to cause a quit when selecting/deselecting/re-selecting objects. If you can work out how to duplicate the crash, try turning the Look & Feel to Mac OS Emulated. I'd bet that you can't duplicate it then.

Your script shouldn't cause a crash. At the most all it might do is give an error saying that the object doesn't exist but I have found that errors in pending messages are usually just ignored. If you really wanted to be careful, you could check that "the target" exists before doing the send.

Sarah

On Thursday, November 14, 2002, at 04:57 am, Alex Rice wrote:

With Rev. 1.1.1 on OS X, Rev will usually crash with the following:

select a group
pick Object menu | Ungroup Selected
then Command-S for Save

Is this a known bug? I just tried creating a new mainstack and duplicating this behavior but could not repeat it... OK, now I can't even duplicate the behavior in the stack I was originally seeing it in... strange.

The only thing unusual about the group is is has this handler which references the target. Does this look safe?

on closeField

doSaveCard the short name of this stack, the short name of this card
-- update the UI after delay
-- because the closeField message will validate the user's input
send "updateUI "& the short name of this stack, the short name of this card \
to the target in 1 tick
pass closeField

end closeField


Alex Rice <[EMAIL PROTECTED]>
Mindlube Software
http://mindlube.com/

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


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


Reply via email to