Re: TabView delegate
Re: TabView delegate
- Subject: Re: TabView delegate
- From: Vince DeMarco <email@hidden>
- Date: Sat, 14 Dec 2002 18:23:10 -0800
On Saturday, December 14, 2002, at 04:38 PM, Manooch Khajeh wrote:
Would someone please tell me:
How does a TabView delegate object invoke a method in main object?
So my delegate's willSelectTabViewItem gets called. At this point I
like to call a method in my main object to update some text fields. But
it doesn't work, becuase willSelectTabViewItem does not have a sender..
Any ideas?
It does have the sender
- (void)tabView:(NSTabView *)tabView
willSelectTabViewItem:(NSTabViewItem *)tabViewItem;
you have all the info the tabViewItem and the tabView that will get
selected.
vince
_______________________________________________
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.