NSTextfield focus in contextual menu
NSTextfield focus in contextual menu
- Subject: NSTextfield focus in contextual menu
- From: Tamas Nagy <email@hidden>
- Date: Thu, 17 Jan 2013 20:38:36 +0100
Hi List,
I have an application (10.6>) where are have a contextual menu with an NSTextfield. What I'm trying is when I displaying the menu with [NSMenu popupContextual…] making the NSTextfield focused, but without luck.
I tried setting [mytextfield becomeFirstResponder] and [mytestfield selectText:nil] before the popup method called, but it not works - I'm not sure this is technology even possible.
Thanks for any thoughts,
Tamas
_______________________________________________
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