Re: Undo - Redo?
Re: Undo - Redo?
- Subject: Re: Undo - Redo?
- From: Manfred Lippert <email@hidden>
- Date: Fri, 26 Apr 2002 16:28:58 +0200
>
Then, when you choose redo, the action is invoked again
Ah, I found the problem:
My action was not called again when I choose redo. I found out that I have
to do a "registerUndoWithTarget:selector:object" inside my undo action
again. I thought this will be done automatically.
Now it works.
Thank you,
Mani
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.