Setting the Sent Actions in IB
Setting the Sent Actions in IB
- Subject: Setting the Sent Actions in IB
- From: "ronald b. kopelman" <email@hidden>
- Date: Tue, 05 Jul 2011 10:33:32 -0400
Ok, I know I'm missing something simple here. I connect the "Page Setup" menu item to the runPageLayout action in the First Responder & get nothing. If I hook up a random button to the same action, it displays just fine. If I connect a new menu item, I still get nothing. If I connect the menu item to the same action in the Application there is still no display. This is a non-document, single window app. I think I have the responder chain set up correctly. I can "kluge" my way around this by providing a method such as - (IBAction)showPageSetup:(id)sender {[[NSApplication sharedApplication] runPageLayout:sender];} but why should I have to do this? Are the menus not responding because they are not part of my key window?? Also, on an unrelated tangent, how does one go about soliciting beta testers? Thanks for any advice.
ronald b. kopelman_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden