| Article: |
Building a Scratch Pad with Cocoa | |
| Subject: | warning: cannot find class (factory) method. | |
| Date: | 2001-12-01 09:52:39 | |
| From: | larryvp | |
|
I get the following 2 errors:
|
||
Showing messages 1 through 4 of 4.
-
warning: cannot find class (factory) method.
2001-12-01 23:04:41 thee_ice [View]
-
That did the trick! Thanks!
2001-12-02 09:07:04 larryvp [View]
That did the trick! Thanks! -
That did the trick! Thanks!
2001-12-02 10:21:56 Michael Beam |
[View]
That's right, it should be bezierPath, not path. It will get corrected on monday. Hope you enjoy the article!
Mike -
That did the trick! Thanks!
2001-12-02 15:08:24 thee_ice [View]
The article was fine, I thought it was going to deal with OpenGL, which I'm doing now, it's a lot harder to learn then this is.
Keep up the good work Mike, and Congratulations on Graduating.



path = [[NSBezierPath bezierPath] retain];
that it works fine, hope that helps.