Hi, just two quick (I hope) questions:
1. With a menu item plugin, what would cause the menu item to be greyed out? (It's getting added to the right menu, but it isn't active.
2. With a pref pane plugin, everything works (i.e. I'm getting the correctly labeled icon in the pref pane bar) except for loading the view. I have the nib in a resources folder in but nothing is being loaded when the pref pane icon is chosen. Any ideas where I'm missing a linkage?
Thanks,
Jeff
Ok, I solved the problem
Ok, I solved the problem with #2. In the nib file, I hadn't set the file's owner to be the custom controller class, so I didn't have a view outlet.