Re: Tabs and InterfaceBuilder
Re: Tabs and InterfaceBuilder
- Subject: Re: Tabs and InterfaceBuilder
- From: Sherm Pendley <email@hidden>
- Date: Fri, 13 Jun 2003 00:25:54 -0400
On Thursday, June 12, 2003, at 09:36 PM, email@hidden wrote:
I have a nib for an existing application and in it I have a NSTabView
which has two tabs. I'd like to insert another tab before the first
tab. Is there any way of doing this without disturbing the tabs that
are there already?
I don't know if there's a better way, but I use cut-and-paste. Select
the tab you want to move, and cut (cmd-x) it. Then select the tab it
should appear after, and paste it.
Note that the fact that the tab you paste appears after the
currently-selected tab means that you have to do this twice in order to
move a tab to the first position. First, you move it to the second
position, and then you cut-and-paste the first tab to the second
position.
sherm--
"When the program is being tested, it is too late to make design
changes."
-- The Tao of Programming
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.