On 2008 Feb, 25, at 21:41, Graham wrote:
If you need to draw all the paths you've created so far, you'll need to store each path in a list (array) and draw all of them in drawRect:
Yes, and I don't see -lockFocus and -unlockFocus in your -bezierPath method. My first drawings didn't work until I did that. Except, if - bezierPath is invoked from within -drawRect:, then lock/unlockFocus has already been taken care of.
_______________________________________________ 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]
