Red Sweater Forums
Discussions
Activity
Sign In
Edit Discussion
You can either ask a question or start a discussion. Choose what you want to do below.
Ask a Question
Start a New Discussion
Ask a Question
Start a New Discussion
Discussion Title
Category
FastScripts
If the Script Editor is your primary tool for writing and debugging AppleScripts, then FastScripts could become a very handy notifier for debugging. When I've tried this with structures like this: [code]-- some script set myNote to aNote("Whatever", howLong) -- some more script delay 1.5 -- just inserted for the example cancelNote(myNote) on aNote(entry) tell application "FastScripts" to set theNote to display message entry¬ at screen position top right dismissing after delay howLong return theNote end aNote on cancelNote(noteRef) tell application "FastScripts" to set autodismiss time of noteRef to 0.01 end cancelNote[/code] it has worked quite nicely and doesn't require fiddling with a display dialog.
Cancel
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Powered by Vanilla