PhotoSearch, a demo app I wrote for WWDC a few years ago, is now live:
http://developer.apple.com/samplecode/PhotoSearch/
It demonstrates some cool custom cell stuff that is only available on Leopard.
PhotoSearch, a demo app I wrote for WWDC a few years ago, is now live:
http://developer.apple.com/samplecode/PhotoSearch/
It demonstrates some cool custom cell stuff that is only available on Leopard.
As an Amazon Associate I earn from qualifying purchases.
(c) 2008-2024 Corbin Dunn
Subscribe to RSS feeds for entries.
70 queries. 0.131 seconds.
This is a great sample – I saw the WWDC talk and it’s been very instructive – thanks!
In the DateCell for this sample, your drawInteriorWithFrame:(NSRect)bounds inView:(NSView *)controlView override sets a private instance variable (_cFlags.needsHighlightedText) in order to get white highlighted text. Is this kosher in the real world, since it’s undocumented? I’ve actually been trying to coerce an NSTextFieldCell into NOT drawing white highlighted text and I’ve come to the conclusion that it just can’t be done without using one or more private methods (I would love to be corrected on that point), so I guess I’ll just replace the cell class wholesale – no matter how many times (or in how many places) I set the text color, the attributed string that the cell eventually uses to draw has white text.
Don — it was temporary. In Leopard, we introduced backgroundStyle on cell; that is the thing to use.