Skip navigation.
 
mlRe: How can I implement labels without the overhead of an NSTextField?
FROM : Guy English
DATE : Mon Dec 13 19:56:21 2004

On Mon, 13 Dec 2004 10:09:17 -0800, Henry McGilton <<email_removed>> wrote:
[on limits on an NSImage}
> There are some image cache
> limitations I believe.  Windows appear to limit sizes to around
> 16,000 pixels on a side.

Yeah, that rang the bell - NSImages are cached in offscreen windows so
they inherit that limitation. It came up here or on the Omni list a
couple of weeks ago I think ...

Guy

Related mailsAuthorDate
mlRE: How can I implement labels without the overhead of an NSTextField? vastudent Dec 13, 08:37
mlRe: How can I implement labels without the overhead of an NSTextField? Mark Munz Dec 13, 08:57
mlRe: How can I implement labels without the overhead of an NSTextField? Guy English Dec 13, 15:03
mlRe: How can I implement labels without the overhead of an NSTextField? Henry McGilton Dec 13, 17:35
mlRe: How can I implement labels without the overhead of an NSTextField? Guy English Dec 13, 18:21
mlRe: How can I implement labels without the overhead of an NSTextField? Henry McGilton Dec 13, 19:09
mlRe: How can I implement labels without the overhead of an NSTextField? Guy English Dec 13, 19:56