can't cache image REPOST... Solution
can't cache image REPOST... Solution
- Subject: can't cache image REPOST... Solution
- From: Ruben Westerberg <email@hidden>
- Date: Sun, 11 Nov 2001 12:05:31 +1000
I figured it out, so please discard my previous post.
I used
[[NSImage allocWithZone:[self zone] initWithSize:[myView
visbleRect].size],
but it just hit me.. my view was not loaded by the time this code
executes.
I used a make shift size of 200,200 and it worked... well It loaded
anyway.
Thank you all.
Ruben