Re: NSTextField help
Re: NSTextField help
- Subject: Re: NSTextField help
- From: Murat Konar <email@hidden>
- Date: Mon, 12 Feb 2007 18:04:06 -0800
On Feb 13, 2007, at 1:39 AM, Silicon wrote:
hi all
I generate a nstextfield using code not with the interface builder.
But after I paste the nstextfield to the window, I found it didnt
respond the cmd +c and cmd +x command, but using the native
textfield from interface builder, it runs perfectly with all
functions supported.
Can someone tell me what more code needs to implement the
nstextfield to enable it to support the cmd +c and cmd +v operation
( copy and paste)?
Not exactly sure what you're asking here, but I think if you read up
on responder chains, paying particular attention to how commands are
enabled, you might figure out what's wrong.
<http://developer.apple.com/documentation/Cocoa/Conceptual/
EventOverview/EventArchitecture/chapter_2_section_6.html>
More reading:
<http://developer.apple.com/documentation/Cocoa/Conceptual/
CocoaFundamentals/index.html#//apple_ref/doc/uid/TP40002974>
<http://developer.apple.com/documentation/Cocoa/Conceptual/
EventOverview/>
_murat
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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