10.6, sheet controls not responding?
10.6, sheet controls not responding?
- Subject: 10.6, sheet controls not responding?
- From: Eric Williams <email@hidden>
- Date: Fri, 13 May 2011 11:09:00 -0400
I have an app where I drop down a panel using:
[NSApp beginSheet: searchResultsPanel
modalForWindow: window
modalDelegate: self
didEndSelector: @selector(didEndSheet:returnCode:contextInfo:)
contextInfo: nil];
In addition to two buttons I have on this sheet I have a checkbox. The buttons are bound to actions and they get activated fine when the buttons are clicked, though visually they never seem to show a response to a mouse click ( ie. they don't display their change of state when clicked). The checkbox is bound to an ivar, but it is not responding to a mouse click, therefore never changes state.
Thanks for any pointers to what I've done wrong.
----
Eric Williams
AIM: email@hidden
Skype: wilersh
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden