Swap NSBox content without user seeing it when animation is involved

2013-04-01 Thread Brad Stone
Desired action: 1) An NSBox (dstBox) with View A in it's content animates out to the left 2) NSBox's content is replaced with View B 3) NSBox with View B in it's content animates in from the right. Actual action: 1) An NSBox (dstBox) with View A in it's content animates out to the left 2) NSBox

Re: Swap NSBox content without user seeing it when animation is involved

2013-04-01 Thread Fritz Anderson
On 1 Apr 2013, at 11:11 AM, Brad Stone cocoa-...@softraph.com wrote: Desired action: 1) An NSBox (dstBox) with View A in it's content animates out to the left 2) NSBox's content is replaced with View B 3) NSBox with View B in it's content animates in from the right. Actual action: 1) An

Re: Swap NSBox content without user seeing it when animation is involved

2013-04-01 Thread Brad Stone
I was using an NSBox for my convenience to make view swapping easy. The super view has two boxes (dstBox is one of them) and there are three different views that get swapped into and out of the bottom box. Using an NSBox makes this pretty easy. That's why it's designed that way. On Apr 1,