Is it possible to update a single tab of an NSTabView?
Is it possible to update a single tab of an NSTabView?
- Subject: Is it possible to update a single tab of an NSTabView?
- From: email@hidden
- Date: Tue, 17 Jul 2001 01:46:37 -0400
Hi everyone,
Quick Version:
Is it possible to update/redisplay a single tab of an NSTabView?
Long Version:
I have a tabview with multiple tabs. When new content arrives on one of
the tabs, I'd like to flash a small indicator up in the tab to catch the
user's eye. Currently, I'm sending the entire NSTabView a display
message twice a second (which works great), but you can imagine what
that does to my CPU cycles! I've searched all over but can't seem to
find an easy way to tell the individual tab to update/redisplay (a
command similar to NSOutlineView's reloadItem perhaps?).
Is there a simple solution to the problem I'm missing? does anyone have
any experience with this?
Boku thanks,
-Adam Iser