|
|
Use a miniaturized Buddy List in iChat
Here's much the same, but as a simple toggle script. Put it (or an alias to it) in the iChat Scripts folder (available from the "Open Scripts Folder" when iChat is the active application).
Use a miniaturized Buddy List in iChat
Toggling is an excellent idea, but your script only works when the buddy list is in the upper part of the display. A friendlier solution would be to store the previous window dimension in a script property, alike so...
property unzoomed : missing value tell application "iChat" set wr to a reference to the bounds of window "Buddy List" set wb to wr's contents if (item 4 of wb) - (item 2 of wb) = 94 then if unzoomed is missing value then set wr's contents to items 1 thru 3 of wb & (item 2 of wb) + 300 else set wr's contents to unzoomed end if else set unzoomed to wb set wr's contents to items 1 thru 3 of wb & (item 2 of wb) + 94 end if end tell |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysNo new commentsLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.09 seconds |
|