RESOLVED? Re: 10.6, sheet controls not responding?
RESOLVED? Re: 10.6, sheet controls not responding?
- Subject: RESOLVED? Re: 10.6, sheet controls not responding?
- From: Eric Williams <email@hidden>
- Date: Fri, 13 May 2011 13:43:56 -0400
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: email@hidden
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: 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