1

I was told that the application:openFile: delegate method for NSApp would allow my application to open files by dropping them into the dock, but does this also apply to NSStatusItems in the menu bar? I would like to know before trying to implement.

Maxime Lorant
  • 34,607
  • 19
  • 87
  • 97
RandyD
  • 11
  • 1

1 Answers1

1

It does not. If you want this behavior, you'll have to roll your own custom view for the status item.

Wevah
  • 28,182
  • 7
  • 83
  • 72