Re: redo: action not in First Responder

2013-07-02 Thread Jerry Krinock
On 2013 Jul 02, at 10:47, Steve Mills wrote: > Perhaps Jerry is thinking of… The document I was thinking of is … OS X doc set > Data Management > Undo Architecture > Using Undo in AppKit-Based Applications > Undo and the Responder Chain Usually it "just works" but if y

Re: redo: action not in First Responder

2013-07-02 Thread Andy Lee
On Jul 2, 2013, at 1:53 PM, Steve Mills wrote: > On Jul 2, 2013, at 12:10:22, Quincey Morris > wrote: > >> There is a button, but it's obvious only after you know where it is. >> >> Select the First Responder item in the list of XIB components on the left of >> the editing pane. Display the

Re: redo: action not in First Responder

2013-07-02 Thread Steve Mills
On Jul 2, 2013, at 12:10:22, Quincey Morris wrote: > There is a button, but it's obvious only after you know where it is. > > Select the First Responder item in the list of XIB components on the left of > the editing pane. Display the Attributes inspector in the pane at the right > of the win

Re: redo: action not in First Responder

2013-07-02 Thread Steve Mills
On Jul 2, 2013, at 12:27:30, Kyle Sluder wrote: > On Tue, Jul 2, 2013, at 10:01 AM, Jerry Krinock wrote: >> >> On 2013 Jul 02, at 09:10, Steve Mills wrote: >> >>> I finally got it to work by … >> >> I don't recall which Apple document explains this, but the Undo and Redo >> menu items in a C

Re: redo: action not in First Responder

2013-07-02 Thread Kyle Sluder
On Tue, Jul 2, 2013, at 10:01 AM, Jerry Krinock wrote: > > On 2013 Jul 02, at 09:10, Steve Mills wrote: > > > I finally got it to work by … > > I don't recall which Apple document explains this, but the Undo and Redo > menu items in a Cocoa app are internally connected to some special magic. >

Re: redo: action not in First Responder

2013-07-02 Thread Quincey Morris
On Jul 2, 2013, at 09:10 , Steve Mills wrote: > That seems like a total hack when there should be an obvious button or > something in First Responder's action list that allows the user to easily add > a new action. There is a button, but it's obvious only after you know where it is. Select th

Re: redo: action not in First Responder

2013-07-02 Thread Jerry Krinock
On 2013 Jul 02, at 09:10, Steve Mills wrote: > I finally got it to work by … I don't recall which Apple document explains this, but the Undo and Redo menu items in a Cocoa app are internally connected to some special magic. They don't work like normal menu items. __

Re: redo: action not in First Responder

2013-07-02 Thread Steve Mills
On Jul 2, 2013, at 10:40:52, Keary Suska wrote: > On Jul 2, 2013, at 9:16 AM, Steve Mills wrote: > >> In our MainMenu.xib, we previously had Undo and Redo hooked up to our own >> actions, but now want to use the standard undo: and redo: actions. I'm able >> to choose undo:, but redo: does not