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
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
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
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
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.
>
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
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.
__
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