On Sat, Jul 23, 2011 at 11:33 PM, Tom Jeffries <tjeffries....@gmail.com> wrote:
> When I run the code that displays the graphics in question on initialization
> it works fine, but when I call it later in the program it the new graphics
> are not displayed.  The code in the graphics module that displays the window
> is working perfectly, but somehow drawRect never gets called after it is
> called during initialization.

Just to be clear, you're doing one of these two things:

1) all of your drawing *inside the drawRect:* of your subclass.

2) all of your drawing to some sort of temporary context, then copying
it *inside the drawRect:* of your subclass.
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to