Re: cocoa sheets
Re: cocoa sheets
- Subject: Re: cocoa sheets
- From: Finlay Dobbie <email@hidden>
- Date: Fri, 9 Nov 2001 21:37:37 +0000
On Friday, November 9, 2001, at 12:05 am, Robert Goldsmith wrote:
This works fine. Now, my sheet has two buttons. I have looked for
default connections for these buttons (ok and cancel) but there seem to
be none so I've connected them to actions in the windows delegate. This
works fine. However, when either of these buttons are pressed, I want
to close the sheet. I have tried using the close method but, although
this works to remove the sheet, it does not stop the modal operation
NSApp is in and it beeps at me.
[sheet orderOut:self];
[NSApp endSheet:sheet];
Any suggestions?
On a side note, I also can't find a way in IB to set the cancel button
to being the default (blue, throbbing). Do I have to do this in code or
can it be done in IB?
Set its key equivalent to a return.
References: | |
| >cocoa sheets (From: Robert Goldsmith <email@hidden>) |