Silly Kent, the idea was to have the status windows slide out from the
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Thu, 13 Nov 2003 16:30:15 +0000 (16:30 +0000)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Thu, 13 Nov 2003 16:30:15 +0000 (16:30 +0000)
commit51be2b113da05a3344e8b6f834a39002882e2f0a
treed3c6a674b5d754f9fdb97efd38e5dc3ca6da1bcd
parent158136798b6214b18ee1c7ae8401c64cda8b7e57
Silly Kent, the idea was to have the status windows slide out from the
right side of the screen, until the right most edge of said status window
is 32 pixels away from the right edge of the screen. Your code doesn't do
that. Your code slides it out from the right edge of the screen, until
the left edge of the status window hits the exact middle of the screen.

Bad, bad, bad, BAD Kent.

Anyway, Here's code that actually works! Took some work, and it might not
look the best, so feel free to update it's syntax (just make sure that
the outcome is the same, otherwise you die).

Oh, yeah, don't use NSLogs in things you commit. That's what ITDebugLog()
is for, if anything.
ITSlideHorizontallyWindowEffect.m