Re: Allow font changes in edited text field
Kyle Sluder <[email protected]> Fri, 17 Sep 2010 10:56:56 -0700
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Sep 17, 2010 at 7:59 AM, Christiaan Hofman <[email protected]> wrote: > The problem with that approach is that it requires a custom field editor and hooks to use it, which also are not in the view where I want to support it, and moreover the text field cell changes those values when it sets up the field editor. Custom field editors are returned from the window's delegate via -windowWillReturnFieldEditor:toObject:. If the view in question eschews this mechanism, there's really nothing you can do. --Kyle Sluder