Re: Swapping splitview subviews

2008-06-18 Thread I. Savant
> Is there a way to swap these subviews? (invert the position).
> Any hint?

  Remove the subviews, then re-add them in the desired order?

--
I.S.
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please 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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Swapping splitview subviews

2008-06-18 Thread dexter morgan
Hello,
I'm using NSSplitView with two subviews in both vertical and horizontal
mode.
In awakeFromNib of my code I use -addSubView to fill the first subview (the
other is just filled because I've created it in IB).
Is there a way to swap these subviews? (invert the position).
Any hint?
Thanks.
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please 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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]