off screen NSView rendering
off screen NSView rendering
- Subject: off screen NSView rendering
- From: Ruben Westerberg <email@hidden>
- Date: Sat, 3 Nov 2001 12:30:14 +1000
Hi all,
Another newbie question.
Is it posible to render a NSView offscreen? I seem to remember that a
NSView must be in a window to be of any use.
Also, i wish to add a subview to an existing vew. I have created the sub
view and the used [parentView addSubview:mySubview] but it doesn't
appear. Am I missing something here?
thanks
Ruben