A slightly trickier NSView problem
A slightly trickier NSView problem
- Subject: A slightly trickier NSView problem
- From: Cory Knapp <email@hidden>
- Date: Sat, 31 May 2003 17:36:15 -0700
First of, much thanks to one Stiphane Sudre for the help on the last
question. It worked perfectly.
Secondly, I have some subclass of NSView that is responsible for
drawing, and more importantly, redrawing itself at a certain rate. When
i display the view with [myWindow setContentView:selfDrawingView] it
works fine.However, if I try and do a [[myWindow contentView]
addSubview: selfDrawingView] it does not seem to want to redraw itself.
I'm pretty sure that the view's redrawing method is getting called
though. Any ideas?
_______________________________________________
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.