Error executing instruction "[NSBezierPath bezierPath]"
Error executing instruction "[NSBezierPath bezierPath]"
- Subject: Error executing instruction "[NSBezierPath bezierPath]"
- From: Vinay Prabhu <email@hidden>
- Date: Mon, 7 Jan 2008 11:41:13 +0530
Hi,
In my application, I am constructing the NSBezierPath based on the
mouse click points on the NSImageView.
I am using the method "[NSBezierPath bezierPath]", for creating the
NSBezierPath.
But, while running application, I am getting the console message saying,
"+[NSBezierPath bezierPath] unrecognized selector sent to class
0xa0315180".
and
"-[NSBezierPath _deviceMoveToPoint] unrecognized selector sent to
class 0xa0315180".
Any help would be greatly appreciated in understanding these messages.
Any specific reasons, why application throwing console logs for
"[NSBezierPath bezierPath]".
Which is the designated initializer for NSBezierPath object.
-Vinay
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden