Re: Is there a ready chart plotting view?
Re: Is there a ready chart plotting view?
- Subject: Re: Is there a ready chart plotting view?
- From: Scott Anguish <email@hidden>
- Date: Mon, 31 Mar 2003 00:11:10 -0500
On Sunday, March 30, 2003, at 09:43 PM, John Anderson wrote:
Oleg,
I guess that I will take the lead on the source-code "Rosetta-stone"
facet of the project.
I think that we may need to just start by identifying which NeXT
classes, methods and functions do not in Cocoa.
To start with:
NXStream -> NSPipe???
Nope.. NXStream was a stream class that allowed you to read and write
from a disk file. There is no equivalent in Cocoa.
Aside from that... drawing has changed.. you've got NSBezierPath now
instead of the functions... 3.1 had no notion of foundation, or
anything along that line. views, mouse handling are the same..
You may want to look at it more for inspiration design wise rather
than anything concrete code wise.
_______________________________________________
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.