This whole problem went away if I created a new panel in the project, replacing 
the old panel. I compared all the settings as I went and couldn't find 
differences. 
I blame Xcode 4. 

----
Eric Williams
AIM: wile...@gmail.com
Skype: wilersh





On May 13, 2011, at 11:09 AM, Eric Williams wrote:

> 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