Curioser and curioser
Curioser and curioser
- Subject: Curioser and curioser
- From: "Wallace, William" <email@hidden>
- Date: Tue, 19 Nov 2002 12:11:55 -0600
If I save this as an application:
display dialog "Pointless!" giving up after 3
ignoring application responses
tell application "quitter"
display dialog "Pointless!" giving up after 3
quit
end tell
end ignoring
I get an error instead of the second dialog. It says '"Pointless!" doesn't
understand the display dialog message.' If, however, I run the above from
Script Editor, there is no error. The second dialog never pops up, but there
is no error. I used MacArmyKnife's process manager window to verify that
'quitter' does in fact launch and quit. I just never see the dialog box. If
I remove the "ignoring" wrapper, it behaves fine if run as an application,
but not from Script Editor.
hmmm.
-whw
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.