Re: NSToolbar(item) quirk
Re: NSToolbar(item) quirk
- Subject: Re: NSToolbar(item) quirk
- From: Ed <email@hidden>
- Date: Fri, 4 Feb 2005 14:43:16 +0000
Thanks for the replies.
Scott : Yup, I have myDocument class set as delegate… bad idea?
Heinrich : That is how I do it, I believe (on a school computer, don't
have my code).
My validation function is :
- (BOOL)validateToolbarItem:(NSToolbarItem*)toolbarItem
Would making my ToolbarItem (let's say quoteItem) a global variable,
and then when returning the toolbarItem in ...itemForIdentifier:..
supply the global variable instead of a dynamically created item each
time allow me to get around this problem, or would all of the items
STILL be updated at the same time?
ed
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden