How can I get messages beta to start in "hidden mode"

Solution 1:

You can create an AppleScript to do that for you.

  1. Open AppleScript Editor
  2. Type/paste this in:

    tell application "iChat"
        set minimized of window 1 to true
    end tell

launch "iChat"
tell application "iChat"
    close window 1
end tell
  1. Save as an application somewhere
  2. Open System Preferences > User/Accounts > Login Items
  3. Click Add, navigate to application, add and enable