FROM : Trygve Inda
DATE : Sat Feb 16 21:42:32 2008
I am using Apple's AnimatingTabView class from the Reducer sample code.
AnimatingTabView is a Subclass of NSTabView and it works fine to do nice
transitions but...
I have a 4 tabbed view in my window and the tabs and border all hidden so
only the content is shown. If I am in tab 0, and of course tabs 1-3 are
hidden, then I shrink the window some and do a tab switch, the content jumps
down on the y axis during the animation by the amount the window has shrunk.
I am thinking that with a tab view, when it is shrunk, and controls
naturally move, the hidden tabs do not update their subviews' positioning
until the tab view needs to be drawn.
How can I fix this behavior?
Thanks,
Trygve
DATE : Sat Feb 16 21:42:32 2008
I am using Apple's AnimatingTabView class from the Reducer sample code.
AnimatingTabView is a Subclass of NSTabView and it works fine to do nice
transitions but...
I have a 4 tabbed view in my window and the tabs and border all hidden so
only the content is shown. If I am in tab 0, and of course tabs 1-3 are
hidden, then I shrink the window some and do a tab switch, the content jumps
down on the y axis during the animation by the amount the window has shrunk.
I am thinking that with a tab view, when it is shrunk, and controls
naturally move, the hidden tabs do not update their subviews' positioning
until the tab view needs to be drawn.
How can I fix this behavior?
Thanks,
Trygve
| Related mails | Author | Date |
|---|---|---|
| Trygve Inda | Feb 16, 21:42 | |
| Trygve Inda | Feb 16, 22:55 |






Cocoa mail archive

