• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: animating windows fade in/out
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: animating windows fade in/out


  • Subject: Re: animating windows fade in/out
  • From: Ivan Kourtev <email@hidden>
  • Date: Fri, 8 Dec 2006 02:17:37 -0500

If you lose the orderOut it may start working. Based on my modest experience, I think with fade outs the animation "sensibly" orders out the window at the end and something gets messed up. You may also find this helpful: http://mattgemmell.com/2006/11/13/mgviewanimation

-- ivan

On Dec 8, 2006, at 12:24 AM, Matt Neuburg wrote:

I'm having an odd problem; maybe someone will spot the solution. I have two
windows, call them w1 and w2. W1 is on the screen; I want to fade it out
while fading in w2. I'm doing that using NSViewAnimation. It works great.



- (void)animationDidEnd:(NSAnimation*)animation { [indexWindow orderOut:self]; }


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: animating windows fade in/out
      • From: Matt Neuburg <email@hidden>
References: 
 >animating windows fade in/out (From: Matt Neuburg <email@hidden>)

  • Prev by Date: Re: Displaying 2 images in a single cell of nstableview
  • Next by Date: Re: Core Data, using refreshObject:mergeChanges: to trim a portion of my object graph and regain memory... PLEASE HELP!!!!!!!
  • Previous by thread: Re: animating windows fade in/out
  • Next by thread: Re: animating windows fade in/out
  • Index(es):
    • Date
    • Thread