Am 13.10.2009 um 21:00 schrieb Knut Lorenzen:
how does one validate a NSToolbarPrintItem that was added in IB 3.2?
To answer my own question (and for the archives):
This looks like a bug in IB's predefined Print Toolbar Item.
Workaround: Simply delete it, add a custom item instead, set it
Dear List,
how does one validate a NSToolbarPrintItem that was added in IB 3.2?
The delegate's
- (BOOL)validateToolbarItem:(NSToolbarItem *)theItem
doesn't even get called. The Toolbar Item Attributes in IB's Inspector
are all grayed out. Connecting to my Custom View sending a print:
mes