Re: Newbie *me = [[Newbie alloc] initWithProblem:customViewDrawing];
Re: Newbie *me = [[Newbie alloc] initWithProblem:customViewDrawing];
- Subject: Re: Newbie *me = [[Newbie alloc] initWithProblem:customViewDrawing];
- From: Jeff Martirano <email@hidden>
- Date: Wed, 21 Aug 2002 16:35:44 -0700
Yes, that of course worked. I'll go back to lurking and being stupid in
private now. I have to admit I struggled with this off and on for 2
days trying all sorts of insane variations of NSView methods.
Thank for the help.
On Wednesday, Aug 21, 2002, at 16:22 US/Pacific, John Anderson wrote:
It should layer them in the order that you draw them. Draw the
background image first.
John
On Wednesday, August 21, 2002, at 04:03 PM, Jeff Martirano wrote:
Hello all,
I'm trying to do something which would seem very simple. I have a
drawRect method in a custom view that draws multiple items: a
background image, some images that move across the screen, and some
text. The animated images are drawn fine over the background image,
but the text for some reason is always drawn underneath the
background image so it can't be seen. Is there any way of specifying
the order in which drawRect layers different elements?
Thanks,
Jeff
_______________________________________________
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.
_______________________________________________
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.