Re: Trying to Love View
Re: Trying to Love View
- Subject: Re: Trying to Love View
- From: Henry McGilton <email@hidden>
- Date: Mon, 13 Aug 2007 21:49:22 -0700
On Aug 13, 2007, at 8:57 PM, Steve Cronin wrote:
I'm pretty new to the view
so my comments will be few
my custom view
does drawRect
every second, no every two
it does this tho I don't ask it to
every time
no item on the stack is mine
and I profess that opaque is yes
so, where should I look to find who
who
who is drawing my view
Hats Off Of Course to James Dempsey
May He Live Long and Prosper
Steve
Fabulous . . .
Post your code. That would help.
Looks like you have some kind of recursive invocation of your
drawRect. This usually happens when some part of the code
of a drawRect invokes [self display] or something like that.
Code inside of a drawRect should do only what the method name
implies: execute code to draw the contents of the designated
rectangle.
Cheers,
........ Henry
===============================+============================
Henry McGilton, Boulevardier | Trilithon Software
Objective-C/Java Composer | Seroia Research
-------------------------------+----------------------------
mailto:email@hidden | http://www.trilithon.com
|
===============================+============================
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden