Why would sheet's default button not respond to return key?
Why would sheet's default button not respond to return key?
- Subject: Why would sheet's default button not respond to return key?
- From: Dan Wood <email@hidden>
- Date: Mon, 26 Aug 2002 12:33:44 -0700
I'm bringing up a sheet from my window, and that sheet has an "OK"
button with a key equivalent of the return key that is supposed to
dismiss the button. The button is throbbing blue, but the return key
doesn't activate the sheet.
Any ideas what might be happening here, or how to diagnose this? I'm
stumped....
BTW, the method I'm using to bring up the sheet is:
[NSApp
beginSheet:oWindow
modalForWindow:inWindow
modalDelegate:self
didEndSelector:@selector(sheetDidEnd:returnCode:contextInfo:)
contextInfo:nil];
Dan
--
Dan Wood
Karelia Software, LLC
email@hidden
http://www.karelia.com/
Watson for Mac OS X:
http://www.karelia.com/watson/
_______________________________________________
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.