Re: Some seemingly odd NSBezierPath behavior.
Re: Some seemingly odd NSBezierPath behavior.
- Subject: Re: Some seemingly odd NSBezierPath behavior.
- From: j o a r <email@hidden>
- Date: Mon, 15 Sep 2003 11:24:48 +0200
Two things to look out for:
1) initWithFrame: is not called when a view is instantiated from a nib
file, is this code executed?
2) What is the value of "label" in this method?
j o a r
On mendag, september 15, 2003, at 11:03 AM, Cory Knapp wrote:
I have a chunk of code that generates a NSBezierPath, and this code
works fine when I call it in my view's drawRect: method. However, if
I try to build the path in the init method, it gives me an empty
NSBezierPath. Here is a trimed down example of what I am talking > about:
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.