Re: Is it possible to update a single tab of an NSTabView?
Re: Is it possible to update a single tab of an NSTabView?
- Subject: Re: Is it possible to update a single tab of an NSTabView?
- From: Brendan Younger <email@hidden>
- Date: Wed, 18 Jul 2001 12:10:05 -0500
Sorry I can't help you with the updating portion, you might be able to
play around with -setNeedsDisplay:NO for the content view, but that may
or may not work. As for left-aligned tabs, this sounds very much like a
10.1 feature. In the mean time, you may want to consider doing
approximately what Project Builder does. Keep the NSTabView off the
screen have only the tabs, no content view, and then, using a bunch of
transforms and whatnot, translate clicks in the visible proxy of the tab
view into the corresponding clicks for your off screen one and grab the
bits once it has updated. It's clumsy but at least we know it's
possible. Good luck.
Brendan Younger