Re: enabling Edit menu items in a modal window?
Re: enabling Edit menu items in a modal window?
- Subject: Re: enabling Edit menu items in a modal window?
- From: "Paul Sanders" <email@hidden>
- Date: Sun, 1 Mar 2009 09:59:38 -0000
> At the time I check the Edit menu, the focus ring is around my custom
> table view and a row is selected. NSTableView says that it implements
> selectAll: and deselectAll:, and just to be extra sure, I created my
> own that just call super, but that doesn't change any behavior.
Try it in a non-modal window. My guess is that you will get the same
behaviour (which would eliminate one unknown). FWIW I have a text edit
field in a modal window and all the menu items (which are connected to
firstResponder, as set up by IB) work as they should.
_______________________________________________
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