RE: How to prevent window redraw when removing a view?
RE: How to prevent window redraw when removing a view?
- Subject: RE: How to prevent window redraw when removing a view?
- From: "Brant Sears" <email@hidden>
- Date: Mon, 30 Jan 2006 13:48:58 -0500
- Thread-topic: How to prevent window redraw when removing a view?
>> Two lines later, I am putting the exact same content back onto the
>> screen in the same global coordinates using a call such as:
>> [myWindow orderFront: nil];
>
>Wait, now you're talking about doing things to the window. I thought
>you were just swapping views around?
I'm moving the view from one window to another. The purpose of this is to make it look like the frame of the window is fading away leaving only the content view. In this case, "myWindow" is a borderless window that only contains my content view. The other window contains a bunch of controls and has a normal border (title bar, etc.)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden