Apple doc says opposite of truth. Doc bug ?
Apple doc says opposite of truth. Doc bug ?
- Subject: Apple doc says opposite of truth. Doc bug ?
- From: "Erik M. Buck" <email@hidden>
- Date: Fri, 14 Dec 2001 14:34:50 -0600
Here is my opportunity to destroy any expert status I may have accumulated
;)
The following URL
http://developer.apple.com/techpubs/macosx/Cocoa/TasksAndConcepts/Programmin
gTopics/MenuList/Tasks/EnablingMenuItems.html
Manual Menu Enabling
includes the following text:
"When you use manual menu enabling, you use setEnabled: to enable or disable
every menu item individually. None of the menu items, even those controlled
by Application Kit classes like NSTextView, are updated automatically."
I think that should have said exactly the opposite:
None of the menu items, even those controlled by Application Kit classes
like NSTextView, are updated MANUALLY."
Am I wrong ?
If not, who wants to submit the bug report ?