Re: NSRect is joking me or what?
Re: NSRect is joking me or what?
- Subject: Re: NSRect is joking me or what?
- From: Mathieu Labrie <email@hidden>
- Date: Sat, 3 Aug 2002 18:33:49 -0400
Well, I already tried to execute my [self drawMove] from my drawRect
like you said but it only displayed the last image at the last clicked
point. And I want it to display images everywhere I click.
Thank you for your answer.
On Saturday, August 3, 2002, at 06:35 PM, Lance Bland wrote:
On Saturday, August 3, 2002, at 05:47 PM, Mathieu Labrie wrote:
Anyone could help me to find out why it's not drawing in the rect of
the view?
You should/can only draw in drawRect:
no where else.
to solve the problem you need a context flag in your view subclass to
determine the body of drawRect:
-lance
------------------------------------
Lance Bland
mailto:email@hidden
web charts at http://www.vvi.com/products/chart
_______________________________________________
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.