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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to