Setting the Sent Actions in IB

2011-07-05 Thread ronald b. kopelman
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

Re: Setting the Sent Actions in IB

2011-07-05 Thread William Squires
The view controller (or app delegate) should be the one to respond to the 'runPageLayout:' message, not the first responder!! Unless you've subclassed one of the UI controls (to add the aforementioned runPageLayout: method), there won't be any first responder that can receive that message,