Re: Window Resize with Animator Proxy: Window Contents Jump Around

2009-07-16 Thread Marc Liyanage
On 13.07.2009, at 15:59, I. Savant wrote: My guess: I think because you're removing (with or without animation) the bottom field / label, you're changing the autosizing behavior of the content view's contents while it's being moved around. On 14.07.2009, at 04:37, Peter N Lewis wrote:

Re: Window Resize with Animator Proxy: Window Contents Jump Around

2009-07-13 Thread Peter N Lewis
On 13/07/2009, at 19:08 , Marc Liyanage wrote: I am trying to resize a window with an animation using the NSAnimatablePropertyContainer animator proxy mechanism. The views have the "Wants CA Layer" option set in IB. Its ridiculously painful isn't it? One thing that may trip you up is auto r

Re: Window Resize with Animator Proxy: Window Contents Jump Around

2009-07-13 Thread I. Savant
On Jul 13, 2009, at 7:08 AM, Marc Liyanage wrote: It also works if I don’t enable the CA layer backing in IB, but I need that because I am going to fade a subview at the same time as I resize the window. Without CA layers I can only hide and show the subview with a hard transition, but I wa