Re: NSDirectoryEnumerator Question
Re: NSDirectoryEnumerator Question
- Subject: Re: NSDirectoryEnumerator Question
- From: Fredrik Olsson <email@hidden>
- Date: Wed, 16 Aug 2006 10:41:50 +0200
Brian Amerige skrev:
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.
In IB; double click the First Responder icon and the Inspector should
show a list of Outlets and Actions, some 90 or so standard actions are
already there. Just add your own, they do not need to even exist in your
application :).
// Fredrik Olsson
_______________________________________________
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