NSWindow animationResizeTime

  • Is there any way to alter the value provided by animationResizeTime
    without subclassing NSWindow (as the documentation suggests)?

    Thanks,
    -Ken
  • On Mon, Sep 29, 2008 at 9:53 AM, Ken Orr <ken.orr...> wrote:
    > Is there any way to alter the value provided by animationResizeTime
    > without subclassing NSWindow (as the documentation suggests)?

    I assume you're trying to resize a window with an animation, right?
    Try using NSViewAnimation on your NSWindow (the naming doesn't quite
    match up but the docs say it's fine to use the class on NSWindows as
    well).

    Take care,
    -Colin