440Forums  |  MacMusic.org  |  PcMusic.org  |  440tv  |  Zicos  |  AudioLexic
the   {key13}


View maximized Cover Flow window via AppleScript

MacOsxHints

Friday May 16, 2008. 03:30 PM
MacOsxHints

The following script will take the frontmost finder window and maximize it for a 15" MacBookPro while changing the Finder's view mode to Cover Flow. I have found it helpful if I need to quickly use Cover Flow to find a file. Although it is set for a 15" screen, the parameters can be edited for any screen type. I invoke it using Quicksilver, and have named the script max. tell application "Finder" activate select Finder window 1 set window 1's position to {0, 44} set bounds of Finder window 1 to {0, 44, 1440, 900} set current view of Finder window 1 to flow view end tell I also use an AppleScript to minimize the size of the window once I have found my file. Again I use quicksilver to invoke it, and have named this one min: tell application "Finder" activate set bounds of Finder window 1 to {143, 164, 1300, 825} set position of Finder window 1 to {143, 164} set current view of Finder window 1 to column view end ...
following script will take frontmost finder window maximize MacBookPro whil View maximized Cover Flow window AppleScript
View maximized Cover Flow window via AppleScript Read more at MacOsxHints
feeds.macosxhints.com/~r/macosxhints/recent/~3/291673777/article.php

 

 Related News 
First Look: Flow, FTP Client First Look: Flow, FTP Client
 MacNN 05/28/08 05 AM 
Disc Cover adds HP Tattoo support Disc Cover adds HP Tattoo support
 Mac Central 05/27/08 02 PM 
10.5: Move the Help window from one space to another 10.5: Move the Help window from one space to another
 MacOsxHints 05/23/08 03 PM 
Set MTU value for any interface via AppleScript Set MTU value for any interface via AppleScript
 MacOsxHints 05/22/08 03 PM 
10.5: Eject stubborn disk images via AppleScript 10.5: Eject stubborn disk images via AppleScript
 MacOsxHints 05/21/08 03 PM 
USB Fever Car / Window Shield Mount with charger for iPhone USB Fever Car / Window Shield Mount with charger for iPhone
 AppleLinks 05/21/08 06 AM 
MacFamilyTree 5.2 Beta Adds 3D View MacFamilyTree 5.2 Beta Adds 3D View
 TheMacObserver 05/20/08 04 PM 
Bypass DNS timeouts in Safari via AppleScript Bypass DNS timeouts in Safari via AppleScript
 MacOsxHints 05/20/08 03 PM 
TMO Quick Tip - Change Dictionary's Default View to Panel TMO Quick Tip - Change Dictionary's Default View to Panel
 TheMacObserver 05/19/08 12 PM 
EU raises privacy issue for Google Street View EU raises privacy issue for Google Street View
 Mac Central 05/15/08 06 PM 
Cover Stream 2.0 Gets Search Filter and Integrated Song Browser Cover Stream 2.0 Gets Search Filter and Integrated Song Browser
 TheMacObserver 05/12/08 08 PM 
iPO Ted Landau's User Friendly View - In search of headphones... iPO Ted Landau's User Friendly View - In search of headphones...
 TheMacObserver 05/12/08 01 PM 
Google takes Street View snaps in Paris; lawsuits may follow Google takes Street View snaps in Paris; lawsuits may follow
 Macworld UK 05/12/08 11 AM 
Cover Stream 2.0: iTunes Cover Flow for the desktop Cover Stream 2.0: iTunes Cover Flow for the desktop
 MacNN 05/10/08 10 PM 
KeySkin keyboard cover review KeySkin keyboard cover review
 AppleLinks 05/09/08 10 PM 
Google takes Street View snaps in Paris; lawsuits may follow Google takes Street View snaps in Paris; lawsuits may follow
 Mac Central 05/09/08 05 PM 
TMO Quick Tip - Quick Look: View Multiple Images TMO Quick Tip - Quick Look: View Multiple Images
 TheMacObserver 05/07/08 12 PM 
WeatherDock 2.4.7 - Weather Forecast Info In The Dock & W... WeatherDock 2.4.7 - Weather Forecast Info In The Dock & W...
 AppleLinks 05/02/08 06 AM 
ATPM 14.05 - Cover ATPM 14.05 - Cover
 ATPM 05/01/08 11 PM 
Export Address Book entries to HTML via AppleScript Export Address Book entries to HTML via AppleScript
 MacOsxHints 05/01/08 03 PM 
Black Case iPhone Photo... Just a 3rd Party Cover? Black Case iPhone Photo... Just a 3rd Party Cover?
 MacRumors 04/26/08 05 PM 

Search

Mac Zicos
Fri December 5, 12:10 PM
the   {key13}