NSDirectoryEnumerator Question
NSDirectoryEnumerator Question
- Subject: NSDirectoryEnumerator Question
- From: Brian Amerige <email@hidden>
- Date: Tue, 15 Aug 2006 21:47:07 -0400
I'm trying make some menu items for my project, but in order to get
the IBActions to appear in the FirstResponder action list, I need
them to be in my MyDocument.h file, not my AppController.h (where the
actual methods i need to call are in AppController.m).
I know I can get this done by manually keeping the methods that I
want to use as Menu IBActions in both AppController.m and
MyDocument.m in sync, but I don't think that's the proper way to do
this.
Any suggestions?
Thanks,
Brian.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden