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: wile...@gmail.com
Skype: wilersh





_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to