Re: Releasing a sub-view
Re: Releasing a sub-view
- Subject: Re: Releasing a sub-view
- From: Allan Odgaard <email@hidden>
- Date: Wed, 28 Apr 2004 19:29:37 +0200
On 28. Apr 2004, at 18:02, Lorenzo wrote:
theView has been released
but I still see the white flash...
I had a similar problem. I wanted to temporarily do some fancy
animation in a view and thus added an OpenGL view for that (and removed
it again when I was done).
This also gave some visual flicker, so I eventually found
DisableScreenUpdates() in the Carbon.lib which I used, and that solved
the problem.
Although I do not know what you should surround with enable/disable,
but try it first around removing the view -- also, insert some delays
in your program to find exactly which action causes the white rectangle
and which action causes it to go away again etc.
--
et al: used as an abbreviation when referring to a number of people, for
example: "It has been improved by Knuth et al." [syn: and others, et
alii]
etc: continuing in the same way [syn: and so forth, and so on, et
cetera].
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.