Skip navigation.
 
mlRe: Subview updates
FROM : Arthur VIGAN
DATE : Fri Apr 15 23:11:35 2005

Sorry I didn't give any details.

I write both views: I have a main view in my window, which contains a
small subview. The small view is a kind of "remote control" for the
superview: it intercepts keydown and make send actions to the
superview. The problem is that when the superview is updated (after I
called [mySuperView setNeedsDisplay:YES]), the subview is also updated.
I would like to know if it's possible to update the superview without
updating the subview.

  -- Arthur;

Le 15 avr. 05, à 22:55, Jonathon Mah a écrit :

> On 16 Apr 2005, at 06:16, Arthur VIGAN wrote:
>

>> my question is very simple: is it possible not to update a subview
>> when its superview is updated?

>
> Can you give some more details? Are you writing the superview or
> subview, or both?
>
>
> Jonathon Mah
> <email_removed>
>
>
>

Related mailsAuthorDate
mlSubview updates Arthur VIGAN Apr 15, 22:46
mlRe: Subview updates Jonathon Mah Apr 15, 22:55
mlRe: Subview updates Arthur VIGAN Apr 15, 23:11