Finding out if a view has rendered?
Finding out if a view has rendered?
- Subject: Finding out if a view has rendered?
- From: Ethan John <email@hidden>
- Date: Tue, 10 Feb 2004 10:30:59 -0800
Hey all,
So it turns out that the delegates and status notifiers for WebView get
called prematurely; i.e., they are called before any actual rendering
is done to the view frame.
I have an action that needs to be performed after the view actually is
rendered to the screen (I need to map the view to an OpenGL texture,
which I can do). The action is expensive, so I only want to do it once,
but I can't figure out how to figure out if the view has actually been
rendered.
ethan john
Apple Campus Representative
University of Washington
http://students.washington.edu/thaen/
206.841.4157
_______________________________________________
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.