FROM : Michael Vannorsdel
DATE : Mon Jun 02 19:31:36 2008
The retained option for windows in IB applies to the window's back
buffer settings. Retained means it only buffers sections offscreen
and onscreen drawing is done directly instead of to a back buffer
first. Not related to the window's retain count.
On Jun 2, 2008, at 5:24 AM, Francis Perea wrote:
> Hi Graham, thanks for your reply.
>
> I didn't know I could set any memory setting trough Interface Builder!
>
> After your question I looked into and I've seen that it states as
> Beffered.
>
> I've tried to use the Retained option, thinking that this way I
> shouldn't use the retain message, but with Retained the windows
> appears but doesn't accept any interaction.
>
> I'd take a deep look into de Memory Management doc you suggest.
DATE : Mon Jun 02 19:31:36 2008
The retained option for windows in IB applies to the window's back
buffer settings. Retained means it only buffers sections offscreen
and onscreen drawing is done directly instead of to a back buffer
first. Not related to the window's retain count.
On Jun 2, 2008, at 5:24 AM, Francis Perea wrote:
> Hi Graham, thanks for your reply.
>
> I didn't know I could set any memory setting trough Interface Builder!
>
> After your question I looked into and I've seen that it states as
> Beffered.
>
> I've tried to use the Retained option, thinking that this way I
> shouldn't use the retain message, but with Retained the windows
> appears but doesn't accept any interaction.
>
> I'd take a deep look into de Memory Management doc you suggest.






Cocoa mail archive

