Thread: OmniInspector
View Single Post
There were two non-obvious things I had to do to get the inspector going. I added an Inspector menu with an menu item of type OIDynamicInspectorMenuItem, titled "Inspectors Placeholder". This caused my inspector windows to show up. Then I posted a OIInspectorSelectionDidChangeNotification whenever my application's selection changed. This keep the inspected object up to date.