Questions tagged [nsapplication-delegate]

33 questions
0
votes
2 answers

Catching arguments for creating a new document with a document-based application on MAC

I am working on a document-based application for Mac. This application has its own data model and methods for writing and reading such kind of document. If I want to start this application with a predefined document I can do it in the following way:…
0
votes
1 answer

NSAPP Custom URL Handling

I am developing an application for OSX and have to handle custom URL handling in my application Open My profile! While Application is Running I am able to get event inside -…
0
votes
1 answer

applicationDidBecomeActive doesn't fire in OSX application

In my app i have the following setup : // .h @interface MyDocument : NSPersistentDocument { ... } // .m @implementation MyDocument -(void) applicationDidBecomeActive:(NSNotification *)notification { ... } The…
Eugene Gordin
  • 4,047
  • 3
  • 47
  • 80
1 2
3