-- 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
Daniel Jalkut said:Your idea begs for an "auto-tiling" or "append" functionality of the display message function, though...
It looks like you're new here. If you want to get involved, click one of these buttons!