Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!

Set iCal window size and position Apps
iCal does not remember the window position properly (at least on my iBook). Until Apple fixes it, here's an AppleScript that you can use to launch iCal with a zoomed (or custom) window position:
tell application "iCal"
set zoomed of window "iCal" to true
end tell
--- or you can set custom window positions with:
--- set bounds of window "iCal" to {0, 0,1024, 768}
Substitute the defining window coords with whatever you want. the first two numbers are horizontal and vertical positions of the top left corner, and the other two are the bottom right corner.

[Editor's note: On my machine, iCal seems to remember my window size settings, but not the window location setting.]
    •    
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[7,039 views]  

Set iCal window size and position | 0 comments | Create New Account
Click here to return to the 'Set iCal window size and position' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.