Re: D.O. won't pass NSBezierPath ???
Re: D.O. won't pass NSBezierPath ???
- Subject: Re: D.O. won't pass NSBezierPath ???
- From: Mike Ferris <email@hidden>
- Date: Wed, 2 May 2001 11:59:48 -0700
NSBezierPath does not implement NSCoding. To pass bycopy over a DO
connection an object must implement this (and do some other stuff).
You could implement this yourself in a subclass of NSBezierPath or even
in a category on NSBezierPath if you really need to send them across the
wire.
Mike Ferris