I would like to enable the grayed out open file menu item within a non-document-based application. Document-based applications automatically give you a nice open file dialog with file extension filters based on plist entries etc... Surely, a simple elegant method exist to re-enable this functionality.
I have...
- Added document types to the project properties window
- Assigned my controller class as the application delegate
- Added the delegate application:openFile: to my controller class