Updating an NSView
Updating an NSView
- Subject: Updating an NSView
- From: "Shoaib" <email@hidden>
- Date: Mon, 05 Jan 2004 16:11:57 GMT
I have an NSView that is constructed programmatically and then added to a
NSScrollView. The NSView contains several NSTextFields. When I need to
update the NSView to contain a different number of NSTextFields, I remove
all of its subviews and then add the new NSTextFields.
The issue I'm running into is the NSView flickers during the update. Is
there a way so the update is smooth and flicker-free?
_______________________________________________
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.