Re: Need help with setNeedsDisplay - Another Update
Re: Need help with setNeedsDisplay - Another Update
- Subject: Re: Need help with setNeedsDisplay - Another Update
- From: Nick Zitzmann <email@hidden>
- Date: Sat, 10 Mar 2007 16:11:11 -0700
On Mar 10, 2007, at 3:16 PM, Yevgeniy Goldberg wrote:
I did instantiate my custom view class.
Should I undo that?
Put a breakpoint on the -setNeedsDisplay: message. When you hit it,
in the debugger, type "po outletName" where outletName is the name of
the outlet pointing to the view object. What is the output of this
command?
If the output does not return an empty object, does "po [outletName
superview]" or "po [outletName window]" return anything?
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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