Re: Disabling menu items

2017-10-06 Thread Shane Stanley
On 7 Oct 2017, at 10:41 am, Kevin Perry wrote: > > This should be handled automatically by NSDocumentController’s implementation > of -validateUserInterfaceItem: / -validateMenuItem:. Any chance you’re > overriding either of those methods and returning YES for menu items you

Re: Disabling menu items

2017-10-06 Thread Kevin Perry
This should be handled automatically by NSDocumentController’s implementation of -validateUserInterfaceItem: / -validateMenuItem:. Any chance you’re overriding either of those methods and returning YES for menu items you don’t own (instead of calling super)? > On Oct 6, 2017, at 4:13 PM, Shane

Disabling menu items

2017-10-06 Thread Shane Stanley
I fear I'm missing something simple. When I enter the versions browser, I want to disable the items on the Open Recent submenu. But I'm not seeing anywhere obvious to do it; that menu looks like it's all handled opaquely. Any clues? -- Shane Stanley ,

Odd Behavior of UIText View in app compiled with a Base SDK of iOS 11

2017-10-06 Thread Michal L. Wright
Hi, I have an app (written in Objective C) that has a UIView that includes a UITableView and a UIToolbar. The bottom section of the table view is a UITextView. The Deployment Target is 9.0, and the Base SDK is iOS 11. Compiling with Xcode 9.0 and running on iPhone 6s (9.2) in the Simulator,