Category: MAC
Resize Your Windows Automatically for Different Resolutions MAC os x
tell application “Finder” set desktopFrame to bounds of window of desktop set screenHeight to item 4 of…
March 11, 2011
Mouse click event using Apple Script
set “Google” as Home page for test this application… tell application “Safari” activate tell application “Safari” run…
October 12, 2010
System tray menu in MAC OS x application
1. Open interface builder create NSMenu from Tools->Library. And create NSMenuItem “Active” and “Quit”. 2. “Active” select…
October 12, 2010