Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS 

Get Frontmost Window

tell application "System Events"
	set frontmostApplication to name of the first process whose frontmost is true
end tell

Mark Selected Message as Read

tell application "Mail" to try
   tell message viewer 1 to set selected messages to {first message of beginning of (get selected mailboxes) whose read status is false}
   activate
on error
   beep
end try
« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS