Women in Technology

Hear us Roar



Article:
  Introduction to Cocoa Graphics, Part 2
Subject:   curveToPoint
Date:   2001-11-19 13:34:12
From:   dwchris
Why do I get the error "(NSBezierPath *) doesnt respond to curveToPoint"? Do I have to declare as some other object to get this method?
Full Threads Oldest First

Showing messages 1 through 2 of 2.

  • curveToPoint
    2001-11-19 20:42:28  retro [View]

    If you post your code, I will take a look at it. That would make it easier to answer your question. :)
    • curveToPoint
      2001-11-21 06:45:39  dwchris [View]

      Oops. Looks like I was calling curveToPoint with the wrong number of parameters! works fine now.
      Thanks!