Re: Need help with setNeedsDisplay - Another Update
Re: Need help with setNeedsDisplay - Another Update
- Subject: Re: Need help with setNeedsDisplay - Another Update
- From: Yevgeniy Goldberg <email@hidden>
- Date: Sun, 11 Mar 2007 21:45:28 -0500
OK, Problem solved.
I was not properly declaring the pointer to my custom view in the
header of my controller class.
I needed to declare it as IBOutlet instead of id.
This way the "plumbing" began to work properly without having a need
to instantiate this custom view in the nib file.
Big thanks to everyone who tool time to follow up!
-Eugene
On Mar 11, 2007, at 3:42 PM, Andy Lee wrote:
No problem. We all need help now and then. Good luck.
--Andy
On Mar 11, 2007, at 4:32 PM, Yevgeniy Goldberg wrote:
I think you're right - I may have a different type of design
issues here: after I've deleted the instance of my custom view
from the nib, the "updateAdsrValues" in my custom view class no
longer being triggered by calling "viewDelegate
updateAdsrEnvelope" from my controller class.
It is obvious to me tat I may be missing out on some design basics
and I feel guilty for having other people spending their time on
this.
I'm going to do some more reading to see what I'm missing"
I thank you very much for helping me this far.
-Eugene
_______________________________________________
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