FROM : Vince Ackerman
DATE : Fri Nov 30 18:54:19 2007
On Nov 30, 2007, at 09:49, Vince Ackerman wrote:
>
> For some reason each time the resizeSubview method is called,
> NSEnumerator alternately returns with either the first subview in
> the array, or the last. The first time the method is called, the
> first subview is number 0, continuing through 41. The next time it
> goes through the array, the enumerator starts with subview 41, skips
> subview 0, and iterates to subview 1, then 2, 3 etc.
>
I should have added that when it starts with subview 41, then iterates
to subview 1, 2, 3 etc., it ends with subview 0.
Vince
DATE : Fri Nov 30 18:54:19 2007
On Nov 30, 2007, at 09:49, Vince Ackerman wrote:
>
> For some reason each time the resizeSubview method is called,
> NSEnumerator alternately returns with either the first subview in
> the array, or the last. The first time the method is called, the
> first subview is number 0, continuing through 41. The next time it
> goes through the array, the enumerator starts with subview 41, skips
> subview 0, and iterates to subview 1, then 2, 3 etc.
>
I should have added that when it starts with subview 41, then iterates
to subview 1, 2, 3 etc., it ends with subview 0.
Vince






Cocoa mail archive

