Re: Cocoa app fails when using 10.4 Universal SDK
Re: Cocoa app fails when using 10.4 Universal SDK
- Subject: Re: Cocoa app fails when using 10.4 Universal SDK
- From: Ricky Sharp <email@hidden>
- Date: Sun, 12 Jun 2005 11:52:02 -0500
On Jun 7, 2005, at 9:33 PM, Ricky Sharp wrote:
While this thread may end up being better suited for the xcode
list, I thought I'd try hear since the following issue may be
unique to Cocoa apps:
Update...
While not completely fixed yet, I believe I've found the culprit.
My 'value field' widget (subclasses of NSActionCell and NSControl)
has three attributes: minimumValue, maximumValue and currentValue.
It's the currentValue attribute that would always show up as zero in
the debugger. However, the other two attributes are a-ok.
I've noticed that currentValue is an attribute of the new NSAnimation
class in Tiger. It's my thinking that currentValue must be some new
private attribute of control or action cell. That would sort of
explain why my currentValue ivar is sometimes zero (perhaps I'm
reading/writing to Apple's one on occasion).
I'm going to change the names of the attributes, accessors and
bindings to all be unique and see what happens.
___________________________________________________________
Ricky A. Sharp mailto:email@hidden
Instant Interactive(tm) http://www.instantinteractive.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden