Re: [SOLVED] Re: How to override [NSTextField paste:]

2012-06-16 Thread Kyle Sluder
On Jun 15, 2012, at 4:23 PM, Graham Cox wrote: > > On 16/06/2012, at 4:06 AM, Kyle Sluder wrote: > >> Your best bet is probably to retarget the Paste menu item to use a different >> selector that is picked up by your window controller. > > Thanks Kyle, > > Unfortunately the standard paste: s

[SOLVED] Re: How to override [NSTextField paste:]

2012-06-15 Thread Graham Cox
On 16/06/2012, at 4:06 AM, Kyle Sluder wrote: > Your best bet is probably to retarget the Paste menu item to use a different > selector that is picked up by your window controller. Thanks Kyle, Unfortunately the standard paste: selector is used extensively elsewhere in my app, so this simple