NSSize, NSMatrix(es)
NSSize, NSMatrix(es)
- Subject: NSSize, NSMatrix(es)
- From: Alex Pagliere <email@hidden>
- Date: Thu, 22 Aug 2002 17:34:00 -0400
I'm trying to make a gantt chart application (like Fast Track) and
I've had some trouble deciding how to approach the design: a "Task" box
which has the name of the task, a start and end date and a graphical
representation of that task taking up time. The user edits the task box,
enters a start and end date and the program should draw a line through a
few "days".
I'm pretty sure the best way to do this would be an NSMatrix with
different sized columns. This brings up the questions:
-is it possible to make columns with different widths?
-if the answer involves NSSize, is there an objective-c version of
NSSize?
Apologies and thanks,
Alex
_______________________________________________
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.