Hi all,
In 10.5.8 (but not 10.6.x) I see the following in Console.app when
running my app:
unhandled property type encoding: `{?
="minXValue"d"maxXValue"d"minYValue"d"maxYValue"d}'
I have a CALayer subclass that has a property:
typedef struct
{
double minXValue;
double maxXValue;
double minYValue;
double maxYValue;
} RRXYPlotLayerValueRange;
@property (readwrite) RRXYPlotLayerValueRange cachedValueRange;
@synthesize cachedValueRange = _cachedValueRange;
This all seems to work at runtime, what's the warning about? It does
seem related to CALayer, is there something special about adding
@property to subclasses of CALayer?
This exact question has gone unanswered before:
<http://lists.apple.com/archives/Cocoa-dev//2008/Apr/msg00199.html>
Thanks,
--
____________________________________________________________
Sean McBride, B. Eng [email protected]
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
Cocoa-dev mailing list ([email protected])
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [email protected]