Posted by gkra on Thu 16 Aug 19:34 (modification of post by view diff)
report abuse | download | new post
- tell application "System Events"
- set currentapp to item 1 of (get name of processes whose frontmost is true)
- end tell
- tell application currentapp
- tell front window
- if zoomable then
- if zoomed then
- set zoomed to false
- else
- set zoomed to true
- end if
- end if
- end tell
- end tell
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.